|
@@ -1312,13 +1312,7 @@ struct net_device {
|
|
|
/*
|
|
|
* Cache lines mostly used on receive path (including eth_type_trans())
|
|
|
*/
|
|
|
- unsigned long last_rx; /* Time of last Rx
|
|
|
- * This should not be set in
|
|
|
- * drivers, unless really needed,
|
|
|
- * because network stack (bonding)
|
|
|
- * use it if/when necessary, to
|
|
|
- * avoid dirtying this cache line.
|
|
|
- */
|
|
|
+ unsigned long last_rx; /* Time of last Rx */
|
|
|
|
|
|
/* Interface address info used in eth_type_trans() */
|
|
|
unsigned char *dev_addr; /* hw address, (before bcast
|