Home
last modified time | relevance | path

Searched refs:ETH_RSS_L3_DST_ONLY (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_hash.c487 {ETH_RSS_IPV4 | ETH_RSS_L3_DST_ONLY,
586 {ETH_RSS_IPV6 | ETH_RSS_L3_DST_ONLY,
591 {ETH_RSS_IPV6_PRE32 | ETH_RSS_L3_DST_ONLY,
596 {ETH_RSS_IPV6_PRE48 | ETH_RSS_L3_DST_ONLY,
601 {ETH_RSS_IPV6_PRE64 | ETH_RSS_L3_DST_ONLY,
652 {ETH_RSS_IPV6_PRE32_UDP | ETH_RSS_L3_DST_ONLY,
675 {ETH_RSS_IPV6_PRE48_UDP | ETH_RSS_L3_DST_ONLY,
698 {ETH_RSS_IPV6_PRE64_UDP | ETH_RSS_L3_DST_ONLY,
752 {ETH_RSS_IPV6_PRE32_TCP | ETH_RSS_L3_DST_ONLY,
775 {ETH_RSS_IPV6_PRE48_TCP | ETH_RSS_L3_DST_ONLY,
[all …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rss.c81 { ETH_RSS_FRAG_IPV4 | ETH_RSS_L3_DST_ONLY,
85 { ETH_RSS_NONFRAG_IPV4_TCP | ETH_RSS_L3_DST_ONLY,
93 { ETH_RSS_NONFRAG_IPV4_UDP | ETH_RSS_L3_DST_ONLY,
101 { ETH_RSS_NONFRAG_IPV4_SCTP | ETH_RSS_L3_DST_ONLY,
109 { ETH_RSS_NONFRAG_IPV4_OTHER | ETH_RSS_L3_DST_ONLY,
113 { ETH_RSS_FRAG_IPV6 | ETH_RSS_L3_DST_ONLY,
117 { ETH_RSS_NONFRAG_IPV6_TCP | ETH_RSS_L3_DST_ONLY,
125 { ETH_RSS_NONFRAG_IPV6_UDP | ETH_RSS_L3_DST_ONLY,
133 { ETH_RSS_NONFRAG_IPV6_SCTP | ETH_RSS_L3_DST_ONLY,
141 { ETH_RSS_NONFRAG_IPV6_OTHER | ETH_RSS_L3_DST_ONLY,
H A Dhns3_rss.h22 ETH_RSS_L3_DST_ONLY | \
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_hash.c602 } else if (rss_type & ETH_RSS_L3_DST_ONLY) { in iavf_refine_proto_hdrs_l234()
622 } else if (rss_type & ETH_RSS_L3_DST_ONLY) { in iavf_refine_proto_hdrs_l234()
652 ETH_RSS_L3_DST_ONLY)) in iavf_refine_proto_hdrs_l234()
668 ETH_RSS_L3_DST_ONLY)) in iavf_refine_proto_hdrs_l234()
684 ETH_RSS_L3_DST_ONLY)) in iavf_refine_proto_hdrs_l234()
834 ETH_RSS_L3_DST_ONLY | \
849 {ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY, VALID_RSS_L3},
867 if (rss_type & (ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY | in iavf_any_invalid_rss_type()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_defs.h97 #define MLX5_RSS_SRC_DST_ONLY (ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY | \
H A Dmlx5_flow_dv.c8548 else if (rss_types & ETH_RSS_L3_DST_ONLY) in flow_dv_hashfields_set()
8558 else if (rss_types & ETH_RSS_L3_DST_ONLY) in flow_dv_hashfields_set()
H A Dmlx5_flow.c1460 if ((rss->types & (ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY)) && in mlx5_validate_action_rss()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h540 #define ETH_RSS_L3_DST_ONLY (1ULL << 62) macro
602 if ((rss_hf & ETH_RSS_L3_SRC_ONLY) && (rss_hf & ETH_RSS_L3_DST_ONLY)) in rte_eth_rss_hf_refine()
603 rss_hf &= ~(ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY); in rte_eth_rss_hf_refine()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rss.c247 if (ethdev_rss & ETH_RSS_L3_DST_ONLY) in otx2_rss_ethdev_to_nix()
H A Dotx2_ethdev.h117 #define NIX_RSS_L3_L4_SRC_DST (ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY \
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c12513 {ETH_RSS_FRAG_IPV4 | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12522 {ETH_RSS_NONFRAG_IPV4_TCP | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12531 {ETH_RSS_NONFRAG_IPV4_UDP | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12540 {ETH_RSS_NONFRAG_IPV4_SCTP | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12549 {ETH_RSS_NONFRAG_IPV4_OTHER | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12558 {ETH_RSS_FRAG_IPV6 | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12567 {ETH_RSS_NONFRAG_IPV6_TCP | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12576 {ETH_RSS_NONFRAG_IPV6_UDP | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12585 {ETH_RSS_NONFRAG_IPV6_SCTP | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
12594 {ETH_RSS_NONFRAG_IPV6_OTHER | ETH_RSS_L3_DST_ONLY, in i40e_rss_conf_hash_inset()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c130 { "l3-dst-only", ETH_RSS_L3_DST_ONLY },
H A Dcmdline.c2206 rss_conf.rss_hf = ETH_RSS_L3_DST_ONLY; in cmd_config_rss_parsed()