Lines Matching refs:kernel
25 If UEFI secure boot is enabled, the Linux kernel may disallow the use of
27 ``vfio-pci`` kernel module rather than ``igb_uio`` or ``uio_pci_generic``.
120 The kernel version required is based on the oldest long term stable kernel available
121 at kernel.org when the DPDK version is in development.
124 The kernel version in use can be checked using the command::
135 the vendor supplied kernel configurations can be used to run most DPDK applications.
137 For other kernel builds, options which should be enabled for DPDK include:
152 (the HUGETLBFS option must be enabled in the running kernel as indicated the previous section).
163 to a ``nr_hugepages`` file in the ``/sys/kernel/`` directory
168 echo 1024 > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages
180 Some kernel versions may not allow reserving 1 GB hugepages at run time,
191 To reserve hugepages at boot time, a parameter is passed to the Linux kernel on the kernel command …
193 For 2 MB pages, just pass the hugepages option to the kernel. For example, to reserve 1024 pages of…
199 …ugepage memory in the form of four 1G pages, the following options should be passed to the kernel::
217 … Documentation/admin-guide/kernel-parameters.txt file in your Linux source tree for further detail…
231 set by the kernel parameters as described above.