Home
last modified time | relevance | path

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

/dpdk/doc/guides/nics/features/
H A Dtap.ini39 passthru = Y key
H A Denic.ini68 passthru = Y key
H A Diavf.ini67 passthru = Y key
H A Di40e.ini79 passthru = Y key
H A Dice.ini81 passthru = Y key
H A Ddefault.ini173 passthru = key
/dpdk/drivers/net/enic/
H A Denic_flow.c1188 bool passthru = false; in enic_copy_action_v2() local
1290 passthru = true; in enic_copy_action_v2()
1301 if (passthru && !(overlap & MARK)) in enic_copy_action_v2()
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst838 actions vxlan_encap vni 42 / passthru / end
844 actions vxlan_decap / passthru / end
846 Here ``passthru`` is needed since as described in `actions order and
/dpdk/doc/guides/nics/
H A Denic.rst240 - Actions: queue, mark, drop, flag, rss, passthru, and void
248 …- Ingress Actions: count, drop, flag, jump, mark, port_id, passthru, queue, rss, vxlan_decap, vxla…
249 - Egress Actions: count, drop, jump, passthru, vxlan_encap, and void
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4229 drop / passthru / end # drop has no effect
4242 - ``passthru``: let subsequent rule process matched packets.
4258 - ``drop``: drop packets (note: passthru has priority).