[linux-kvm][PATCH 2/4] UBUNTU: kvm: [config] Add support for DPDK

Kamal Mostafa kamal at canonical.com
Tue Feb 27 18:36:59 UTC 2018


From: Julio Montes <julio.montes at intel.com>

BugLink: http://bugs.launchpad.net/bugs/1752147

Kata Containers use DPDK

Next configs are needed to support DPDK
* CONFIG_UIO
* CONFIG_UIO_PCI_GENERIC
* CONFIG_PROC_PAGE_MONITOR
* CONFIG_HUGETLBFS
* CONFIG_HUGETLB_PAGE

Signed-off-by: Julio Montes <julio.montes at intel.com>
Signed-off-by: Samuel Ortiz <sameo at linux.intel.com>
---
 debian.kvm/config/config.common.ubuntu | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index ea6045d..16a9622 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1889,6 +1889,7 @@ CONFIG_TARGET_CORE=m
 # CONFIG_TCM_FILEIO is not set
 # CONFIG_TCM_IBLOCK is not set
 # CONFIG_TCM_PSCSI is not set
+# CONFIG_TCM_USER2 is not set
 # CONFIG_TCP_CONG_ADVANCED is not set
 CONFIG_TCP_CONG_CUBIC=y
 # CONFIG_TCP_MD5SIG is not set
@@ -1943,7 +1944,16 @@ CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_UFS_FS=m
 # CONFIG_UFS_FS_WRITE is not set
 CONFIG_UID16=y
-# CONFIG_UIO is not set
+CONFIG_UIO=y
+# CONFIG_UIO_AEC is not set
+# CONFIG_UIO_CIF is not set
+# CONFIG_UIO_DMEM_GENIRQ is not set
+# CONFIG_UIO_MF624 is not set
+# CONFIG_UIO_NETX is not set
+CONFIG_UIO_PCI_GENERIC=y
+# CONFIG_UIO_PDRV_GENIRQ is not set
+# CONFIG_UIO_PRUSS is not set
+# CONFIG_UIO_SERCOS3 is not set
 CONFIG_UNIX=y
 CONFIG_UNIX98_PTYS=y
 # CONFIG_UNIX_DIAG is not set
-- 
2.7.4





More information about the kernel-team mailing list