Searched refs:MARK (Results 1 – 17 of 17) sorted by relevance
| /f-stack/app/nginx-1.16.1/contrib/unicode2nginx/ |
| H A D | win-utf | 5 82 E2809A ; #SINGLE LOW-9 QUOTATION MARK 7 84 E2809E ; #DOUBLE LOW-9 QUOTATION MARK 14 8B E280B9 ; #SINGLE LEFT-POINTING ANGLE QUOTATION MARK 20 91 E28098 ; #LEFT SINGLE QUOTATION MARK 21 92 E28099 ; #RIGHT SINGLE QUOTATION MARK 22 93 E2809C ; #LEFT DOUBLE QUOTATION MARK 23 94 E2809D ; #RIGHT DOUBLE QUOTATION MARK 27 99 E284A2 ; #TRADE MARK SIGN 29 9B E280BA ; #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK 45 AB C2AB ; #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK [all …]
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 1186 enum { FATE = 1, MARK = 2, }; in enic_copy_action_v2() enumerator 1212 if (overlap & MARK) in enic_copy_action_v2() 1214 overlap |= MARK; in enic_copy_action_v2() 1231 if (overlap & MARK) in enic_copy_action_v2() 1233 overlap |= MARK; in enic_copy_action_v2() 1272 if (!(overlap & MARK)) in enic_copy_action_v2() 1298 if (passthru && !(overlap & MARK)) in enic_copy_action_v2()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 788 ``MARK`` and ``META`` item of ``rte_flow``. The newly introduced 793 - 0, this is default value, defines the legacy mode, the ``MARK`` and 795 NIC Rx steering domains, no ``MARK`` and ``META`` information crosses 796 the domain boundaries. The ``MARK`` item is 24 bits wide, the ``META`` 799 - 1, this engages extensive metadata mode, the ``MARK`` and ``META`` 801 including FDB, ``MARK`` and ``META`` information may cross the domain 802 boundaries. The ``MARK`` item is 24 bits wide, the ``META`` item width 810 - 2, this engages extensive metadata mode, the ``MARK`` and ``META`` 812 including FDB, ``MARK`` and ``META`` information may cross the domain 822 | Mode | ``MARK`` | ``META`` | ``META`` Tx | FDB/Through | [all …]
|
| H A D | sfc_efx.rst | 189 - MARK (supported only with ef10_essb Rx datapath) 233 - MARK
|
| H A D | enic.rst | 449 - The supported range of IDs for the 'MARK' action is 0 - 0xFFFD. 451 to supporting MARK + RSS and PASSTHRU + MARK to allow the application to mark
|
| H A D | bnxt.rst | 689 O_UDP_DPORT and actions are COUNT, MARK, JUMP. The match criteria for Flow2
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 631 Item: ``MARK`` 634 Matches an arbitrary integer value which was set using the ``MARK`` action in 640 Note the value of MARK field is arbitrary and application defined. 642 Depending on the underlying implementation the MARK item may be supported on 649 .. table:: MARK 1470 | 0 | MARK | ``mark`` | 0x2a | 1635 Action: ``MARK`` 1647 .. table:: MARK 1658 Flags packets. Similar to `Action: MARK`_ without a specific value; only 1788 overlaps ``hash.fdir.lo``. Since `Action: MARK`_ sets the ``hash.fdir.hi`` [all …]
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 84 MK_FLOW_ITEM(MARK, sizeof(struct rte_flow_item_mark)), 115 MK_FLOW_ACTION(MARK, sizeof(struct rte_flow_action_mark)),
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ef10_essb_rx.c | 319 SFC_EF10_ESSB_RX_PREFIX_FIELD(USER_MARK, MARK),
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_rx.c | 629 EF10_ESSB_RX_PREFIX_FIELD(USER_MARK, MARK),
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 90 * Added support for MARK action.
|
| H A D | release_17_08.rst | 88 QUEUE, MARK, FLAG and VOID actions for ingress traffic.
|
| H A D | release_19_08.rst | 118 * Added support for MARK + RSS action in rte_flow (non-vector RX path only)
|
| H A D | release_19_05.rst | 172 * Fixed several flow (director) bugs related to MARK, SCTP, VLAN, VXLAN, and
|
| H A D | release_18_05.rst | 159 * Added support for MARK and FLAG actions in flow API (X2xxx only).
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2225 .priv = PRIV_ITEM(MARK, sizeof(struct rte_flow_item_mark)), 3282 .priv = PRIV_ACTION(MARK, sizeof(struct rte_flow_action_mark)),
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4189 7 63 0 i- ETH IPV6 UDP VXLAN => MARK QUEUE 4199 7 63 0 i- ETH IPV6 UDP VXLAN => MARK QUEUE
|