[dpdk-dev] [PATCH] ethdev: add RSS offload type for L3 checksum
    Alvin Zhang 
    alvinx.zhang at intel.com
       
    Thu Jun  3 05:12:14 CEST 2021
    
    
  
Add ETH_RSS_L3_CHKSUM macro.
Signed-off-by: Alvin Zhang <alvinx.zhang at intel.com>
---
 lib/ethdev/rte_ethdev.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h
index faf3bd9..4220ec5 100644
--- a/lib/ethdev/rte_ethdev.h
+++ b/lib/ethdev/rte_ethdev.h
@@ -537,6 +537,7 @@ struct rte_eth_rss_conf {
 #define ETH_RSS_PPPOE		   (1ULL << 31)
 #define ETH_RSS_ECPRI		   (1ULL << 32)
 #define ETH_RSS_MPLS		   (1ULL << 33)
+#define ETH_RSS_L3_CHKSUM	   (1ULL << 34)
 
 /*
  * We use the following macros to combine with above ETH_RSS_* for
-- 
1.8.3.1
    
    
More information about the dev
mailing list