diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 49bfc6eec74c..440b000f07f4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -44,6 +44,7 @@ | |||
44 | #include <net/dcbnl.h> | 44 | #include <net/dcbnl.h> |
45 | #endif | 45 | #endif |
46 | #include <net/netprio_cgroup.h> | 46 | #include <net/netprio_cgroup.h> |
47 | #include <net/xdp.h> | ||
47 | 48 | ||
48 | #include <linux/netdev_features.h> | 49 | #include <linux/netdev_features.h> |
49 | #include <linux/neighbour.h> | 50 | #include <linux/neighbour.h> |
@@ -686,6 +687,7 @@ struct netdev_rx_queue { | |||
686 | #endif | 687 | #endif |
687 | struct kobject kobj; | 688 | struct kobject kobj; |
688 | struct net_device *dev; | 689 | struct net_device *dev; |
690 | struct xdp_rxq_info xdp_rxq; | ||
689 | } ____cacheline_aligned_in_smp; | 691 | } ____cacheline_aligned_in_smp; |
690 | 692 | ||
691 | /* | 693 | /* |