From patchwork Mon May 24 06:01:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/6] UBUNTU: [Config] Enable CONFIG_VHOST_NET=m Date: Sun, 23 May 2010 20:01:31 -0000 From: Leann Ogasawara X-Patchwork-Id: 53395 Message-Id: <1274680891.24569.3526.camel@emiko> To: kernel-team >From 3f5c04d4a5c23eefdcf8e5a6db62edacb94f9d23 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Sun, 23 May 2010 12:44:51 -0700 Subject: [PATCH 6/6] UBUNTU: [Config] Enable CONFIG_VHOST_NET=m Enable CONFIG_VHOST_NET=m for ports and ubuntu. This module can be loaded in host kernel to accelerate guest networking with virtio_net. Not to be confused with virtio_net module itself which needs to be loaded in guest kernel. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ports | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index aa5a267..0414e63 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -3921,7 +3921,7 @@ CONFIG_VGASTATE=m CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 # CONFIG_VGA_CONSOLE is not set -# CONFIG_VHOST_NET is not set +CONFIG_VHOST_NET=m CONFIG_VIA_FIR=m CONFIG_VIA_RHINE=m CONFIG_VIA_RHINE_MMIO=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 95de87d..5a070cb 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -4460,7 +4460,7 @@ CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 CONFIG_VGA_CONSOLE=y CONFIG_VGA_SWITCHEROO=y -# CONFIG_VHOST_NET is not set +CONFIG_VHOST_NET=m CONFIG_VIA_FIR=m CONFIG_VIA_RHINE=m CONFIG_VIA_RHINE_MMIO=y