From patchwork Mon Aug 19 06:15:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 1149039 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46BkG04FPqz9sNF; Mon, 19 Aug 2019 16:16:23 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1hzaxl-00079Q-GV; Mon, 19 Aug 2019 06:16:17 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hzaxi-00078z-Hq for kernel-team@lists.ubuntu.com; Mon, 19 Aug 2019 06:16:14 +0000 Received: from mail-pl1-f199.google.com ([209.85.214.199]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hzaxi-000535-3M for kernel-team@lists.ubuntu.com; Mon, 19 Aug 2019 06:16:14 +0000 Received: by mail-pl1-f199.google.com with SMTP id w16so1424599plq.15 for ; Sun, 18 Aug 2019 23:16:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=gHJ4chI+20NjR0IbWpAOSD18W9NlZSe+PAZUgEdhSYg=; b=CbuODwz6esrrznvqsiytDhiX6lM8gWW+vLaFd6xpJd5Ow6ocDQIhMIMvTe6iLJQ/YV mPRC1F1Gkjok3+4WVaWeqyg2gkpUWcJGBmzXQoJQ8y2wSayZXZXOglM2tQCqJqNZY4qo 8bfDJlNivYKQpgM6G0ui+KumNJTBzCH9oiWuaZ4NpZF83CdjPpcZDg7ytTip3CbuJsz/ Efspl2kqB3DqBG1cpcyl+8GM9foEtcoa4Ck0nqBS9v57Aes0Caltob3piJBrYc5KerR5 psKkiMXvK3k8Nb0f/xMcJ2lS9uIK60Iuk48FOPtfG3RE70apVwudMoTJxN+YNohislwo Synw== X-Gm-Message-State: APjAAAXQfxCERqQPsjYqROZEbSqem6FEbk+CVUIFzhVq703iHu0xDefG pDcKstcc/IC5zjZK4SIJv8gNGvCwHyk7Qu/u0hBW5RfrR78JcsLx3E7kTXYz82/o0P6rZV2aLUn WKbFdmJX0tLew7yIta302TuoaPX/5dHlpGtnnHxc0 X-Received: by 2002:a17:902:141:: with SMTP id 59mr21461600plb.324.1566195372680; Sun, 18 Aug 2019 23:16:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqy2qRzEVYLeFt973S+KnnYvlx4dvyz2lLwD2pYuwpX9Pdvkji7n0Ksf18koQtsDZTvvqayJ2Q== X-Received: by 2002:a17:902:141:: with SMTP id 59mr21461593plb.324.1566195372493; Sun, 18 Aug 2019 23:16:12 -0700 (PDT) Received: from Leggiero.taipei.internal (61-220-137-37.HINET-IP.hinet.net. [61.220.137.37]) by smtp.gmail.com with ESMTPSA id 4sm5743346pfe.76.2019.08.18.23.16.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Aug 2019 23:16:11 -0700 (PDT) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [X/linux-kvm][SRU][PATCH 1/1] UBUNTU: [Config] Enable VXLAN module support Date: Mon, 19 Aug 2019 14:15:57 +0800 Message-Id: <20190819061559.9851-2-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190819061559.9851-1-po-hsu.lin@canonical.com> References: <20190819061559.9851-1-po-hsu.lin@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1811819 Enable the VXLAN module support on KVM kernels, VXLAN is used by Flannel for Kubernetes. Signed-off-by: Po-Hsu Lin --- debian.kvm/config/config.common.ubuntu | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu index 4f0f2a7..7e16c0c 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -708,6 +708,7 @@ CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GENERIC_STRNCPY_FROM_USER=y CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GENERIC_TIME_VSYSCALL=y +# CONFIG_GENEVE is not set # CONFIG_GENWQE is not set CONFIG_GFS2_FS=m CONFIG_GLOB=y @@ -1424,7 +1425,7 @@ CONFIG_NET_RX_BUSY_POLL=y # CONFIG_NET_SCHED is not set # CONFIG_NET_SWITCHDEV is not set # CONFIG_NET_TEAM is not set -# CONFIG_NET_UDP_TUNNEL is not set +CONFIG_NET_UDP_TUNNEL=m # CONFIG_NEW_LEDS is not set # CONFIG_NFC is not set # CONFIG_NFSD is not set @@ -1618,6 +1619,7 @@ CONFIG_OLD_SIGSUSPEND3=y CONFIG_OMFS_FS=m # CONFIG_OPENNSL is not set CONFIG_OPENVSWITCH=m +# CONFIG_OPENVSWITCH_VXLAN is not set CONFIG_OPROFILE_NMI_TIMER=y # CONFIG_OPTIMIZE_INLINING is not set CONFIG_ORE=m @@ -2208,7 +2210,7 @@ CONFIG_VIRT_TO_BUS=y # CONFIG_VSOCKETS is not set # CONFIG_VT is not set CONFIG_VXFS_FS=m -# CONFIG_VXLAN is not set +CONFIG_VXLAN=m # CONFIG_W1 is not set # CONFIG_WAN is not set # CONFIG_WATCHDOG is not set