Home
last modified time | relevance | path

Searched refs:adapters (Results 1 – 25 of 43) sorted by relevance

12

/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c71 adapter = &adapters[id]; in default_port_conf_cb()
137 if (adapters == NULL) { in rte_event_timer_adapter_create_ext()
142 if (adapters == NULL) { in rte_event_timer_adapter_create_ext()
169 adapter = &adapters[adapter_id]; in rte_event_timer_adapter_create_ext()
322 if (adapters == NULL) { in rte_event_timer_adapter_lookup()
327 if (adapters == NULL) { in rte_event_timer_adapter_lookup()
345 adapter = &adapters[data->id]; in rte_event_timer_adapter_lookup()
405 if (adapters[i].allocated) in rte_event_timer_adapter_free()
406 ret = adapters[i].allocated; in rte_event_timer_adapter_free()
409 rte_free(adapters); in rte_event_timer_adapter_free()
[all …]
/dpdk/doc/guides/nics/
H A Dqede.rst9 …thernet Adapters (IEA) and Converged Network Adapters (CNA)** family of adapters as well as SR-IOV…
50 supported on these adapters using qede PMD.
59 If there are multiple adapters on the system, one or more adapters
60 can be used by DPDK driver completely and other adapters can be used
90 …Management Firmware and Firmware Upgrade Utility for Cavium FastLinQ(r) branded adapters can be do…
94 …For OEM branded adapters please follow the instruction provided by the OEM to update the Managemen…
133 When there are multiple adapters and/or large number of Rx/Tx queues
134 configured on the adapters, the default (2560) number of memzone
H A Dbnx2x.rst8 for **QLogic 578xx** 10/20 Gbps family of adapters as well as their virtual
44 adapters using bnx2x PMD.
53 If there are multiple adapters on the system, one or more adapters
54 can be used by DPDK driver completely and other adapters can be used
H A Dsfc_efx.rst12 for **Solarflare SFN7xxx and SFN8xxx** family of 10/40 Gbps adapters,
13 **Solarflare XtremeScale X2xxx** family of 10/25/40/50/100 Gbps adapters and
14 **Alveo SN1000 SmartNICs** family of 10/25/40/50/100 Gbps adapters.
127 adapters with full-feature firmware variant running.
131 SFN8xxx and X2xxx family adapters provide either inner or outer packet classes.
138 SFN8xxx and X2xxx family adapters report GENEVE packets as VXLAN.
420 Supported for SFN7xxx, SFN8xxx and X2xxx family adapters only.
439 Supported for SFN7xxx, SFN8xxx and X2xxx family adapters only.
H A Denic.rst9 NICs. These adapters are also referred to as vNICs below. If you are running
11 Cisco VIC adapters the following documentation is relevant.
211 servers. Advanced filtering is available on 1400 series adapters and beyond.
217 5-tuple exact flow support for 1200 series adapters. This allows:
326 VIC adapters can tag, untag, or modify the VLAN headers of ingress
390 Recent VIC adapters support 64B completion queue entries, as well as
486 This behavior applies to 1300 and older series VIC adapters.
493 This behavior applies to 1300 and older series VIC adapters. 1400 series VICs
513 Supported Cisco VIC adapters
516 ENIC PMD supports all recent generations of Cisco VIC adapters including:
[all …]
H A Dmlx4.rst9 for **Mellanox ConnectX-3** and **Mellanox ConnectX-3 Pro** 10/40 Gbps adapters
12 Information and documentation about this family of adapters can be found on
186 Mellanox OFED releases include firmware updates for ConnectX-3 adapters.
316 to put both adapters on the same NUMA node without PCI bandwidth degradation,
317 it is recommended to locate both adapters on the same NUMA node.
404 ConnectX-3 adapters installed on this system are dual port.
H A Dena.rst18 The driver supports a wide range of ENA adapters, is link-speed
22 ENA adapters allow high speed and low overhead Ethernet traffic
124 Supported ENA adapters
127 Current ENA PMD supports the following ENA adapters including:
H A Docteontx_ep.rst9 and **Cavium OCTEON TX** families of adapters in SR-IOV context.
H A Dionic.rst7 The ionic driver provides support for Pensando server adapters.
H A Daxgbe.rst8 for AMD 10 Gbps family of adapters. It is compiled and tested in standard linux distro like Ubuntu.
H A Dbnxt.rst7 The Broadcom BNXT PMD (**librte_net_bnxt**) implements support for adapters
914 Information about Ethernet adapters in the NetXtreme family of adapters can be
915 …ection <https://www.broadcom.com/products/ethernet-connectivity/network-adapters/>`_ of the `Broad…
924 Information about Ethernet adapters in the NetXtreme family of adapters can be
925 …ection <https://www.broadcom.com/products/ethernet-connectivity/network-adapters/>`_ of the `Broad…
959 Information about the Stingray family of SmartNIC adapters can be found in the
H A Dbuild_and_test.rst110 #. Bind the adapters to ``igb_uio`` or ``vfio-pci`` loaded in the previous step:
H A Dliquidio.rst169 LiquidIO adapters strip ethernet FCS of every packet coming to the host interface.
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst10 <https://www.broadcom.com/products/ethernet-connectivity/network-adapters/smartnic>`__.
60 /network-adapters/smartnic/stingray-software>`__.
/dpdk/doc/guides/eventdevs/
H A Docteontx.rst33 - Up to 64 event timer adapters.
124 The maximum number of events that can be added to SSO by the event adapters such
/dpdk/doc/guides/regexdevs/
H A Dmlx5.rst11 families of 25/50/100/200 Gb/s adapters.
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_event.rst251 * Rx/Tx adapters
329 For S/W scheduler instead of dedicated adapters, common Rx/Tx adapters are
331 need service cores to run internal services for Rx/Tx adapters. Application gets
332 service id for Rx/Tx adapters and after successful setup it runs the services
337 :start-after: Gets service ID for RX/TX adapters. 8<
338 :end-before: >8 End of get service ID for RX/TX adapters.
/dpdk/app/test/
H A Dtest_event_timer_adapter.c1837 struct rte_event_timer_adapter *adapters[ in adapter_create_max() local
1862 adapters[i] = rte_event_timer_adapter_create_ext(&conf, in adapter_create_max()
1864 TEST_ASSERT_NOT_NULL(adapters[i], "Failed to create adapter " in adapter_create_max()
1869 adapters[i] = rte_event_timer_adapter_create(&conf); in adapter_create_max()
1870 TEST_ASSERT_NULL(adapters[i], "Created too many adapters"); in adapter_create_max()
1881 TEST_ASSERT_SUCCESS(rte_event_timer_adapter_free(adapters[i]), in adapter_create_max()
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst11 families of 25/50/100/200 Gb/s adapters.
/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst97 * Poll Mode Driver for Mellanox ConnectX-3 EN adapters (mlx4)
H A Drelease_17_02.rst113 of 10/40 Gbps adapters.
119 * **Added support for Mellanox ConnectX-5 adapters (mlx5).**
122 adapters to the existing mlx5 PMD.
/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst31 network adapters. Filters can be configured to direct specific flows to a
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst12 10/25/40/50/100/200 Gb/s adapters as well as their virtual functions (VF) in
H A Dsfc.rst9 adapters that have support for latest Linux and FreeBSD operating systems.
/dpdk/doc/guides/prog_guide/
H A Devent_timer_adapter.rst11 new event sources by using **event adapters**. The Event Timer Adapter is one
16 a timer expiration, and providing an API with which adapters can be created or

12