Eric Dumazet
9356b8fc07
[NET]: Reorder some hot fields of struct net_device
...
Place them on separate cache lines in SMP to lower memory bouncing
between multiple CPU accessing the device.
- One part is mostly used on receive path (including
eth_type_trans()) (poll_list, poll, quota, weight, last_rx,
dev_addr, broadcast)
- One part is mostly used on queue transmit path (qdisc)
(queue_lock, qdisc, qdisc_sleeping, qdisc_list, tx_queue_len)
- One part is mostly used on xmit path (device)
(xmit_lock, xmit_lock_owner, priv, hard_start_xmit, trans_start)
'features' is placed outside of these hot points, in a location that
may be shared by all cpus (because mostly read)
name_hlist is moved close to name[IFNAMSIZ] to speedup __dev_get_by_name()
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2005-09-27 15:23:16 -07:00
..
2005-09-19 19:57:36 -07:00
2005-09-08 22:46:00 +01:00
2005-08-29 16:00:54 -07:00
2005-09-26 15:25:11 -07:00
2005-09-19 15:34:40 -07:00
2005-09-13 08:22:31 -07:00
2005-09-09 16:39:12 -07:00
2005-09-07 16:57:25 -07:00
2005-08-25 12:40:44 -04:00
2005-08-29 15:59:42 -04:00
2005-08-30 22:44:20 -05:00
2005-09-07 16:57:21 -07:00
2005-09-09 13:57:32 -07:00
2005-09-10 10:06:35 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:34 -07:00
2005-09-05 00:05:44 -07:00
2005-09-10 10:16:27 -07:00
2005-09-07 16:57:19 -07:00
2005-09-26 15:06:50 -07:00
2005-09-02 00:57:31 -07:00
2005-09-07 16:57:40 -07:00
2005-09-12 08:48:08 -07:00
2005-09-01 17:43:05 -07:00
2005-09-07 16:57:41 -07:00
2005-09-18 00:19:32 -07:00
2005-09-22 07:58:24 -07:00
2005-09-10 10:06:29 -07:00
2005-09-12 10:50:58 -07:00
2005-09-05 00:06:09 -07:00
2005-09-07 16:57:21 -07:00
2005-08-29 16:02:44 -07:00
2005-09-07 16:57:23 -07:00
2005-09-07 16:57:23 -07:00
2005-09-13 08:22:32 -07:00
2005-09-09 13:57:55 -07:00
2005-09-07 16:57:26 -07:00
2005-09-13 08:22:32 -07:00
2005-09-10 10:06:25 -07:00
2005-09-09 14:03:47 -07:00
2005-09-07 16:57:17 -07:00
2005-09-07 16:57:40 -07:00
2005-08-29 16:10:54 -07:00
2005-09-05 00:05:46 -07:00
2005-09-05 09:14:13 -07:00
2005-09-05 09:14:23 -07:00
2005-09-05 09:14:17 -07:00
2005-09-05 09:14:33 -07:00
2005-09-05 09:14:31 -07:00
2005-09-17 11:50:02 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:01:32 -07:00
2005-09-01 17:40:05 -07:00
2005-09-19 15:41:28 -07:00
2005-08-29 16:01:32 -07:00
2005-09-10 11:32:45 +09:00
2005-08-29 15:49:46 -07:00
2005-08-29 15:57:48 -07:00
2005-09-09 13:57:55 -07:00
2005-09-07 16:57:39 -07:00
2005-09-09 20:14:47 -05:00
2005-09-12 10:49:58 -07:00
2005-09-07 16:57:20 -07:00
2005-08-29 15:43:19 -07:00
2005-09-07 16:57:48 -07:00
2005-09-10 00:15:06 -07:00
2005-09-07 16:57:29 -07:00
2005-09-07 16:57:34 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:36 -07:00
2005-09-17 11:50:02 -07:00
2005-09-13 08:22:28 -07:00
2005-09-07 18:26:54 -07:00
2005-09-07 16:57:59 -07:00
2005-09-16 02:39:01 -04:00
2005-09-07 16:57:59 -07:00
2005-08-29 16:11:00 -07:00
2005-09-08 14:57:23 -07:00
2005-09-21 10:11:55 -07:00
2005-09-05 00:05:38 -07:00
2005-09-26 13:13:58 +02:00
2005-09-07 16:57:26 -07:00
2005-09-05 00:06:00 -07:00
2005-08-29 16:01:32 -07:00
2005-09-27 15:23:16 -07:00
2005-08-29 16:00:54 -07:00
2005-08-29 15:34:40 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:57:14 -07:00
2005-09-14 20:52:37 -07:00
2005-08-18 12:53:57 -07:00
2005-09-05 00:05:49 -07:00
2005-09-26 13:11:27 +02:00
2005-09-08 14:57:24 -07:00
2005-09-09 15:43:46 -07:00
2005-08-28 20:28:25 -04:00
2005-09-07 16:57:24 -07:00
2005-09-13 08:22:31 -07:00
2005-09-05 00:06:16 -07:00
2005-09-07 16:57:25 -07:00
2005-09-07 16:57:43 -07:00
2005-09-10 10:06:28 -07:00
2005-08-30 22:48:51 -05:00
2005-08-29 15:49:40 -07:00
2005-09-09 13:57:54 -07:00
2005-09-09 13:57:54 -07:00
2005-09-22 22:17:33 -07:00
2005-09-10 10:06:35 -07:00
2005-09-07 16:57:18 -07:00
2005-08-29 16:00:54 -07:00
2005-09-13 08:22:29 -07:00
2005-09-13 09:48:54 -07:00
2005-08-29 16:00:54 -07:00
2005-09-07 16:57:26 -07:00
2005-09-08 16:04:41 +01:00
2005-09-08 14:47:12 -07:00
2005-08-31 21:48:47 +01:00
2005-09-08 12:32:03 -07:00
2005-09-10 10:06:26 -07:00
2005-08-29 16:01:32 -07:00
2005-09-07 16:57:24 -07:00
2005-08-30 08:58:37 +02:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-05 00:05:42 -07:00
2005-09-05 00:05:45 -07:00
2005-09-21 10:12:18 -07:00
2005-09-22 04:30:44 -03:00
2005-08-29 15:56:18 -07:00
2005-09-18 00:18:32 -07:00
2005-09-10 10:06:36 -07:00
2005-09-09 14:03:48 -07:00
2005-09-07 16:57:34 -07:00
2005-09-07 16:57:40 -07:00
2005-09-09 13:57:58 -07:00
2005-08-29 15:57:59 -07:00
2005-09-08 16:22:48 -07:00
2005-09-08 16:23:04 -07:00
2005-09-12 12:23:52 -07:00
2005-09-13 08:22:32 -07:00
2005-09-09 13:57:49 -07:00
2005-09-05 00:05:46 -07:00
2005-09-07 00:27:54 -04:00
2005-09-10 10:06:25 -07:00
2005-08-29 16:00:54 -07:00