Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c1188 bool passthru = false; in enic_copy_action_v2() local
1287 passthru = true; in enic_copy_action_v2()
1298 if (passthru && !(overlap & MARK)) in enic_copy_action_v2()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst812 actions vxlan_encap vni 42 / passthru / end
818 actions vxlan_decap / passthru / end
820 Here ``passthru`` is needed since as described in `actions order and
/f-stack/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
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3817 drop / passthru / end # drop has no effect
3830 - ``passthru``: let subsequent rule process matched packets.
3846 - ``drop``: drop packets (note: passthru has priority).