Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_L2TPV3 (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_hash.c481 #define ICE_RSS_TYPE_IPV4_L2TPV3 (RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_IPV4)
482 #define ICE_RSS_TYPE_IPV6_L2TPV3 (RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_IPV6)
914 if (!(rss_type & RTE_ETH_RSS_L2TPV3)) in ice_refine_hash_cfg_l234()
/dpdk/drivers/net/iavf/
H A Diavf_hash.c515 #define IAVF_RSS_TYPE_IPV4_L2TPV3 (RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_IPV4)
516 #define IAVF_RSS_TYPE_IPV6_L2TPV3 (RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_IPV6)
1065 if (!(rss_type & RTE_ETH_RSS_L2TPV3)) in iavf_refine_proto_hdrs_l234()
/dpdk/drivers/net/i40e/
H A Di40e_hash.c335 RTE_ETH_RSS_L2TPV3, I40E_CUSTOMIZED_IPV4_L2TPV3),
337 RTE_ETH_RSS_L2TPV3, I40E_CUSTOMIZED_IPV6_L2TPV3),
/dpdk/lib/ethdev/
H A Drte_ethdev.h599 #define RTE_ETH_RSS_L2TPV3 RTE_BIT64(29) macro
632 #define ETH_RSS_L2TPV3 RTE_DEPRECATED(ETH_RSS_L2TPV3) RTE_ETH_RSS_L2TPV3
/dpdk/app/test-pmd/
H A Dconfig.c92 RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_ESP | RTE_ETH_RSS_AH | RTE_ETH_RSS_PFCP |
138 { "l2tpv3", RTE_ETH_RSS_L2TPV3 },
H A Dcmdline.c2180 RTE_ETH_RSS_L2_PAYLOAD | RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_ESP | in cmd_config_rss_parsed()
2230 rss_conf.rss_hf = RTE_ETH_RSS_L2TPV3; in cmd_config_rss_parsed()