Searched refs:COUNT (Results 1 – 14 of 14) sorted by relevance
| /dpdk/doc/guides/cryptodevs/ |
| H A D | kasumi.rst | 122 Input buffer has to have COUNT (4 bytes), FRESH (4 bytes), MESSAGE and DIRECTION (1 bit) 131 must be such that points at the start of the COUNT bytes.
|
| H A D | qat.rst | 149 (section 4.4, page 13). The input buffer has to have COUNT (4 bytes), 159 must be such that points at the start of the COUNT bytes.
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 1614 COUNT = 1 << 3, in enic_fm_copy_action() enumerator 1740 if (overlap & COUNT) in enic_fm_copy_action() 1742 overlap |= COUNT; in enic_fm_copy_action() 1954 if (!(overlap & (FATE | PASSTHRU | COUNT | PORT_ID))) in enic_fm_copy_action()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_08.rst | 66 * Added COUNT action support for SN1000 NICs.
|
| H A D | release_20_08.rst | 89 * Added support for rte_flow_query for COUNT action.
|
| H A D | release_21_05.rst | 134 * Added support for flow COUNT action handle.
|
| /dpdk/doc/guides/nics/ |
| H A D | softnic.rst | 310 ``JMP, QUEUE, RSS, DROP, COUNT, METER, VXLAN`` etc.
|
| H A D | sfc_efx.rst | 265 - COUNT
|
| H A D | bnxt.rst | 686 O_UDP_DPORT and actions are COUNT, MARK, JUMP. The match criteria for Flow2
|
| H A D | mlx5.rst | 403 - For NIC Rx flow, supports ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 114 For example: a COUNT action with the transfer bit set. 1702 | 0 | COUNT | 1720 | 1 | COUNT | ``id`` | 0 | 1950 Action: ``COUNT`` 1966 .. table:: COUNT 1978 .. table:: COUNT query 4363 - When combined with `Action: QUEUE`_, packet counting (`Action: COUNT`_)
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 192 MK_FLOW_ACTION(COUNT, sizeof(struct rte_flow_action_count)),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4629 0 0 0 i- ETH => COUNT 4630 6 0 500 i- ETH IPV6 TCP => DROP COUNT 4643 0 0 0 i- ETH => COUNT 4644 6 0 500 i- ETH IPV6 TCP => DROP COUNT
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 5158 .priv = PRIV_ACTION(COUNT,
|