Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 25 of 72) sorted by relevance

123

/dpdk/drivers/net/qede/
H A Dqede_rxtx.c14 dma_addr_t mapping; in qede_alloc_rx_buffer() local
28 mapping = rte_mbuf_data_iova_default(new_mb); in qede_alloc_rx_buffer()
31 rx_bd->addr.hi = rte_cpu_to_le_32(U64_HI(mapping)); in qede_alloc_rx_buffer()
32 rx_bd->addr.lo = rte_cpu_to_le_32(U64_LO(mapping)); in qede_alloc_rx_buffer()
44 dma_addr_t mapping; in qede_alloc_rx_bulk_mbufs() local
68 mapping = rte_mbuf_data_iova_default(mbuf); in qede_alloc_rx_bulk_mbufs()
71 rx_bd->addr.hi = rte_cpu_to_le_32(U64_HI(mapping)); in qede_alloc_rx_bulk_mbufs()
2060 dma_addr_t mapping; in qede_encode_sg_bd() local
2072 mapping = rte_mbuf_data_iova(m_seg); in qede_encode_sg_bd()
2082 mapping = rte_mbuf_data_iova(m_seg); in qede_encode_sg_bd()
[all …]
/dpdk/examples/pipeline/examples/
H A Dvarbit.cli32 ; Pipelines-to-threads mapping.
H A Dlearner.cli32 ; Pipelines-to-threads mapping.
H A Dfib.cli55 ; Pipelines-to-threads mapping.
/dpdk/doc/guides/compressdevs/
H A Disal.rst70 .. table:: Level mapping from Compressdev to ISA-L PMD.
102 The above table only shows mapping when API calls for dynamic compression.
/dpdk/doc/guides/platform/
H A Dmlx5.rst283 HW queue doorbell register mapping.
284 The value 0 means non-cached IO mapping,
285 while 1 is a regular memory mapping.
287 With regular memory mapping, the register is flushed to HW
613 The same doorbell mapping approach is implemented directly by PMD
616 The type of mapping may slightly affect the send queue performance,
H A Dcnxk.rst44 functions (LFs) provided by the RVU and its functional mapping to
49 .. table:: RVU managed functional blocks and its mapping to DPDK subsystem
52 | # | LF | DPDK subsystem mapping |
/dpdk/doc/guides/prog_guide/
H A Dservice_cores.rst14 running services). The power of the service core concept is that the mapping
H A Dvhost_lib.rst352 lib when mapping the guest memory; and also we need to lock the memory to
358 a QEMU version without shared memory mapping.
439 In addition, vhost supports M:N mapping between vrings and DMA virtual
452 For PA mode, page by page mapping may exceed IOMMU's max capability,
H A Denv_abstraction_layer.rst203 All possible virtual memory space that can ever be used for hugepage mapping in
274 EAL can remove the backing files after opening them for mapping
277 using anonymous mapping (``--in-memory``) is recommended instead.
284 and by recreating them before opening for mapping (as a precaution).
288 Clearing memory constitutes more than 95% of hugepage mapping time.
298 Anonymous mapping does not allow multi-process architecture.
349 ``rte_ring_create``). Using these API's also ensures that mapping of externally
400 * Perform DMA mapping with ``rte_dev_dma_map`` if needed
469 EAL initializes the mapping between event file descriptors and interrupt vectors, while each device…
471 The eth_dev driver takes responsibility to program the latter mapping.
[all …]
H A Dmetrics_lib.rst71 values. A table mapping together these key values and the metrics' names
112 value and its associated key. A key-name mapping can be obtained using the
/dpdk/drivers/net/cxgbe/
H A Dsge.c287 dma_addr_t mapping) in set_rx_sw_desc() argument
290 sd->dma_addr = mapping; /* includes size low bits */ in set_rx_sw_desc()
327 dma_addr_t mapping; in refill_fl_usembufs() local
342 mapping = (dma_addr_t)(mbuf->buf_iova + mbuf->data_off); in refill_fl_usembufs()
343 mapping |= q->fl_buf_size_idx; in refill_fl_usembufs()
344 *d++ = cpu_to_be64(mapping); in refill_fl_usembufs()
345 set_rx_sw_desc(sd, mbuf, mapping); in refill_fl_usembufs()
/dpdk/app/test-pmd/
H A Dcmdline.c10643 mapping); in cmd_flow_director_filter_parsed()
15387 mapping, "mapping");
15469 mapping, "mapping");
15573 mapping, "mapping");
15612 &mapping, in cmd_pctype_mapping_update_parsed()
15671 mapping, "mapping");
15705 mapping, in cmd_ptype_mapping_get_parsed()
15728 mapping[i].hw_ptype, mapping[i].sw_ptype); in cmd_ptype_mapping_get_parsed()
15768 mapping, "mapping");
15862 mapping, "mapping");
[all …]
/dpdk/drivers/common/sfc_efx/base/
H A Defx_nic.c1714 efx_nic_dma_mapping_t mapping; in efx_nic_dma_map() local
1722 mapping = EFX_NIC_DMA_MAPPING_UNKNOWN; in efx_nic_dma_map()
1724 mapping = efx_nic_cfg_get(enp)->enc_dma_mapping; in efx_nic_dma_map()
1726 switch (mapping) { in efx_nic_dma_map()
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst89 The following table shows the mapping in this example:
148 the application argument ``--config`` specifying rx queue mapping to lcore.
H A Dservice_cores.rst16 concept to contain the service mapping details. Note that the profile concept
H A Dl3_forward_access_ctrl.rst85 …rwarding port number if the rule is a route table entry or it can be a pointer to a mapping address
86 if the rule is used for address mapping in the NAT application.
281 The following table shows the mapping in this example:
/dpdk/doc/guides/cryptodevs/
H A Dchacha20_poly1305.rst57 As a reference, the following table shows a mapping between the past DPDK versions
H A Dzuc.rst69 As a reference, the following table shows a mapping between the past DPDK versions
H A Dsnow3g.rst69 As a reference, the following table shows a mapping between the past DPDK versions
H A Daesni_gcm.rst72 As a reference, the following table shows a mapping between the past DPDK versions
/dpdk/doc/guides/eventdevs/
H A Docteontx.rst94 When timvf is used as Event timer adapter the clock source mapping is as
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst131 Since these logical core numbers, and their mapping to specific cores on specific NUMA sockets, can…
137 This can be useful when using other processors to understand the mapping of the logical cores to th…
H A Dlinux_eal_parameters.rst94 hugepage files are also removed before mapping them,
/dpdk/doc/guides/nics/
H A Denetfec.rst72 for PHY initialisation and for mapping the allocated memory

123