Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp255006imm; Fri, 3 Aug 2018 02:58:17 -0700 (PDT) X-Google-Smtp-Source: AAOMgpf15eV8vDeGUTI8CktCNk9L2NCCgbP20asvtUaFo31SB5pq321VDiJ+Jy0ntoMyljDnMxf5 X-Received: by 2002:a63:fc0a:: with SMTP id j10-v6mr3027024pgi.1.1533290297107; Fri, 03 Aug 2018 02:58:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533290297; cv=none; d=google.com; s=arc-20160816; b=CrzRmo54I0jjQxlZkvwfzsJsh76k8WFbt/QMrhFNUnqWJ8yQP/3KCSpHlpIqc/5Dky n473l2frjvg/js54Rk8qlpUs+3Lmtl+ujx0/ewY5RGWym3hfOD6tdJsiZv4yZG96nbIu nv6OFYIQvlTjJRt+IV53DCOe35HTifZ+3vNOoxKSLnke5RuXe0Z0OL1Z0q5hS5NxpwTq sOPbzaNFp4CWJGIRZ8L8y6XbfHCfodu/+8mHnHY8pJK/lOGEfD795eoqmE2jyKZLo7Rs Sht6QRkpuspJVFXV5eCHk8KHsvZSyl2OLVUm2t07AFhxIhhXag7uhGj75H95ihX2zCoU +BsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=6LPHl4FbfENgBtGyud3sxSzeNX3KrRWBEULl7QBCUIQ=; b=EpHd/Tc4iKVDEzdzNQRCAP/cWmEaKeIxZA6NbsP8iyR/JgFD7UJB9Yr1MAHMSC79mS f2eCBrPKTlbIkquk/ZlO9uWGwEAdx49szaZrZkJc8sBwdxnM5Vxbc6GZhX3W4TDrDRSX 2JvyUs2xcTZYDvb9cwAAW+O6193VGH92Lof/HWJgw0ZZrq7nBlEy1luUrzq+uEeas2vV 1GzcymYcvoLl8qYiJajy7Y+/7iXNCG+2JDH3Eh/N1tYOTpcLJ7nUVwLxUMVXfjlf3cEs vFF8kIIc2ItRkknVco7yMhQrai+v+YH87co8yRqXZeeLE81o/XTJ1VTimdyK8aSE/5R6 O/SQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 190-v6si4764309pgd.673.2018.08.03.02.58.02; Fri, 03 Aug 2018 02:58:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732554AbeHCLwe (ORCPT + 99 others); Fri, 3 Aug 2018 07:52:34 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:40154 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732327AbeHCLwe (ORCPT ); Fri, 3 Aug 2018 07:52:34 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id ACFE485E3E5B7; Fri, 3 Aug 2018 17:56:56 +0800 (CST) Received: from S00293818-DELL1.huawei.com (10.202.226.54) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.399.0; Fri, 3 Aug 2018 17:56:48 +0800 From: Salil Mehta To: CC: , , , , , , Subject: [PATCH net-next 0/2] Some important fixes for HNS3 driver Date: Fri, 3 Aug 2018 10:56:29 +0100 Message-ID: <20180803095631.798-1-salil.mehta@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.202.226.54] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch presents some important fixes related to MSIX allocation in HNS3 driver. Jian Shen (2): net: hns3: Fix MSIX allocation issue for VF net: hns3: Refine the MSIX allocation for PF drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 3 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 2 + .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 8 ++- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 3 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 14 ++++ .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 80 ++++++++++++++++++---- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 4 +- 7 files changed, 94 insertions(+), 20 deletions(-) -- 2.7.4