Searched refs:MARK (Results 1 – 16 of 16) sorted by relevance
| /dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 1186 enum { FATE = 1, MARK = 2, }; in enic_copy_action_v2() enumerator 1213 if (overlap & MARK) in enic_copy_action_v2() 1215 overlap |= MARK; in enic_copy_action_v2() 1234 if (overlap & MARK) in enic_copy_action_v2() 1236 overlap |= MARK; in enic_copy_action_v2() 1275 if (!(overlap & MARK)) in enic_copy_action_v2() 1301 if (passthru && !(overlap & MARK)) in enic_copy_action_v2()
|
| /dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 912 ``MARK`` and ``META`` item of ``rte_flow``. The newly introduced 917 - 0, this is default value, defines the legacy mode, the ``MARK`` and 919 NIC Rx steering domains, no ``MARK`` and ``META`` information crosses 923 - 1, this engages extensive metadata mode, the ``MARK`` and ``META`` 925 including FDB, ``MARK`` and ``META`` information may cross the domain 934 - 2, this engages extensive metadata mode, the ``MARK`` and ``META`` 946 | Mode | ``MARK`` | ``META`` | ``META`` Tx | FDB/Through | 962 MARK metadata actions over NIC Rx steering domain only. 966 Setting MARK value to zero in flow action means the zero FDIR ID value 971 MARK action values is 0-0xFFEF for the 16-bit mode and 0-0xFFFFEF [all …]
|
| H A D | sfc_efx.rst | 191 - MARK (supported only with ef10_essb Rx datapath) 251 - MARK
|
| H A D | enic.rst | 470 - The supported range of IDs for the 'MARK' action is 0 - 0xFFFD. 472 to supporting MARK + RSS and PASSTHRU + MARK to allow the application to mark
|
| H A D | bnxt.rst | 686 O_UDP_DPORT and actions are COUNT, MARK, JUMP. The match criteria for Flow2
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 676 Item: ``MARK`` 685 Note the value of MARK field is arbitrary and application defined. 687 Depending on the underlying implementation the MARK item may be supported on 694 .. table:: MARK 1718 | 0 | MARK | ``mark`` | 0x2a | 1880 Action: ``MARK`` 1892 .. table:: MARK 1903 Flags packets. Similar to `Action: MARK`_ without a specific value; only 2020 overlaps ``hash.fdir.lo``. Since `Action: MARK`_ sets the ``hash.fdir.hi`` 3727 /* Assign to MARK mask any non-zero value to make it constant */ [all …]
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ef10_essb_rx.c | 320 SFC_EF10_ESSB_RX_PREFIX_FIELD(USER_MARK, MARK),
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 138 MK_FLOW_ITEM(MARK, sizeof(struct rte_flow_item_mark)), 188 MK_FLOW_ACTION(MARK, sizeof(struct rte_flow_action_mark)),
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_rx.c | 763 EF10_ESSB_RX_PREFIX_FIELD(USER_MARK, MARK),
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 51 QUEUE, MARK, FLAG and VOID actions for ingress traffic.
|
| H A D | release_20_02.rst | 43 * Added support for MARK action.
|
| H A D | release_19_05.rst | 125 * Fixed several flow (director) bugs related to MARK, SCTP, VLAN, VXLAN, and
|
| H A D | release_19_08.rst | 71 * Added support for MARK + RSS action in rte_flow (non-vector RX path only)
|
| H A D | release_18_05.rst | 122 * Added support for MARK and FLAG actions in flow API (X2xxx only).
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 3514 .priv = PRIV_ITEM(MARK, sizeof(struct rte_flow_item_mark)), 5115 .priv = PRIV_ACTION(MARK, sizeof(struct rte_flow_action_mark)),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4636 7 63 0 i- ETH IPV6 UDP VXLAN => MARK QUEUE 4646 7 63 0 i- ETH IPV6 UDP VXLAN => MARK QUEUE
|