Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rss.c241 if (ethdev_rss & ETH_RSS_C_VLAN) in otx2_rss_ethdev_to_nix()
256 if (ethdev_rss & RSS_IPV4_ENABLE) in otx2_rss_ethdev_to_nix()
259 if (ethdev_rss & RSS_IPV6_ENABLE) in otx2_rss_ethdev_to_nix()
262 if (ethdev_rss & ETH_RSS_TCP) in otx2_rss_ethdev_to_nix()
265 if (ethdev_rss & ETH_RSS_UDP) in otx2_rss_ethdev_to_nix()
268 if (ethdev_rss & ETH_RSS_SCTP) in otx2_rss_ethdev_to_nix()
277 if (ethdev_rss & ETH_RSS_PORT) in otx2_rss_ethdev_to_nix()
280 if (ethdev_rss & ETH_RSS_NVGRE) in otx2_rss_ethdev_to_nix()
283 if (ethdev_rss & ETH_RSS_VXLAN) in otx2_rss_ethdev_to_nix()
286 if (ethdev_rss & ETH_RSS_GENEVE) in otx2_rss_ethdev_to_nix()
[all …]
H A Dotx2_ethdev.h503 uint64_t ethdev_rss, uint8_t rss_level);
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c407 if (ethdev_rss & ETH_RSS_IPV4) in nicvf_rss_ethdev_to_nic()
410 if (ethdev_rss & ETH_RSS_IPV6) in nicvf_rss_ethdev_to_nic()
425 if (ethdev_rss & ETH_RSS_PORT) in nicvf_rss_ethdev_to_nic()
429 if (ethdev_rss & ETH_RSS_VXLAN) in nicvf_rss_ethdev_to_nic()
435 if (ethdev_rss & ETH_RSS_NVGRE) in nicvf_rss_ethdev_to_nic()
445 uint64_t ethdev_rss = 0; in nicvf_rss_nic_to_ethdev() local
459 ethdev_rss |= ETH_RSS_PORT; in nicvf_rss_nic_to_ethdev()
463 ethdev_rss |= ETH_RSS_VXLAN; in nicvf_rss_nic_to_ethdev()
466 ethdev_rss |= ETH_RSS_GENEVE; in nicvf_rss_nic_to_ethdev()
469 ethdev_rss |= ETH_RSS_NVGRE; in nicvf_rss_nic_to_ethdev()
[all …]