| /dpdk/drivers/net/octeontx_ep/ |
| H A D | otx_ep_rxtx.h | 23 otx_ep_swap_8B_data(uint64_t *data, uint32_t blocks) in otx_ep_swap_8B_data() argument 26 while (blocks) { in otx_ep_swap_8B_data() 28 blocks--; in otx_ep_swap_8B_data()
|
| /dpdk/lib/acl/ |
| H A D | acl_bld.c | 86 struct acl_mem_block blocks[MEM_BLOCK_NUM]; member 108 for (m = 0; m < RTE_DIM(context->blocks); m++) { in acl_build_alloc() 109 if (context->blocks[m].block_size == in acl_build_alloc() 111 p = context->blocks[m].mem_ptr; in acl_build_alloc() 112 context->blocks[m].mem_ptr = *((void **)p); in acl_build_alloc() 134 if (context->blocks[n].block_size == s) { in acl_build_free() 135 *((void **)p) = context->blocks[n].mem_ptr; in acl_build_free() 136 context->blocks[n].mem_ptr = p; in acl_build_free() 141 if (context->blocks[n].block_size == 0) { in acl_build_free() 142 context->blocks[n].block_size = s; in acl_build_free() [all …]
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | dpaa.rst | 13 The QDMA controller transfers blocks of data 15 The blocks of data transferred can be represented in memory
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_cxt_api.h | 23 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member
|
| H A D | ecore_hsi_debug_tools.h | 801 struct dbg_bus_block_data blocks[132]; member
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_rxtx.h | 648 lio_swap_8B_data(uint64_t *data, uint32_t blocks) in lio_swap_8B_data() argument 650 while (blocks) { in lio_swap_8B_data() 652 blocks--; in lio_swap_8B_data()
|
| /dpdk/lib/mempool/ |
| H A D | mempool_trace_points.c | 31 lib.mempool.get.blocks)
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 280 int blocks; in fsl_qdma_alloc_queue_resources() local 284 blocks = fsl_qdma->num_blocks; in fsl_qdma_alloc_queue_resources() 286 len = sizeof(*queue_head) * queue_num * blocks; in fsl_qdma_alloc_queue_resources() 294 for (j = 0; j < blocks; j++) { in fsl_qdma_alloc_queue_resources() 328 for (j = 0; j < blocks; j++) { in fsl_qdma_alloc_queue_resources()
|
| /dpdk/license/ |
| H A D | README | 4 Including big blocks of License headers in all files blows up the 7 slightly varying text blocks (full, abbreviated, different
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mempool_lib.rst | 20 In debug mode, cookies are added at the beginning and end of allocated blocks. 58 In this case, the assumption is that a packet is 16 blocks of 64 bytes, which is not true. 61 no padding is required between objects (except for objects whose size are n x 3 x 64 bytes blocks).
|
| H A D | thread_safety_dpdk_functions.rst | 14 Where this is not possible, then the execution blocks must access the data in a thread- safe manner. 15 Mechanisms such as atomics or locking can be used that will allow execution blocks to operate seria…
|
| H A D | env_abstraction_layer.rst | 915 blocks of memory. 940 It is used for normal memory blocks when they are being freed, to add the 945 check if that block is also free. If so, and the two blocks are immediately 946 adjacent to each other, then the two free blocks are merged to form a single 951 if that block is also free. If so, and the two blocks are immediately 952 adjacent to each other, then the two free blocks are merged to form a single 957 It is only used in normal memory blocks; on ``malloc()`` to find a suitable 973 Memory from such blocks must be cleared when requested via ``rte_zmalloc*()``. 1072 two ``FREE`` memory blocks adjacent to one another, as they are always merged
|
| H A D | overview.rst | 104 and/or execution blocks connected together on a logical core.
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 36 # Reserve 2 x 1G blocks of contiguous memory using contigmem driver: 79 compiled and run as below, where we have 2 memory blocks of size 1G reserved
|
| H A D | build_dpdk.rst | 77 contigmem kernel module provides the ability to present contiguous blocks of 83 contiguous blocks to be reserved by the module can be set at runtime prior to 101 Where n is the number of blocks and m is the size in bytes of each area of
|
| /dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 36 1. **OCTEON TX Linux kernel PF driver for Network acceleration HW blocks** 75 offload blocks are already built in.
|
| H A D | cnxk.rst | 36 resources belonging to the network, crypto and other functional blocks onto 49 .. table:: RVU managed functional blocks and its mapping to DPDK subsystem 250 The **RVU AF Linux kernel driver** provides support to dump RVU blocks 263 Currently ``debugfs`` supports the following RVU blocks NIX, NPA, NPC, NDC,
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | fpga_5gnr_fec.rst | 181 setting. The unit of weight is 3 code blocks. For example, if the code block 188 watermark level, if exceeded, they won't get assigned new code blocks.. 191 If all hardware queues exceeds the watermark, no code blocks will be
|
| H A D | fpga_lte_fec.rst | 180 setting. The unit of weight is 3 code blocks. For example, if the code block 187 watermark level, if exceeded, they won't get assigned new code blocks.. 190 If all hardware queues exceeds the watermark, no code blocks will be
|
| /dpdk/doc/guides/nics/ |
| H A D | af_packet.rst | 44 "block", a "frame" may not span across two "blocks".
|
| H A D | ipn3ke.rst | 41 Each FPGA can be divided into four blocks at most. "Port" identifies which FPGA block
|
| H A D | enetfec.rst | 70 The MAC and PHY are the hardware blocks.
|
| H A D | pfe.rst | 75 The HIF, PFE, MAC and PHY are the hardware blocks, the pfe.ko is a kernel
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 256 capabilities: xbzrle: off rdma-pin-all: off auto-converge: off zero-blocks: off 277 capabilities: xbzrle: off rdma-pin-all: off auto-converge: off zero-blocks: off
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 61 Need to identify this kind of usages and fix in 20.11, otherwise this blocks
|