Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c75 const struct sfc_rss *ethdev_rss = &sas->rss; in sfc_flow_rss_parse_conf() local
101 out->efx_hash_types = ethdev_rss->hash_types; in sfc_flow_rss_parse_conf()
119 key = ethdev_rss->key; in sfc_flow_rss_parse_conf()
133 if (ethdev_rss->hash_alg != EFX_RX_HASHALG_TOEPLITZ) { in sfc_flow_rss_parse_conf()
346 struct sfc_rss *ethdev_rss = &sas->rss; in sfc_flow_rss_ctx_program() local
411 ethdev_rss->hash_alg, in sfc_flow_rss_ctx_program()
412 (ctx->dummy) ? ethdev_rss->hash_types : in sfc_flow_rss_ctx_program()
417 ctx, ethdev_rss->hash_alg, in sfc_flow_rss_ctx_program()
418 (ctx->dummy) ? ethdev_rss->hash_types : in sfc_flow_rss_ctx_program()
425 (ctx->dummy) ? ethdev_rss->key : conf->key, in sfc_flow_rss_ctx_program()
H A Dsfc_flow.c1437 struct sfc_rss *ethdev_rss = &sas->rss; in sfc_flow_parse_queue() local
1440 spec_filter->rss_ctx = &ethdev_rss->dummy_ctx; in sfc_flow_parse_queue()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c709 dev->ethdev_rss_hf = ethdev_rss; in cnxk_rss_ethdev_to_nix()
716 if (ethdev_rss & RTE_ETH_RSS_C_VLAN) in cnxk_rss_ethdev_to_nix()
731 if (ethdev_rss & RSS_IPV4_ENABLE) in cnxk_rss_ethdev_to_nix()
734 if (ethdev_rss & RSS_IPV6_ENABLE) in cnxk_rss_ethdev_to_nix()
737 if (ethdev_rss & RTE_ETH_RSS_TCP) in cnxk_rss_ethdev_to_nix()
740 if (ethdev_rss & RTE_ETH_RSS_UDP) in cnxk_rss_ethdev_to_nix()
743 if (ethdev_rss & RTE_ETH_RSS_SCTP) in cnxk_rss_ethdev_to_nix()
752 if (ethdev_rss & RTE_ETH_RSS_PORT) in cnxk_rss_ethdev_to_nix()
755 if (ethdev_rss & RTE_ETH_RSS_NVGRE) in cnxk_rss_ethdev_to_nix()
758 if (ethdev_rss & RTE_ETH_RSS_VXLAN) in cnxk_rss_ethdev_to_nix()
[all …]
H A Dcnxk_ethdev.h574 uint32_t cnxk_rss_ethdev_to_nix(struct cnxk_eth_dev *dev, uint64_t ethdev_rss,
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c393 if (ethdev_rss & RTE_ETH_RSS_IPV4) in nicvf_rss_ethdev_to_nic()
396 if (ethdev_rss & RTE_ETH_RSS_IPV6) in nicvf_rss_ethdev_to_nic()
411 if (ethdev_rss & RTE_ETH_RSS_PORT) in nicvf_rss_ethdev_to_nic()
415 if (ethdev_rss & RTE_ETH_RSS_VXLAN) in nicvf_rss_ethdev_to_nic()
421 if (ethdev_rss & RTE_ETH_RSS_NVGRE) in nicvf_rss_ethdev_to_nic()
431 uint64_t ethdev_rss = 0; in nicvf_rss_nic_to_ethdev() local
445 ethdev_rss |= RTE_ETH_RSS_PORT; in nicvf_rss_nic_to_ethdev()
449 ethdev_rss |= RTE_ETH_RSS_VXLAN; in nicvf_rss_nic_to_ethdev()
452 ethdev_rss |= RTE_ETH_RSS_GENEVE; in nicvf_rss_nic_to_ethdev()
455 ethdev_rss |= RTE_ETH_RSS_NVGRE; in nicvf_rss_nic_to_ethdev()
[all …]