Home
last modified time | relevance | path

Searched refs:drivers (Results 1 – 25 of 148) sorted by relevance

123456

/dpdk/doc/api/
H A Ddoxy-api.conf.in8 @TOPDIR@/drivers/bus/vdev \
10 @TOPDIR@/drivers/event/dlb2 \
12 @TOPDIR@/drivers/net/ark \
13 @TOPDIR@/drivers/net/bnxt \
15 @TOPDIR@/drivers/net/cnxk \
16 @TOPDIR@/drivers/net/dpaa \
17 @TOPDIR@/drivers/net/dpaa2 \
18 @TOPDIR@/drivers/net/i40e \
19 @TOPDIR@/drivers/net/iavf \
20 @TOPDIR@/drivers/net/ice \
[all …]
/dpdk/
H A DMAINTAINERS139 F: drivers/*/*/*.map
451 F: drivers/compress/
562 F: drivers/bus/pci/
614 F: drivers/net/ena/
635 F: drivers/net/ark/
749 F: drivers/net/ice/
757 F: drivers/net/igc/
837 F: drivers/net/nfb/
843 F: drivers/net/nfp/
880 F: drivers/net/pfe/
[all …]
H A DREADME1 DPDK is a set of libraries and drivers for fast packet processing.
5 and drivers. The kernel components are GPL-2.0 licensed.
H A Dmeson_options.txt10 'Comma-separated list of drivers to explicitly disable.')
18 'Comma-separated list of drivers to build. If unspecified, build all drivers.')
20 'Install headers to build drivers.')
H A Dmeson.build68 # build libs and drivers
70 subdir('drivers') subdir
106 # final output, list all the libs and drivers to be built
/dpdk/devtools/
H A Dcheck-doc-vs-code.sh42 [ -n "$drivers" ] ||
43 drivers=$(changed_files |
46 echo "$drivers"
51 find $rootdir/drivers/net -mindepth 1 -maxdepth 1 -type d |
58 code=$rootdir/drivers/net/$1
/dpdk/drivers/
H A Dmeson.build30 # add cmdline disabled drivers and meson disabled drivers together
34 # add cmdline enabled drivers and meson enabled drivers together
41 # these drivers must always be enabled, otherwise the build breaks
56 drivers = [] variable
64 drivers += driver_path[1]
74 # get already enabled drivers of the same class
83 foreach drv:drivers
108 reason = 'not in enabled drivers build config'
133 .format(d, name, 'drivers/' + drv_path))
204 lk_args += ['-Wl,/implib:drivers\\' + implib]
[all …]
/dpdk/buildtools/
H A Dpmdinfogen.py201 drivers = []
203 drivers.append(Driver.load(image, symbol))
204 return drivers
207 def dump_drivers(drivers, file): argument
209 for driver in reversed(drivers):
269 drivers = load_drivers(image)
270 dump_drivers(drivers, output)
/dpdk/doc/guides/platform/
H A Docteontx.rst8 and information about common offload hw block drivers of
33 There are three main pre-prerequisites for setting up Platform drivers on
38 The OCTEON TX Linux kernel drivers (includes the required PF driver for the
39 …Platform drivers) are available on Github at `octeontx-kmod <https://github.com/caviumnetworks/oct…
59 As an alternative method, Platform drivers can also be executed using images provided
70 The OCTEON TX platform drivers can be compiled either natively on
74 OCTEON TX SDK 6.2.0 patch 3. In this, the PF drivers for all hardware
93 drivers can be compiled with the following steps,
H A Dbluefield.rst8 and common offload HW drivers of **Mellanox BlueField** family SoC.
44 Toolchains, OS and drivers can be downloaded and installed individually
61 rdma-core library with corresponding kernel drivers is required.
/dpdk/doc/guides/nics/
H A Doverview.rst7 The networking drivers may be classified in two categories:
18 The bottom half part of ethdev is implemented by the drivers.
21 There are more differences between drivers regarding some internal properties,
H A Dbnx2x.rst43 drivers bnx2x, cnic, bnx2i and bnx2fc. DPDK is supported on these
47 QLogic Linux kernel drivers (bnx2x, cnic, bnx2i and bnx2fc) and bnx2x
50 A given adapter needs to be completely used by DPDK or Linux drivers.
52 please make sure to unbind Linux drivers from all PFs of the adapter.
55 by Linux drivers completely.
58 Linux kernel drivers (bnx2x, cnic, bnx2i and bnx2fc) can be bound
59 to the PFs of a given adapter and either bnx2x PMD or Linux drivers
H A Dqede.rst49 QLogic Linux kernel drivers qed, qede, qedr, qedi and qedf. DPDK is
53 QLogic Linux kernel drivers (qed, qede, qedr, qedi and qedf) and qede
56 A given adapter needs to be completely used by DPDK or Linux drivers
58 please make sure to unbind Linux drivers from all PFs of the adapter.
61 by Linux drivers completely.
64 Linux kernel drivers (qed, qede, qedr, qedi and qedf) can be bound
65 to the PFs of a given adapter and either qede PMD or Linux drivers
68 - For sharing an adapter between DPDK and Linux drivers, SRIOV needs
71 Binding of PFs simultaneously to DPDK and Linux drivers on a given
H A Ddpaa.rst73 This section provides an overview of the drivers for DPAA:
75 * Bus driver and associated "DPAA infrastructure" drivers
76 * Functional object drivers (such as Ethernet).
123 - Performing probe for available drivers against each scanned device
130 RTE framework and DPAA internal components/drivers.
203 DPAA drivers uses the following environment variables to configure its
315 …<https://source.codeaurora.org/external/qoriq/qoriq-components/linux/tree/drivers/net/ethernet/fre…
331 DPAA drivers for DPDK can only work on NXP SoCs as listed in the
H A Ddpaa2.rst41 software drivers to use the DPAA2 hardware.
48 which DPAA2 software drivers use to operate on DPAA2 objects:
57 | DPAA2 drivers |
223 expected to be shared by different DPAA2 drivers.
237 Used by drivers to send commands to the MC to manage
290 This section provides an overview of the drivers for
292 drivers and 2) functional object drivers (such as Ethernet).
299 The diagram below shows the dpaa2 drivers involved in a networking
359 other drivers such as the Ethernet driver to enqueue and dequeue data for
376 The DPIO driver operates on behalf of all DPAA2 drivers
[all …]
/dpdk/drivers/event/
H A Dmeson.build8 drivers = [ variable
20 drivers += 'octeontx'
/dpdk/doc/guides/prog_guide/
H A Dbuild-sdk-meson.rst18 resulting libraries, drivers and header files onto the system - generally
174 drivers -> /usr/local/lib64/dpdk/drivers
177 For the drivers, these will also be symbolically linked into the library
180 the EAL, the default search path for drivers will be set to the configured
182 having to pass in ``-d /path/to/driver`` options for standard drivers.
/dpdk/drivers/gpu/
H A Dmeson.build4 drivers = [ 'cuda' ] variable
/dpdk/drivers/common/
H A Dmeson.build5 drivers = [ variable
/dpdk/drivers/dma/
H A Dmeson.build4 drivers = [ variable
/dpdk/drivers/mempool/
H A Dmeson.build4 drivers = [ variable
/dpdk/drivers/bus/
H A Dmeson.build4 drivers = [ variable
/dpdk/drivers/vdpa/
H A Dmeson.build8 drivers = [ variable
/dpdk/drivers/raw/
H A Dmeson.build8 drivers = [ variable
/dpdk/drivers/regex/
H A Dmeson.build4 drivers = [ variable

123456