Searched refs:insertion (Results 1 – 23 of 23) sorted by relevance
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 8 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 D | main.c | 119 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 D | sfc_efx.rst | 69 - 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 D | avp.rst | 58 * PCI hotplug insertion and removal
|
| H A D | liquidio.rst | 158 Tx VLAN insertion is not supported and consequently VLAN offload feature is
|
| H A D | mlx5.rst | 54 - 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 D | release_16_04.rst | 98 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 D | release_21_08.rst | 60 * Optimized multi-thread flow rule insertion rate.
|
| H A D | release_20_11.rst | 168 * Added support for PMD level multiple-thread flow insertion. 227 * Added option to set port mask for insertion/deletion:
|
| H A D | release_16_07.rst | 238 * **enic: Fixed Tx IP/UDP/TCP checksum offload and VLAN insertion.**
|
| H A D | release_20_08.rst | 210 * Measure ``rte_flow`` insertion rate.
|
| H A D | release_19_05.rst | 113 * Fast flow insertion and deletion up to 1M flow update per second.
|
| H A D | release_17_02.rst | 81 * Vf VLAN insertion.
|
| H A D | release_18_11.rst | 223 This new "extendable bucket" feature provides 100% insertion guarantee to
|
| H A D | release_2_1.rst | 227 * **Added support for i40e double VLAN, QinQ, stripping and insertion.**
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 155 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 D | member_lib.rst | 261 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 D | efd_lib.rst | 241 ``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 D | toeplitz_hash_lib.rst | 232 * The connections table is global so locking/RCU on the flow insertion/removal
|
| H A D | hash_lib.rst | 115 hash table size and can't tolerate any key insertion failure (even if very few).
|
| H A D | poll_mode_drv.rst | 286 feature like checksumming, TCP segmentation, VLAN insertion or
|
| H A D | rte_flow.rst | 3813 The asynchronous flow rule insertion logic can be broken into two phases.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1107 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)
|