Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1255 PASSTHRU = 1 << 2, in enic_fm_copy_action() enumerator
1287 if (overlap & PASSTHRU) in enic_fm_copy_action()
1289 overlap |= PASSTHRU; in enic_fm_copy_action()
1526 if (overlap & PASSTHRU) in enic_fm_copy_action()
1564 if (!(overlap & (FATE | PASSTHRU | COUNT | PORT_ID))) in enic_fm_copy_action()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst653 combined with either ``PASSTHRU`` or other endpoint-targeting actions.
688 traffic if there is no specific target) unless a ``PASSTHRU`` action is
H A Drte_flow.rst1429 PASSTHRU, when supported, makes a flow rule non-terminating.
1568 Action: ``PASSTHRU``
1578 .. table:: PASSTHRU
1596 | 0 | PASSTHRU |
3422 For overlapping rules (particularly in order to use `Action: PASSTHRU`_)
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst450 - RSS and PASSTHRU actions only support "receive normally". They are limited
451 to supporting MARK + RSS and PASSTHRU + MARK to allow the application to mark
H A Dtap.rst119 - PASSTHRU
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c113 MK_FLOW_ACTION(PASSTHRU, 0),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst176 * Added limited support for PASSTHRU.
H A Drelease_17_05.rst222 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
H A Drelease_18_05.rst449 * Flow rules are now always terminating unless a ``PASSTHRU`` action is
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c3261 .priv = PRIV_ACTION(PASSTHRU, 0),