Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 49) sorted by relevance

12

/dpdk/kernel/linux/
H A Dmeson.build15 kernel_install_dir = '/lib/modules/' + kernel_version + '/extra/dpdk'
18 kernel_build_dir = '/lib/modules/' + kernel_version + '/build'
22 kernel_source_dir = '/lib/modules/' + kernel_version + '/source'
39 error('Cannot compile kernel modules as requested - are kernel headers installed?')
/dpdk/doc/guides/nics/
H A Dnfb.rst27 This PMD requires kernel modules which are responsible for initialization and
29 Communication between PMD and kernel modules is mediated by libnfb library.
30 These kernel modules and library are not part of DPDK and must be installed
38 * **Kernel modules**
42 Kernel modules manage initialization of hardware, allocation and
76 Kernel modules have to be loaded before running the DPDK application.
H A De1000em.rst56 When using a recent kernel (2.6.25+) with kvm modules included:
66 When using an older kernel or a kernel from a distribution without the kvm modules,
67 you must download (from the same link), compile and install the modules yourself:
H A Dmlx4.rst170 - **Kernel modules**
176 Unlike most other PMDs, these modules must remain loaded and bound to
189 match the kernel modules and libraries they come with.
193 Both libraries are BSD and GPL licensed. Linux kernel modules are GPL
235 2. Install the required libraries and kernel modules either by installing
358 #. Load the kernel modules::
369 User space I/O kernel modules (uio and igb_uio) are not used and do
H A Dpfe.rst144 a fully operational tool chain, kernel and board specific modules.
151 location `/lib/modules/<kernel version>/kernel/drivers/staging/fsl_ppfe` in rootfs.
H A Denetc.rst106 a fully operational tool chain, kernel and board specific modules.
H A Dmvneta.rst127 MVNETA PMD requires extra out of tree kernel modules to function properly.
/dpdk/kernel/freebsd/
H A Dmeson.build6 # for building kernel modules, we use kernel build system using make, as
34 install_dir: '/boot/modules/')
H A DBSDmakefile.meson4 # makefile for building kernel modules using meson
/dpdk/
H A Dmeson_options.txt22 'build kernel modules')
32 …rnel for building kernel modules. Headers must be in $kernel_dir or $kernel_dir/build. Modules wil…
H A Dmeson.build86 # build kernel modules if enabled
/dpdk/doc/guides/cryptodevs/
H A Dmvsam.rst74 For instructions how to build required kernel modules please refer
80 After successfully building MVSAM CRYPTO PMD, the following modules need to be
H A Dcaam_jr.rst18 implemented in separate modules to create a modular and scalable acceleration
101 a fully operational tool chain, kernel and board specific modules.
H A Ddpaa_sec.rst17 implemented in separate modules to create a modular and scalable acceleration
/dpdk/doc/guides/platform/
H A Docteontx.rst80 If the kernel and modules are cross-compiled and copied to the target board,
87 cd /lib/modules/$(uname -r)/source
91 The above steps would rebuild the modules and the required intermediate binaries.
H A Dmlx5.rst115 - **Kernel modules**
121 Unlike most other PMDs, these modules must remain loaded and bound to
134 match the kernel modules and libraries they come with.
136 Libraries and kernel modules can be provided either by the Linux distribution,
143 The mlx5 kernel modules are part of upstream Linux.
165 The kernel modules and libraries are packaged with other tools
182 The firmware, the libraries libibverbs, libmlx5, and mlnx-ofed-kernel modules
H A Ddpaa2.rst92 a fully operational tool chain, kernel and board specific modules.
/dpdk/usertools/
H A Ddpdk-devbind.py271 modules = devices[d]["Module_str"].split(",")
272 if devices[d]["Driver_str"] in modules:
273 modules.remove(devices[d]["Driver_str"])
274 devices[d]["Module_str"] = ",".join(modules)
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst30 To compile the required kernel modules for memory management and working
56 `contigmem` and `nic_uio` kernel modules be loaded first, as described in
80 system, the module can be found in the `/boot/modules` directory.
154 Currently loaded modules can be seen by using the ``kldstat`` command and a module
203 or configure them as loadable modules.
/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst19 All kernel modules needed by this solution, vhost and vhost-net (kernel),
48 compiling the kernel and those kernel modules should be inserted.
/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst72 Some unit test cases have a dependency on external libraries, driver modules
80 #. Dependent driver modules are not installed on the system.
/dpdk/kernel/linux/kni/
H A Dmeson.build37 'modules'] + cross_args,
/dpdk/buildtools/
H A Dmeson.build44 # modules : python3_required_modules)
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst32 …If, for some reason, vfio is unavailable, then UIO-based modules, ``igb_uio`` and ``uio_pci_generi…
43 and to bind and unbind those ports from the different kernel modules,
44 including the VFIO and UIO modules.
48 Note that the UIO or VFIO kernel modules to be used,
160 It may be required to unload all VFIO related-modules before probing
/dpdk/drivers/net/qede/
H A Dqede_debug.h451 char **modules; member

12