From patchwork Wed Sep 19 18:23:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 971850 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 42FpCL2CJFz9sLw; Thu, 20 Sep 2018 04:23:42 +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 1g2h8N-0005GM-Ml; Wed, 19 Sep 2018 18:23:31 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1g2h8L-0005Fj-CV for kernel-team@lists.ubuntu.com; Wed, 19 Sep 2018 18:23:29 +0000 Received: from localhost (c-107-2-141-103.hsd1.co.comcast.net [107.2.141.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 9D7FA33E0051 for ; Wed, 19 Sep 2018 12:23:25 -0600 (MDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/2][Cosmic][SRU Bionic] hns3: Query firmware for MSIX allocation info Date: Wed, 19 Sep 2018 12:23:17 -0600 Message-Id: <20180919182319.1630-1-dann.frazier@canonical.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.1 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.2 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org 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" Clean upstream cherry-picks. BugLink: https://bugs.launchpad.net/bugs/1793221 Jian Shen (2): net: hns3: Fix MSIX allocation issue for VF net: hns3: Refine the MSIX allocation for PF .../net/ethernet/hisilicon/hns3/hns3_enet.c | 3 +- .../hisilicon/hns3/hns3pf/hclge_cmd.h | 2 + .../hisilicon/hns3/hns3pf/hclge_main.c | 8 +- .../hisilicon/hns3/hns3pf/hclge_main.h | 3 +- .../hisilicon/hns3/hns3vf/hclgevf_cmd.h | 14 ++++ .../hisilicon/hns3/hns3vf/hclgevf_main.c | 80 +++++++++++++++---- .../hisilicon/hns3/hns3vf/hclgevf_main.h | 4 +- 7 files changed, 94 insertions(+), 20 deletions(-) Acked-by: Seth Forshee Acked-by: Kleber Sacilotto de Souza