Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_L2TPV2 (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_hash.c521 #define IAVF_RSS_TYPE_ETH_L2TPV2 (RTE_ETH_RSS_ETH | RTE_ETH_RSS_L2TPV2)
1085 if (!(rss_type & RTE_ETH_RSS_L2TPV2)) in iavf_refine_proto_hdrs_l234()
/dpdk/doc/guides/rel_notes/
H A Drelease_22_03.rst63 Added ``RTE_ETH_RSS_L2TPV2`` macro so that he L2TPv2 session ID field can be used as
/dpdk/lib/ethdev/
H A Drte_ethdev.h654 #define RTE_ETH_RSS_L2TPV2 RTE_BIT64(36) macro
/dpdk/app/test-pmd/
H A Dconfig.c93 RTE_ETH_RSS_GTPU | RTE_ETH_RSS_ECPRI | RTE_ETH_RSS_MPLS | RTE_ETH_RSS_L2TPV2},
146 { "l2tpv2", RTE_ETH_RSS_L2TPV2 },
H A Dcmdline.c2182 RTE_ETH_RSS_ECPRI | RTE_ETH_RSS_L2TPV2; in cmd_config_rss_parsed()
2248 rss_conf.rss_hf = RTE_ETH_RSS_L2TPV2; in cmd_config_rss_parsed()