Home
last modified time | relevance | path

Searched refs:insertion (Results 1 – 23 of 23) sorted by relevance

/dpdk/doc/guides/tools/
H A Dflow-perf.rst8 The application provides the ability to test insertion rate of specific
9 rte_flow rule, by stressing it to the NIC, and calculates the insertion
19 To assess the rule insertion rate, the flow performance tool breaks
29 support multiple cores insertion/deletion as well.
79 the application will measure the insertion rate 10 times
81 insertion rate across the 10 measurements.
91 Dump the memory stats for each socket before the insertion and after.
94 Enable packets forwarding after insertion/deletion operations.
/dpdk/app/test-flow-perf/
H A Dmain.c119 double insertion[MAX_PORTS][RTE_MAX_LCORE]; member
1227 mc_pool.meters_record.insertion[port_id][core_id] in meters_handler()
1469 mc_pool.flows_record.insertion[port_id][core_id] = cpu_time_used; in insert_flows()
1544 insertion_latency_time = used_time->insertion[port][0]; in dump_used_cpu_time()
1546 insertion_throughput_time = used_time->insertion[port][0]; in dump_used_cpu_time()
1551 insertion_throughput_time += used_time->insertion[port][i]; in dump_used_cpu_time()
1553 if (insertion_latency_time < used_time->insertion[port][i]) in dump_used_cpu_time()
1554 insertion_latency_time = used_time->insertion[port][i]; in dump_used_cpu_time()
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst69 - Transmit VLAN insertion (if running firmware variant supports it)
435 **efx** chooses libefx-based datapath which supports VLAN insertion
441 more efficient than libefx-based but has no VLAN insertion support yet.
448 mbufs, VLAN insertion, inner/outer IPv4 and TCP/UDP checksum and TCP
H A Davp.rst58 * PCI hotplug insertion and removal
H A Dliquidio.rst158 Tx VLAN insertion is not supported and consequently VLAN offload feature is
H A Dmlx5.rst54 - TX VLAN insertion.
75 - Flow insertion rate of more then million flows per second, when using Direct Rules.
80 - Multiple-thread flow insertion.
472 - Flow rules insertion rate and memory consumption need more optimization.
476 - Multi-thread flow insertion:
478 - In order to achieve best insertion rate, application should manage the flows per lcore.
505 - WQE based high scaling and safer flow insertion/destruction.
1065 be cached, helpful with flow insertion rate.
1087 - 0. Prevent insertion of rules with the same pattern items on non-root table.
1091 - 1. Allow insertion of rules with the same pattern items.
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst98 to the VFs. And E-tag insertion and stripping will have an effect on VFs. When
103 enabled to forward the packets received by the PF to the indicated VFs. And insertion
108 * Support E-tag offloading of insertion and stripping.
222 * **Added mlx5 TX VLAN insertion support.**
224 Added support for TX VLAN insertion.
H A Drelease_21_08.rst60 * Optimized multi-thread flow rule insertion rate.
H A Drelease_20_11.rst168 * Added support for PMD level multiple-thread flow insertion.
227 * Added option to set port mask for insertion/deletion:
H A Drelease_16_07.rst238 * **enic: Fixed Tx IP/UDP/TCP checksum offload and VLAN insertion.**
H A Drelease_20_08.rst210 * Measure ``rte_flow`` insertion rate.
H A Drelease_19_05.rst113 * Fast flow insertion and deletion up to 1M flow update per second.
H A Drelease_17_02.rst81 * Vf VLAN insertion.
H A Drelease_18_11.rst223 This new "extendable bucket" feature provides 100% insertion guarantee to
H A Drelease_2_1.rst227 * **Added support for i40e double VLAN, QinQ, stripping and insertion.**
/dpdk/doc/guides/howto/
H A Dvfd.rst155 VF VLAN insertion
158 Run a testpmd runtime command on the PF to set the VLAN insertion for a VF
166 The assigned VLAN ID can be 0. It means disabling the VLAN insertion.
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst261 sub-table will be inserted into the set-summary (i.e. cache insertion) so
271 insertion, deletion, and lookup.
312 existing entry) the return value is 0. For insertion that causes eviction, the return
H A Defd_lib.rst241 ``EFD_UPDATE_FAILED (2)`` when the insertion or update has failed (either it
304 - Offline Version (in memory): Only used for the insertion/update
H A Dtoeplitz_hash_lib.rst232 * The connections table is global so locking/RCU on the flow insertion/removal
H A Dhash_lib.rst115 hash table size and can't tolerate any key insertion failure (even if very few).
H A Dpoll_mode_drv.rst286 feature like checksumming, TCP segmentation, VLAN insertion or
H A Drte_flow.rst3813 The asynchronous flow rule insertion logic can be broken into two phases.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1107 Set hardware insertion of VLAN IDs in packets sent on a port::
1111 For example, set a single VLAN ID (5) insertion on port 0::
1115 Or, set double VLAN ID (inner: 2, outer: 3) insertion on port 1::
1123 Set port based hardware insertion of VLAN ID in packets sent on a port::
1130 Disable hardware insertion of a VLAN header in packets sent on a port::
1716 Enable E-tag insertion for a VF on a port::
1718 testpmd> E-tag set insertion on port-tag-id (value) port (port_id) vf (vf_id)
1720 Disable E-tag insertion for a VF on a port::
1722 testpmd> E-tag set insertion off port (port_id) vf (vf_id)