From patchwork Tue Aug 9 13:00:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 109214 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 7F9A7B6EE8 for ; Tue, 9 Aug 2011 23:00:40 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Qqlv1-000490-TA; Tue, 09 Aug 2011 13:00:27 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Qqluz-00048m-QC for kernel-team@lists.ubuntu.com; Tue, 09 Aug 2011 13:00:25 +0000 Received: from 79-71-126-225.dynamic.dsl.as9105.com ([79.71.126.225] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Qqluz-0000ks-M3; Tue, 09 Aug 2011 13:00:25 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [Oneiric] [PATCH 1/1] UBUNTU: [Config] Enable CONFIG_MACVTAP=m Date: Tue, 9 Aug 2011 14:00:23 +0100 Message-Id: <1312894823-27006-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1312894823-27006-1-git-send-email-apw@canonical.com> References: <1312894823-27006-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com This options is still experimental but enables a separate network virtual device. This can be used to optimise networks for KVM hosts. BugLink: http://bugs.launchpad.net/bugs/822601 Signed-off-by: Andy Whitcroft --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 5324d00..3d58e93 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -2805,7 +2805,7 @@ CONFIG_MACH_SBC3530=y CONFIG_MACH_TI8168EVM=y CONFIG_MACINTOSH_DRIVERS=y CONFIG_MACVLAN=m -# CONFIG_MACVTAP is not set +CONFIG_MACVTAP=m CONFIG_MAC_EMUMOUSEBTN=y CONFIG_MAC_FLOPPY=m CONFIG_MAC_PARTITION=y