Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/doc/guides/nics/
H A Dvdev_netvsc.rst75 Provide a specific NetVSC interface (netdevice) name to attach this driver
95 Not specifying either ``iface`` or ``mac`` makes this driver attach itself to
97 Specifying the device makes this driver attach itself to the device
H A Daf_packet.rst24 * ``iface`` - name of the Kernel interface to attach to (required);
56 * A Kernel bound interface to attach to (e.g. a tap interface).
H A Daf_xdp.rst32 * ``iface`` - name of the Kernel interface to attach to (required);
50 * A Kernel bound interface to attach to;
H A Dthunderx.rst223 …this boundary are considered primary VFs. VFs that try to attach with an id above this boundary ar…
283 We want to bind two physical interfaces with 24 queues each device, we attach two primary VFs
H A Dnetvsc.rst141 A non-zero value tells netvsc to attach external buffers to mbuf on
H A Dintel_vf.rst489 — -device = device to attach
493 — The pci-assign,host=08:10.0 value indicates that you want to attach a PCI device
597 SR-IOV device assignment helps a VM to attach the real device, taking advantage of the bridge in th…
/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c109 cmdline_fixed_string_t attach; member
136 TOKEN_STRING_INITIALIZER(struct cmd_dev_attach_result, attach,
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c170 struct ibv_counter_attach_attr attach; in flow_verbs_counter_create()
173 memset(&attach, 0, sizeof(attach)); in flow_verbs_counter_create()
179 attach.counter_desc = IBV_COUNTER_PACKETS; in flow_verbs_counter_create()
180 attach.index = 0; in flow_verbs_counter_create()
181 ret = mlx5_glue->attach_counters(counter->dcs_when_free, &attach, NULL); in flow_verbs_counter_create()
183 attach.counter_desc = IBV_COUNTER_BYTES; in flow_verbs_counter_create()
184 attach.index = 1; in flow_verbs_counter_create()
186 (counter->dcs_when_free, &attach, NULL); in flow_verbs_counter_create()
/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.c187 goto attach; in sfc_flow_tunnel_attach()
219 attach: in sfc_flow_tunnel_attach()
/dpdk/lib/eal/common/
H A Drte_malloc.c510 sync_memory(const char *heap_name, void *va_addr, size_t len, bool attach) in sync_memory() argument
546 if (attach) { in sync_memory()
H A Deal_common_memory.c974 sync_memory(void *va_addr, size_t len, bool attach) in sync_memory() argument
992 if (attach) in sync_memory()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst301 and must attach priv_xform handle to such ops.
310 attach same priv_xform with many stateless ops at-a-time. If not, then application needs to
323 Application should call ``rte_compressdev_private_xform_create()`` and attach to stateless op before
441 a particular stream at a time and must attach stream handle
452 it must attach to all of the ops carrying data of that stream. In stateful processing, every op
464 Application should call ``rte_compressdev_stream_create()`` and attach to op before
H A Dmbuf_lib.rst252 Attempting to attach buffer A to indirect buffer B that is attached to C, makes rte_pktmbuf_attach(…
257 While the attach/detach operations can be invoked directly using the recommended rte_pktmbuf_attach…
H A Dbbdev.rst733 | Set to attach transport block CRC-24A |
736 | Set to attach code block CRC-24B |
739 | Set to attach code block CRC-16 |
837 * CB-mode: one CB (attach CRC24B if required)
838 * CB-mode: one CB making up one TB (attach CRC24A if required)
839 * TB-mode: one or more CB of a partial TB (attach CRC24B(s) if required)
840 * TB-mode: one or more CB of a complete TB (attach CRC24AB(s) if required)
H A Dipsec_lib.rst25 * for outbound packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH h…
/dpdk/doc/guides/mempool/
H A Dcnxk.rst84 driver configures an NPA LF and attach to the first probed ethdev or eventdev
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst29 - ``RTE_BBDEV_LDPC_CRC_24B_ATTACH`` : set to attach CRC24B to CB(s)
48 - ``RTE_BBDEV_TURBO_CRC_24B_ATTACH`` : set to attach CRC24B to CB(s)
H A Dfpga_5gnr_fec.rst28 - ``RTE_BBDEV_LDPC_CRC_24B_ATTACH`` : set to attach CRC24B to CB(s)
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst126 that we can attach to private and public notifications.
148 that we can attach to private and public notifications.
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst85 scheduler in the run-time, like attach/detach worker(s), change
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst153 Added support to allow a secondary process to attach a TAP device created
334 * eal: The deprecated functions attach/detach were removed in 18.11.
349 * ethdev: The deprecated functions attach/detach were removed in 18.11.
/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.h189 __in boolean_t attach);
/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst116 in the EAL options, which will attach to the primary process memory, and therefore,
H A Dipv4_multicast.rst191 create a new buffer and attach that new buffer to the segment
/dpdk/license/
H A Dgpl-2.0.txt288 To do so, attach the following notices to the program. It is safest
289 to attach them to the start of each source file to most effectively

12