Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst211 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 Dreorder_lib.rst44 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 Dmember_lib.rst12 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 Dip_fragment_reassembly_lib.rst97 (e.g: can't insert new entry into the Fragment Table, or invalid/timed-out fragment),
H A Dhash_lib.rst114 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 Dgeneric_receive_offload_lib.rst119 find a matched "flow", insert a new "flow" and store the packet into the
/dpdk/drivers/common/sfc_efx/base/
H A Defx_rx.c35 __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 Drhead_rx.c132 __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 Def10_rx.c553 __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 Drhead_impl.h280 __in boolean_t insert);
H A Def10_impl.h1156 __in boolean_t insert);
/dpdk/doc/guides/nics/
H A Dbnxt.rst166 * 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 Daf_packet.rst72 The PMD will re-insert the VLAN tag transparently to the packet if the kernel
H A Dthunderx.rst375 This scheme is useful when application would like to insert vlan header without disturbing HEADROOM.
H A Dvirtio.rst325 #. In VM, insert vfio module in NOIOMMU mode:
H A Dintel_vf.rst407 …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 Dflow-perf.rst69 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 Dsfc_flow.c36 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 Ddpdk-pmdinfo.py22 sys.path.insert(0, '.')
/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst195 (can't insert new entry into the Fragment table, or invalid/timed-out fragment),
/dpdk/doc/guides/howto/
H A Dvfd.rst161 set vf vlan insert 0 0 1
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst100 packets, it should insert the E-tag. Both actions can be offloaded.
H A Drelease_17_11.rst224 The library provides APIs for DPDK applications to insert a new member,
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4961 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 Dnix.h1606 uint64_t insert : 16; member

12