| /dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 211 given maximum number of flows, a function is called to insert a flow key 234 The EFD function to insert a key or update a key to a new value is 237 before, or will insert the <key,value> pair if this key has not been inserted 239 ``EFD_UPDATE_WARN_GROUP_FULL (1)`` if the operation is insert, and the 294 insert, lookup and group rebalancing in the EFD library. 347 The insert function will brute force search for all possible values for the 370 faster and much simpler than the slower insert procedure (inserts are 395 Typically, and to minimize insert time with an increasing number of keys,
|
| H A D | reorder_lib.rst | 44 On an insert call, valid mbufs are inserted directly into the Order buffer and 57 sequence number, and we need to insert an early mbuf with 565 sequence number.
|
| H A D | member_lib.rst | 12 The DPDK Membership Library provides an API for DPDK applications to insert a 306 The ``rte_member_add()`` function is used to insert an element/key into a set-summary structure. If… 309 mode, a return value of 0 means a successful insert. For HTSS mode without false negative, the inse… 311 for insert that does not cause any eviction (i.e. no overwriting happens to an
|
| H A D | ip_fragment_reassembly_lib.rst | 97 (e.g: can't insert new entry into the Fragment Table, or invalid/timed-out fragment),
|
| H A D | hash_lib.rst | 114 list to insert these failed keys. This feature is important for the workloads (e.g. telco workloads… 169 …xtendable bucket flag is set, and in that case the bucket is extended to insert the key, as will b…
|
| H A D | generic_receive_offload_lib.rst | 119 find a matched "flow", insert a new "flow" and store the packet into the
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_rx.c | 35 __in boolean_t insert); 608 __in boolean_t insert) in efx_rx_scale_mode_set() argument 688 type, insert)) != 0) in efx_rx_scale_mode_set() 1281 __in boolean_t insert) in siena_rx_scale_mode_set() argument 1292 EFX_RX_LFSR_HASH(enp, insert); in siena_rx_scale_mode_set() 1296 EFX_RX_TOEPLITZ_IPV4_HASH(enp, insert, in siena_rx_scale_mode_set()
|
| H A D | rhead_rx.c | 132 __in boolean_t insert) in rhead_rx_scale_mode_set() argument 136 rc = ef10_rx_scale_mode_set(enp, rss_context, alg, type, insert); in rhead_rx_scale_mode_set()
|
| H A D | ef10_rx.c | 553 __in boolean_t insert) in ef10_rx_scale_mode_set() argument 558 EFSYS_ASSERT3U(insert, ==, B_TRUE); in ef10_rx_scale_mode_set() 561 insert == B_FALSE) { in ef10_rx_scale_mode_set()
|
| H A D | rhead_impl.h | 280 __in boolean_t insert);
|
| H A D | ef10_impl.h | 1156 __in boolean_t insert);
|
| /dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 166 * VLAN insert strip 337 * TX: calculate and insert CRC 476 DPDK application offloads VLAN insert/strip to improve performance. The BNXT PMD 477 supports hardware-based VLAN insert/strip offload for both single and double 505 The BNXT PMD supports the VLAN insert offload per-packet basis. The application 512 // enable VLAN insert offload 515 if (mbuf->ol_flags && RTE_MBUF_F_TX_QINQ) // case-1: insert VLAN to single-tagged packet 517 else if (mbuf->ol_flags && RTE_MBUF_F_TX_VLAN) // case-2: insert VLAN to untagged packet 548 When enabled, the BNXT PMD configures hardware to insert IEEE 1588 timestamps to
|
| H A D | af_packet.rst | 72 The PMD will re-insert the VLAN tag transparently to the packet if the kernel
|
| H A D | thunderx.rst | 375 This scheme is useful when application would like to insert vlan header without disturbing HEADROOM.
|
| H A D | virtio.rst | 325 #. In VM, insert vfio module in NOIOMMU mode:
|
| H A D | intel_vf.rst | 407 …When using DPDK PMD PF driver, insert DPDK kernel module igb_uio and set the number of VF by sysfs…
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 69 Set the total number of flow rules to insert, 74 Set the number of flow rules to insert per iteration window, 100 Set the number of needed cores to insert/delete rte_flow rules.
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 36 sfc_flow_insert_cb_t *insert; member 51 .insert = sfc_flow_filter_insert, 60 .insert = sfc_mae_flow_insert, 2507 if (ops == NULL || ops->insert == NULL) { in sfc_flow_insert() 2514 rc = ops->insert(sa, flow); in sfc_flow_insert()
|
| /dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 22 sys.path.insert(0, '.')
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_reassembly.rst | 195 (can't insert new entry into the Fragment table, or invalid/timed-out fragment),
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 161 set vf vlan insert 0 0 1
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 100 packets, it should insert the E-tag. Both actions can be offloaded.
|
| H A D | release_17_11.rst | 224 The library provides APIs for DPDK applications to insert a new member,
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 4961 int insert; in i40e_res_pool_free() local 4998 insert = 0; in i40e_res_pool_free() 5008 insert = 1; in i40e_res_pool_free() 5017 if (insert == 1) { in i40e_res_pool_free() 5024 insert = 1; in i40e_res_pool_free() 5030 if (insert == 0) { in i40e_res_pool_free()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | nix.h | 1606 uint64_t insert : 16; member
|