Home
last modified time | relevance | path

Searched refs:RTE_ETH_FLOW_IPV4 (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h470 #define RTE_ETH_FLOW_IPV4 2 macro
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4668 {"ipv4", RTE_ETH_FLOW_IPV4}, in flowtype_to_str()
H A Dcmdline.c10133 {"ipv4", RTE_ETH_FLOW_IPV4}, in str2flowtype()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c12870 for (i = RTE_ETH_FLOW_IPV4; i <= RTE_ETH_FLOW_L2_PAYLOAD; i++) { in i40e_rss_disable_hash()