|
@@ -1805,12 +1805,9 @@ struct net_device {
|
|
/* Interface address info used in eth_type_trans() */
|
|
/* Interface address info used in eth_type_trans() */
|
|
unsigned char *dev_addr;
|
|
unsigned char *dev_addr;
|
|
|
|
|
|
-#ifdef CONFIG_SYSFS
|
|
|
|
struct netdev_rx_queue *_rx;
|
|
struct netdev_rx_queue *_rx;
|
|
-
|
|
|
|
unsigned int num_rx_queues;
|
|
unsigned int num_rx_queues;
|
|
unsigned int real_num_rx_queues;
|
|
unsigned int real_num_rx_queues;
|
|
-#endif
|
|
|
|
|
|
|
|
struct bpf_prog __rcu *xdp_prog;
|
|
struct bpf_prog __rcu *xdp_prog;
|
|
unsigned long gro_flush_timeout;
|
|
unsigned long gro_flush_timeout;
|