From patchwork Sun Oct 20 09:03:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuto Murata X-Patchwork-Id: 1185404 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 471wFk3WkPz9sPZ; Tue, 29 Oct 2019 00:15:54 +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 1iP4s6-0005Ke-Ia; Mon, 28 Oct 2019 13:15:46 +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 1iM78U-0005S1-BT for kernel-team@lists.ubuntu.com; Sun, 20 Oct 2019 09:04:26 +0000 Received: from p7554209-ipngn34801marunouchi.tokyo.ocn.ne.jp ([61.207.73.209] 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 1iM78T-0004Uv-OC; Sun, 20 Oct 2019 09:04:26 +0000 From: Nobuto Murata To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Packaging] include iavf/i40evf in generic Date: Sun, 20 Oct 2019 18:03:50 +0900 Message-Id: <20191020090350.23751-1-nobuto.murata@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 28 Oct 2019 13:15:44 +0000 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/*