Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/lib/mempool/
H A Dmempool_trace_points.c19 lib.mempool.generic.put)
22 lib.mempool.put.bulk)
/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c698 goto put; in axgbe_phy_sfp_read_eeprom()
706 goto put; in axgbe_phy_sfp_read_eeprom()
713 goto put; in axgbe_phy_sfp_read_eeprom()
732 put: in axgbe_phy_sfp_read_eeprom()
836 goto put; in axgbe_phy_sfp_detect()
844 goto put; in axgbe_phy_sfp_detect()
853 put: in axgbe_phy_sfp_detect()
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst109 times in 3 seconds, virtq will be put in disable state. User should check log
/dpdk/doc/guides/nics/
H A Dmvneta.rst136 Additionally interfaces used by DPDK application need to be put up:
H A Dmlx4.rst316 to put both adapters on the same NUMA node without PCI bandwidth degradation,
H A Dmvpp2.rst154 Additionally interfaces used by DPDK application need to be put up:
H A Denic.rst429 from the packet and put into the mbuf->vlan_tci field. Here is an example
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst109 until it is put on the device queue
113 the point the operation is put on the accelerator queue.
115 point the operation is put on the accelerator queue until the return
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst275 In declarations, do not put any whitespace between asterisks and adjacent tokens, except for tokens…
440 * Do not put any spaces before a tab for indentation.
441 * If you have to wrap a long statement, put the operator at the end of the line, and indent again.
564 If multiple variables are to be initialized when defined, put one per line.
1101 …* For a small number of list entries, generally 3 or fewer, all elements may be put on a single li…
1103 No trailing comma is put on the final list entry.
1105 it is recommended that the lists be put in the files with a *single* entry per line.
H A Dpatches.rst259 which introduced the bug, and put the original author of that commit on CC.
391 Smaller notes can be put inline in the patch after the ``---`` separator, for example::
478 By default, each build will be put in a subfolder of the current working directory.
481 For example, setting ``DPDK_BUILD_TEST_DIR=__builds`` will put all builds
618 The more work you put into the previous steps the easier it will be to get a
H A Dvulnerability.rst84 An embargo may be put in place depending on the severity of the vulnerability.
/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst26 In debug mode, statistics about get from/put in the pool are stored in the mempool structure.
H A Dvhost_lib.rst9 to fetch/put packets from/to the VM virtio net device. To achieve this, a
333 ``VHOST_SET_VRING_KICK`` is used as the signal to put the vhost device into
H A Dgpudev.rst8 there may be the need to put in communication the CPU with the device
H A Dpower_man.rst207 This power saving scheme will put the CPU into optimized power state and
H A Dtrace_lib.rst30 Simply put, logging is one of the many use cases that can be satisfied with
H A Dtoeplitz_hash_lib.rst60 * Array of ``uint32_t`` where to put calculated Toeplitz hash values
H A Dwriting_efficient_code.rst43 lockless access to objects, NUMA awareness, bulk get/put and per-lcore cache.
H A Dkernel_nic_interface.rst346 and next pointers must convert back to virtual address if exists before put in the free_q FIFO.
H A Denv_abstraction_layer.rst133 ``--single-file-segments`` command-line option. This option will put pages in
744 …So for now, when rte_mempool is used with unregistered non-EAL pthreads, the put/get operations wi…
/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst22 default forwarding mode (io forward), those packets will be put into
H A Dl3_forward_power_man.rst58 They allow software to put an Intel core into a low power idle state from which it is possible to e…
/dpdk/drivers/net/bnx2x/
H A Decore_sp.h1117 bool (*put)(struct ecore_credit_pool_obj *o, int cnt); member
H A Decore_sp.c360 return mp->put(mp, 1); in ecore_put_credit_mac()
3382 p->put = ecore_credit_pool_put; in ecore_init_credit_pool()
3387 p->put = ecore_credit_pool_always_TRUE; in ecore_init_credit_pool()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst353 put 3 packets into the queue. There was also a similar issue for 4 TCs.

12