| /dpdk/lib/mempool/ |
| H A D | mempool_trace_points.c | 19 lib.mempool.generic.put) 22 lib.mempool.put.bulk)
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 698 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 D | mlx5.rst | 109 times in 3 seconds, virtq will be put in disable state. User should check log
|
| /dpdk/doc/guides/nics/ |
| H A D | mvneta.rst | 136 Additionally interfaces used by DPDK application need to be put up:
|
| H A D | mlx4.rst | 316 to put both adapters on the same NUMA node without PCI bandwidth degradation,
|
| H A D | mvpp2.rst | 154 Additionally interfaces used by DPDK application need to be put up:
|
| H A D | enic.rst | 429 from the packet and put into the mbuf->vlan_tci field. Here is an example
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 109 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 D | coding_style.rst | 275 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 D | patches.rst | 259 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 D | vulnerability.rst | 84 An embargo may be put in place depending on the severity of the vulnerability.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mempool_lib.rst | 26 In debug mode, statistics about get from/put in the pool are stored in the mempool structure.
|
| H A D | vhost_lib.rst | 9 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 D | gpudev.rst | 8 there may be the need to put in communication the CPU with the device
|
| H A D | power_man.rst | 207 This power saving scheme will put the CPU into optimized power state and
|
| H A D | trace_lib.rst | 30 Simply put, logging is one of the many use cases that can be satisfied with
|
| H A D | toeplitz_hash_lib.rst | 60 * Array of ``uint32_t`` where to put calculated Toeplitz hash values
|
| H A D | writing_efficient_code.rst | 43 lockless access to objects, NUMA awareness, bulk get/put and per-lcore cache.
|
| H A D | kernel_nic_interface.rst | 346 and next pointers must convert back to virtual address if exists before put in the free_q FIFO.
|
| H A D | env_abstraction_layer.rst | 133 ``--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 D | vhost.rst | 22 default forwarding mode (io forward), those packets will be put into
|
| H A D | l3_forward_power_man.rst | 58 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 D | ecore_sp.h | 1117 bool (*put)(struct ecore_credit_pool_obj *o, int cnt); member
|
| H A D | ecore_sp.c | 360 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 D | release_2_2.rst | 353 put 3 packets into the queue. There was also a similar issue for 4 TCs.
|