Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 51) sorted by relevance

123

/dpdk/lib/vhost/
H A Diotlb.c251 uint64_t offset, vva = 0, mapped = 0; in vhost_user_iotlb_cache_find() local
273 mapped += node->size - offset; in vhost_user_iotlb_cache_find()
276 if (mapped >= *size) in vhost_user_iotlb_cache_find()
282 if (unlikely(mapped < *size)) in vhost_user_iotlb_cache_find()
283 *size = mapped; in vhost_user_iotlb_cache_find()
/dpdk/doc/guides/nics/
H A Dbnx2x.rst205 EAL: PCI memory mapped at 0x7f14f6fe5000
206 EAL: PCI memory mapped at 0x7f14f67e5000
207 EAL: PCI memory mapped at 0x7f15fbd9b000
210 EAL: PCI memory mapped at 0x7f14f5fe5000
211 EAL: PCI memory mapped at 0x7f14f57e5000
212 EAL: PCI memory mapped at 0x7f15fbd4f000
H A Dcxgbe.rst462 EAL: PCI memory mapped at 0x7fd7c0200000
463 EAL: PCI memory mapped at 0x7fd77cdfd000
464 EAL: PCI memory mapped at 0x7fd7c10b7000
772 EAL: PCI memory mapped at 0x8007ec000
773 EAL: PCI memory mapped at 0x842800000
774 EAL: PCI memory mapped at 0x80086c000
H A Dqede.rst289 EAL: PCI memory mapped at 0x7f738b200000
290 EAL: PCI memory mapped at 0x7f738b280000
291 EAL: PCI memory mapped at 0x7f738b300000
H A Dena.rst15 minimal set of memory mapped registers and an extendable command set
41 ENA device memory-mapped PCIe space for registers (MMIO registers)
H A Docteontx.rst124 Each ethdev port is mapped to a physical port(LMAC), Application can specify
H A Dthunderx.rst171 EAL: PCI memory mapped at 0x3ffade50000
174 EAL: PCI memory mapped at 0x3ffadc60000
H A Dsoftnic.rst39 pipelines can be mapped to the same CPU core. In order for a given pipeline
308 From the flow attributes of the flow, PMD uses the group id to get the mapped
/dpdk/drivers/raw/ntb/
H A Dntb_hw_intel.c257 void *mapped = NULL; in intel_ntb_ioremap() local
265 mapped = (void *)(size_t)(addr - hw->peer_mw_base[i] + in intel_ntb_ioremap()
271 return mapped; in intel_ntb_ioremap()
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst17 Each pipeline is mapped to a specific application thread. Multiple pipelines can be mapped to the s…
/dpdk/lib/eal/linux/
H A Deal_memalloc.c636 goto mapped; in alloc_seg()
650 goto mapped; in alloc_seg()
666 goto mapped; in alloc_seg()
671 goto mapped; in alloc_seg()
693 mapped: in alloc_seg()
/dpdk/doc/guides/prog_guide/
H A Dservice_cores.rst38 Each registered service can be individually mapped to a service core, or set of
H A Denv_abstraction_layer.rst228 can later be mapped into that preallocated VA space (if dynamic memory mode
229 is enabled), and can optionally be mapped into it at startup.
240 which are mapped by EAL at initialization using a specific ``sysctl()``.
269 when all pages mapped from it are freed back to the system.
281 is mapped for the first time system-wide
290 with all the data left in the mapped hugepages ("dirty" memory).
295 when all pages mapped from it are freed,
403 - If the area was mapped for DMA, unmapping must be performed before
465 …he wake-up events' file descriptors are added. The event file descriptors are created and mapped to
1041 has ensured that all other processes have mapped this memory successfully.
[all …]
H A Devent_ethernet_rx_adapter.rst201 service function has not been mapped to any lcores, the interrupt thread
202 is mapped to the main lcore.
H A Dmulti_proc_support.rst55 the DPDK records to memory-mapped files the details of the memory configuration it is using - hugep…
56 the virtual addresses they are mapped at, the number of memory channels present, etc.
116 Similarly, it creates shared configuration files, memory mapped in each process, using the /var/run…
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c519 uint8_t mapped[MLX5_FLEX_ITEM_MAPPING_NUM / CHAR_BIT + 1]; member
917 if (cover.mapped[i / CHAR_BIT] & (1u << (i % CHAR_BIT))) in mlx5_flex_translate_sample()
928 cover.mapped[i / CHAR_BIT] |= 1u << (i % CHAR_BIT); in mlx5_flex_translate_sample()
940 cover.mapped[j / CHAR_BIT] |= 1u << (j % CHAR_BIT); in mlx5_flex_translate_sample()
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst152 can still be mapped back to the public symbol name.
212 multiple functions can be mapped to the same public symbol based on when an
311 mapped the original rte_acl_create symbol to the original function (but with a
379 and differently named symbols. We've then mapped each of those back to the
/dpdk/doc/guides/platform/
H A Dmlx5.rst620 If ``sq_db_nc`` is set to zero, the doorbell is forced to be mapped to
625 If ``sq_db_nc`` is set to one, the doorbell is forced to be mapped to non
629 If ``sq_db_nc`` is set to two, the doorbell is forced to be mapped to
637 is forced to be mapped to regular memory as same as ``sq_db_nc`` is set to 0.
/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst105 when all the hugepages mapped from them are freed,
H A Dlinux_drivers.rst174 VFIO does not support partial unmap of once mapped memory. Hence DPDK's memory is
175 mapped in hugepage granularity or system page granularity. Number of DMA
/dpdk/doc/guides/vdpadevs/
H A Difc.rst86 is mapped to a callfd associated with a virtio ring. Currently only vfio-pci
/dpdk/doc/guides/compressdevs/
H A Disal.rst59 The ISA-L levels have been mapped to somewhat correspond to the same ZLIB level,
/dpdk/examples/l3fwd-acl/
H A Dmain.c477 char mapped[NB_SOCKETS]; member
1305 acl_config.mapped[0] = 1; in app_acl_init()
1323 acl_config.mapped[socketid] = 1; in app_acl_init()
1328 if (acl_config.mapped[i]) { in app_acl_init()
/dpdk/doc/guides/faq/
H A Dfaq.rst108 The first 64B chunk is mapped to node 0, the second 64B chunk is mapped to node 1, the third to nod…
/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h451 bool mapped; member

123