]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/tap/tap_tcmsgs.h
net/tap: implement RSS using eBPF
[dpdk.git] / drivers / net / tap / tap_tcmsgs.h
index 789595771d6363309ffcc04c6203d4527080ca1f..07c5074ae5decfe79a8527de798ebaed2ee6a064 100644 (file)
@@ -34,6 +34,7 @@
 #ifndef _TAP_TCMSGS_H_
 #define _TAP_TCMSGS_H_
 
+#include <tap_autoconf.h>
 #include <linux/if_ether.h>
 #include <linux/rtnetlink.h>
 #include <linux/pkt_sched.h>
@@ -41,6 +42,9 @@
 #include <linux/tc_act/tc_mirred.h>
 #include <linux/tc_act/tc_gact.h>
 #include <linux/tc_act/tc_skbedit.h>
+#ifdef HAVE_TC_ACT_BPF
+#include <linux/tc_act/tc_bpf.h>
+#endif
 #include <inttypes.h>
 
 #include <rte_ether.h>