Skip to content

Commit 174321f

Browse files
committed
dpdk: add compatible definition macro to dpdkCompact
Add RTE_ETH_RSS_GENEVE macro
1 parent 82958b1 commit 174321f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

input/dpdk/dpdkCompat.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
#define RTE_ETH_RSS_VXLAN ETH_RSS_VXLAN
9090
#define RTE_ETH_RSS_NVGRE ETH_RSS_NVGRE
9191
#define RTE_ETH_RSS_GTPU ETH_RSS_GTPU
92+
#define RTE_ETH_RSS_GENEVE ETH_RSS_GENEVE
9293

9394
#define RTE_BIT64(nr) (UINT64_C(1) << (nr))
9495

0 commit comments

Comments
 (0)