Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c9967 uint16_t flowtype; in i40e_pctype_to_flowtype() local
9970 for (flowtype = RTE_ETH_FLOW_UNKNOWN + 1; flowtype < I40E_FLOW_TYPE_MAX; in i40e_pctype_to_flowtype()
9971 flowtype++) { in i40e_pctype_to_flowtype()
9972 if (adapter->pctypes_tbl[flowtype] & pctype_mask) in i40e_pctype_to_flowtype()
9973 return flowtype; in i40e_pctype_to_flowtype()
/dpdk/doc/guides/nics/
H A Di40e.rst562 testpmd> set port (port_id) queue-region region_id (value) flowtype (value)
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1166 Set flowtype mapping on a RSS queue region on a port::
1168 testpmd> set port (port_id) queue-region region_id (value) flowtype (value)
1172 * For the flowtype(pctype) of packet,the specific index for each type has
/dpdk/app/test-pmd/
H A Dcmdline.c10205 cmdline_fixed_string_t flowtype; member
10267 flowtype, "flowtype");