Home
last modified time | relevance | path

Searched refs:PASSTHRU (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1613 PASSTHRU = 1 << 2, in enic_fm_copy_action() enumerator
1645 if (overlap & PASSTHRU) in enic_fm_copy_action()
1647 overlap |= PASSTHRU; in enic_fm_copy_action()
1874 if (overlap & PASSTHRU) in enic_fm_copy_action()
1954 if (!(overlap & (FATE | PASSTHRU | COUNT | PORT_ID))) in enic_fm_copy_action()
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst679 combined with either ``PASSTHRU`` or other endpoint-targeting actions.
714 traffic if there is no specific target) unless a ``PASSTHRU`` action is
H A Drte_flow.rst1677 PASSTHRU, when supported, makes a flow rule non-terminating.
1813 Action: ``PASSTHRU``
1823 .. table:: PASSTHRU
1841 | 0 | PASSTHRU |
4383 For overlapping rules (particularly in order to use `Action: PASSTHRU`_)
/dpdk/doc/guides/nics/
H A Denic.rst471 - RSS and PASSTHRU actions only support "receive normally". They are limited
472 to supporting MARK + RSS and PASSTHRU + MARK to allow the application to mark
H A Dtap.rst119 - PASSTHRU
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst129 * Added limited support for PASSTHRU.
H A Drelease_17_05.rst185 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
H A Drelease_18_05.rst402 * Flow rules are now always terminating unless a ``PASSTHRU`` action is
/dpdk/lib/ethdev/
H A Drte_flow.c186 MK_FLOW_ACTION(PASSTHRU, 0),
/dpdk/app/test-pmd/
H A Dcmdline_flow.c5094 .priv = PRIV_ACTION(PASSTHRU, 0),