Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_generic_flow.h471 struct ice_flow_redirect *redirect);
490 engine_redirect_t redirect; member
H A Dice_generic_flow.c2596 if (!p_flow->engine->redirect) in ice_flow_redirect()
2598 ret = p_flow->engine->redirect(ad, p_flow, rd); in ice_flow_redirect()
H A Dice_switch_filter.c2140 .redirect = ice_switch_redirect,
/dpdk/doc/guides/nics/
H A Daf_xdp.rst9 redirect packets to a memory buffer in userspace.
H A Dfail_safe.rst14 ability to redirect operations to a secondary device when the primary has been
H A Dice.rst321 #. Create one flow to redirect the traffic to VF2 by DCF::
/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst23 * Action items: queue, drop, count, and physical egress port redirect.
H A Drelease_18_05.rst426 redirect matching traffic to a specific physical port.
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst88 * If there are redirect to a specific port queue pair with, ensure RX lcore
H A Dlm_bond_virtio_sriov.rst680 add acl-rule action 1 1 redirect 1
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst471 by the application creating the flow rule (e.g. as in "redirect all traffic
H A Drte_flow.rst63 group using the JUMP action to define the next group to redirect to. Only flow
1713 .. table:: Mark, count then redirect
1877 | ``group`` | Group to redirect packets to |
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst882 ingress traffic and redirect the packets to the specified queue. This feature is
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4244 - ``jump``: redirect traffic to group on device.
4246 - ``group {unsigned}``: group to redirect to.