Skip to content

Commit

Permalink
dpdk: add compatible definition macro to dpdkCompact
Browse files Browse the repository at this point in the history
Add RTE_ETH_RSS_GENEVE macro
  • Loading branch information
SiskaPavel committed Dec 27, 2024
1 parent 82958b1 commit 174321f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions input/dpdk/dpdkCompat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
#define RTE_ETH_RSS_VXLAN ETH_RSS_VXLAN
#define RTE_ETH_RSS_NVGRE ETH_RSS_NVGRE
#define RTE_ETH_RSS_GTPU ETH_RSS_GTPU
#define RTE_ETH_RSS_GENEVE ETH_RSS_GENEVE

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

Expand Down

0 comments on commit 174321f

Please sign in to comment.