From patchwork Tue Oct 22 02:23:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuto Murata X-Patchwork-Id: 1181010 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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 46xy485q13z9sCJ; Tue, 22 Oct 2019 13:23:51 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iMjpm-0005py-0Y; Tue, 22 Oct 2019 02:23:42 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iMjpk-0005pd-E1 for kernel-team@lists.ubuntu.com; Tue, 22 Oct 2019 02:23:40 +0000 Received: from p7569248-ipngn34901marunouchi.tokyo.ocn.ne.jp ([114.150.118.248] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iMjpj-0005Qa-M5; Tue, 22 Oct 2019 02:23:40 +0000 From: Nobuto Murata To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Packaging] include iavf/i40evf in generic Date: Tue, 22 Oct 2019 11:23:28 +0900 Message-Id: <20191022022328.24348-1-nobuto.murata@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1848481 Intel's VF drivers such as igbvf and ixgbevf are already available in generic. It makes sense to add iavf/i40evf especially for SR-IOV enabled clouds with Intel X710/XXV710/XL710. Signed-off-by: Nobuto Murata --- debian.master/control.d/generic.inclusion-list | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list index e5b770975186..64b06051f0dc 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.inclusion-list @@ -93,6 +93,7 @@ drivers/net/ethernet/ibm/* drivers/net/ethernet/intel/e1000/e1000.ko drivers/net/ethernet/intel/e1000e/e1000e.ko drivers/net/ethernet/intel/i40e/* +drivers/net/ethernet/intel/iavf/iavf.ko drivers/net/ethernet/intel/igb/* drivers/net/ethernet/intel/igbvf/igbvf.ko drivers/net/ethernet/intel/ixgbe/*