| /dpdk/doc/guides/nics/ |
| H A D | vdev_netvsc.rst | 75 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 D | af_packet.rst | 24 * ``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 D | af_xdp.rst | 32 * ``iface`` - name of the Kernel interface to attach to (required); 50 * A Kernel bound interface to attach to;
|
| H A D | thunderx.rst | 223 …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 D | netvsc.rst | 141 A non-zero value tells netvsc to attach external buffers to mbuf on
|
| H A D | intel_vf.rst | 489 — -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 D | commands.c | 109 cmdline_fixed_string_t attach; member 136 TOKEN_STRING_INITIALIZER(struct cmd_dev_attach_result, attach,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 170 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 D | sfc_flow_tunnel.c | 187 goto attach; in sfc_flow_tunnel_attach() 219 attach: in sfc_flow_tunnel_attach()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 510 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 D | eal_common_memory.c | 974 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 D | compressdev.rst | 301 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 D | mbuf_lib.rst | 252 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 D | bbdev.rst | 733 | 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 D | ipsec_lib.rst | 25 * for outbound packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH h…
|
| /dpdk/doc/guides/mempool/ |
| H A D | cnxk.rst | 84 driver configures an NPA LF and attach to the first probed ethdev or eventdev
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 29 - ``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 D | fpga_5gnr_fec.rst | 28 - ``RTE_BBDEV_LDPC_CRC_24B_ATTACH`` : set to attach CRC24B to CB(s)
|
| /dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 126 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 D | scheduler.rst | 85 scheduler in the run-time, like attach/detach worker(s), change
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 153 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 D | efx_mcdi.h | 189 __in boolean_t attach);
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | server_node_efd.rst | 116 in the EAL options, which will attach to the primary process memory, and therefore,
|
| H A D | ipv4_multicast.rst | 191 create a new buffer and attach that new buffer to the segment
|
| /dpdk/license/ |
| H A D | gpl-2.0.txt | 288 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
|