Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 41) sorted by relevance

12

/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.h23 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 Dacl_bld.c86 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 Ddpaa.rst13 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 Decore_cxt_api.h23 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member
H A Decore_hsi_debug_tools.h801 struct dbg_bus_block_data blocks[132]; member
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h648 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 Dmempool_trace_points.c31 lib.mempool.get.blocks)
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.c280 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 DREADME4 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 Dmempool_lib.rst20 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 Dthread_safety_dpdk_functions.rst14 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 Denv_abstraction_layer.rst915 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 Doverview.rst104 and/or execution blocks connected together on a logical core.
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst36 # 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 Dbuild_dpdk.rst77 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 Docteontx.rst36 1. **OCTEON TX Linux kernel PF driver for Network acceleration HW blocks**
75 offload blocks are already built in.
H A Dcnxk.rst36 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 Dfpga_5gnr_fec.rst181 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 Dfpga_lte_fec.rst180 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 Daf_packet.rst44 "block", a "frame" may not span across two "blocks".
H A Dipn3ke.rst41 Each FPGA can be divided into four blocks at most. "Port" identifies which FPGA block
H A Denetfec.rst70 The MAC and PHY are the hardware blocks.
H A Dpfe.rst75 The HIF, PFE, MAC and PHY are the hardware blocks, the pfe.ko is a kernel
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst256 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 Ddeprecation.rst61 Need to identify this kind of usages and fix in 20.11, otherwise this blocks

12