From patchwork Thu May 17 15:25:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 915493 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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40mw9H2BhBz9s4n; Fri, 18 May 2018 01:25: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 1fJKmH-0000aF-Hy; Thu, 17 May 2018 15:25:13 +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 1fJKmF-0000a2-Lw for kernel-team@lists.ubuntu.com; Thu, 17 May 2018 15:25:11 +0000 Received: from mail-io0-f197.google.com ([209.85.223.197]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fJKmF-0003rq-BY for kernel-team@lists.ubuntu.com; Thu, 17 May 2018 15:25:11 +0000 Received: by mail-io0-f197.google.com with SMTP id g5-v6so2048854ioc.4 for ; Thu, 17 May 2018 08:25:11 -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; bh=Yc8GPLEc2QOmuSxxTTOTn39aXdJHxiNPHHpgu3sFujw=; b=KGnk8k0Vp7piPymdoJq0AHOlYdblDSGkupbsrfH6rpGTLcDfMX3FACvHqDbmSAGcQ6 poQ77624VfeIJ5QUW/rfXY0jThhOgsS4enOix7GqzQsDrLK008VhagV2zvLJbwgHJfSr 5hjjxYqqhkH8Ol3wd2VlfdEUbr3iBVc5n7w+aXyYsgLYIrJQHzRs+vNMYGGd3v4ndz9G szYpdPYFXwXbL1a5t7roBT5hpSixpsFNLSdedyZ25oQwv21TvoAs7iw6B9SlXUQ1nxaI DEWVSMc6rvPRgq/inr+8Dyxxx9T5ncvyWIck1JF05crBwbnU48QviBdUuqmizRZ6C15Y 8GTg== X-Gm-Message-State: ALKqPwfwCL+i9nMf9RtNacbqOVeaeZ5Db0AsliTlHSx0xfV4zxVKmPVY mRIdx7BBO3uqD7fZvJiQNlczdwNeSxFZRbELvofgMb8HZgGipGEnvhjjESh9fJVLJ4yeQl6P6Wv 3YcZ7us3KMLWy5/Rb2BMm+1fIkNQaeI4i2FZt+OA4+Q== X-Received: by 2002:a24:5c87:: with SMTP id q129-v6mr3075777itb.149.1526570710173; Thu, 17 May 2018 08:25:10 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoMqG8wsEeQfRp9aFQqnNcY+YOLGuXqscAzc0Kewi2S2w6RKbVg7wtbk+naKkDwofHIxVRT4Q== X-Received: by 2002:a24:5c87:: with SMTP id q129-v6mr3075762itb.149.1526570709941; Thu, 17 May 2018 08:25:09 -0700 (PDT) Received: from localhost ([2605:a601:ac6:7f20:5ca3:db35:42a3:7793]) by smtp.gmail.com with ESMTPSA id f4-v6sm3444462itf.22.2018.05.17.08.25.09 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 17 May 2018 08:25:09 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [SRU][Bionic][PATCH] UBUNTU: [Config] Add nfp.ko to generic inclusion list Date: Thu, 17 May 2018 10:25:08 -0500 Message-Id: <20180517152508.13529-1-seth.forshee@canonical.com> X-Mailer: git-send-email 2.17.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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1768526 Move this to linux-modules so that VFs of Netronome Agilio SmartNICs which have been made available to guests using PCI pass-through can be used by those guests. Signed-off-by: Seth Forshee Acked-by: Khalid Elmously Acked-by: Kleber Sacilotto de Souza --- 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 524b20957402..97ab81072a75 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.inclusion-list @@ -98,6 +98,7 @@ drivers/net/ethernet/intel/igbvf/igbvf.ko drivers/net/ethernet/intel/ixgbe/* drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko drivers/net/ethernet/mellanox/* +drivers/net/ethernet/netronome/nfp/nfp.ko drivers/net/ethernet/realtek/8139cp.ko drivers/net/ethernet/realtek/8139too.ko drivers/net/fddi/*