Home
last modified time | relevance | path

Searched refs:external (Results 1 – 25 of 109) sorted by relevance

12345

/dpdk/doc/guides/nics/
H A Dnetvsc.rst122 The rx_copybreak sets the threshold where the driver uses an external
124 driver to always create an external mbuf. Setting a value greater than
125 the MTU would prevent it from ever making an external mbuf and always
138 The rx_extmbuf_enable is used to control if netvsc should use external
140 external mbuf, it always allocates mbuf and copy received data to mbuf)
141 A non-zero value tells netvsc to attach external buffers to mbuf on
142 receiving packets, thus avoid copying memory. Use of external buffers
143 requires the application is able to read data from external mbuf.
H A Digc.rst41 - The VLAN header in a packet that carries a single VLAN header is treated as the external VLAN.
43 - Foxville expects that any transmitted packet to have at least the external VLAN added by the
44 software. For those packets where an external VLAN is not present, any offload that relates to
47 - If VLAN TX-OFFLOAD is enabled and the packet does not contain an external VLAN, the packet is
H A Docteontx.rst130 ``octeontx_fpavf`` external mempool handler.
143 ``octeontx_fpavf`` external mempool handler dependency
145 The OCTEON TX SoC family NIC has inbuilt HW assisted external mempool manager.
146 This driver will only work with ``octeontx_fpavf`` external mempool handler
H A Docteontx_ep.rst18 This driver relies on external kernel PF driver for resources allocations
/dpdk/drivers/net/ark/
H A Dark_global.h142 def_ptr(external, external);
/dpdk/drivers/common/iavf/
H A Diavf_adminq.c147 desc->params.external.addr_high = in iavf_alloc_arq_bufs()
149 desc->params.external.addr_low = in iavf_alloc_arq_bufs()
151 desc->params.external.param0 = 0; in iavf_alloc_arq_bufs()
152 desc->params.external.param1 = 0; in iavf_alloc_arq_bufs()
757 desc_on_ring->params.external.addr_high = in iavf_asq_send_command()
759 desc_on_ring->params.external.addr_low = in iavf_asq_send_command()
945 desc->params.external.addr_high = CPU_TO_LE32(IAVF_HI_DWORD(bi->pa)); in iavf_clean_arq_element()
946 desc->params.external.addr_low = CPU_TO_LE32(IAVF_LO_DWORD(bi->pa)); in iavf_clean_arq_element()
/dpdk/doc/guides/platform/
H A Ddpaa.rst50 …It can be obtained from `NXP's Github hosting <https://source.codeaurora.org/external/qoriq/qoriq-…
67 …m `NXP (Freescale) Public Git Repository <https://source.codeaurora.org/external/qoriq/qoriq-compo…
106 …`DPDK Extras Scripts <https://source.codeaurora.org/external/qoriq/qoriq-components/dpdk-extras>`_.
H A Ddpaa2.rst60 …It can be obtained from `NXP's Github hosting <https://source.codeaurora.org/external/qoriq/qoriq-…
104 …`DPDK Extras Scripts <https://source.codeaurora.org/external/qoriq/qoriq-components/dpdk-extras>`_.
/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c162 desc->params.external.addr_high = in i40e_alloc_arq_bufs()
164 desc->params.external.addr_low = in i40e_alloc_arq_bufs()
166 desc->params.external.param0 = 0; in i40e_alloc_arq_bufs()
167 desc->params.external.param1 = 0; in i40e_alloc_arq_bufs()
962 desc_on_ring->params.external.addr_high =
964 desc_on_ring->params.external.addr_low =
1224 desc->params.external.addr_high = CPU_TO_LE32(I40E_HI_DWORD(bi->pa));
1225 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa));
/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst100 * external entry flag
129 and the external entry flag to 0 (meaning the lookup process ends at this point,
139 and the external entry flag to 1
169 If it is valid and the external entry flag is set to 0, then the next hop is returned.
171 * If it is valid and the external entry flag is set to 1, then we use the tbl8 index to find out …
174 If it is valid then check the external entry flag for a new tbl8 to be inspected.
176 …either we find an invalid entry (lookup miss) or a valid entry with the external entry flag set to…
H A Dmeson_ut.rst72 Some unit test cases have a dependency on external libraries, driver modules
78 #. Optional external libraries are not found.
H A Dmempool_lib.rst102 …nal default per-lcore local cache, an application can create and manage external caches through th…
112 This allows external memory subsystems, such as external hardware memory
H A Dlpm_lib.rst80 * external entry flag
122 and the external entry flag to 0
131 the valid flag to 1 (meaning this entry is in use), and the external entry flag to 1
187 If it is valid and the external entry flag is set to 0, then the next hop is returned.
189 * If it is valid and the external entry flag is set to 1,
/dpdk/app/test/
H A Dtest_memory.c53 if (msl->external) in check_seg_fds()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_flow_os.c31 bool external, in mlx5_flow_os_validate_flow_attributes() argument
37 RTE_SET_USED(external); in mlx5_flow_os_validate_flow_attributes()
/dpdk/doc/guides/cryptodevs/
H A Dchacha20_poly1305.rst58 and the external crypto libraries supported by them:
62 .. table:: DPDK and external crypto library version compatibility
H A Dzuc.rst70 and the external crypto libraries supported by them:
74 .. table:: DPDK and external crypto library version compatibility
H A Dsnow3g.rst70 and the external crypto libraries supported by them:
74 .. table:: DPDK and external crypto library version compatibility
H A Daesni_gcm.rst73 and the external crypto libraries supported by them:
77 .. table:: DPDK and external crypto library version compatibility
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h588 bool external; member
605 uint32_t external:1; member
844 bool external; /**< true if the flow is created external to PMD. */ member
1263 uint32_t external:1; member
1276 bool external,
1564 uint64_t external:1; member
1744 uint32_t subpriority, bool external);
1911 bool external, const struct mlx5_flow_tunnel *tunnel,
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst167 - ``TIM external clock frequency``
169 The ``tim_eclk_freq`` devagrs can be used to pass external clock frequencies
170 when external clock source is selected.
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c321 if (msl->external) in vhost_vdpa_map_contig()
334 if (msl->external && !msl->heap) in vhost_vdpa_map()
342 if (!msl->external && rte_eal_iova_mode() == RTE_IOVA_VA) in vhost_vdpa_map()
/dpdk/lib/eal/freebsd/
H A Deal_memory.c239 if (msl->external) in attach_segment()
450 if (msl->memseg_arr.len == 0 || msl->external) in memseg_secondary_init()
/dpdk/app/
H A Dmeson.build40 # external package/library requirements
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst93 …``--external-mbufs``: allocate and use memzones as external buffers instead of keeping the data di…

12345