[dpdk-dev] [PATCH 1/3] ethdev: add new RSS offload types
Simei Su
simei.su at intel.com
Fri Jun 12 04:20:05 CEST 2020
This patch defines new RSS offload types for PPPoE and session id
is assumed to be the default RSS input set.
Signed-off-by: Simei Su <simei.su at intel.com>
---
lib/librte_ethdev/rte_ethdev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index a49242b..631b146 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -521,7 +521,7 @@ struct rte_eth_rss_conf {
#define ETH_RSS_AH (1ULL << 28)
#define ETH_RSS_L2TPV3 (1ULL << 29)
#define ETH_RSS_PFCP (1ULL << 30)
-
+#define ETH_RSS_PPPOE (1ULL << 31)
/*
* We use the following macros to combine with above ETH_RSS_* for
--
1.8.3.1
More information about the dev
mailing list