From patchwork Wed Jun 6 13:07:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Salil Mehta X-Patchwork-Id: 137827 Delivered-To: patch@linaro.org Received: by 2002:a2e:970d:0:0:0:0:0 with SMTP id r13-v6csp781883lji; Wed, 6 Jun 2018 06:08:48 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIbjc6y7XniRDsse6ieFRpdzux/+UmATsHQhaKx8+oCCuYEAfj73mS6oecLsm7wMIMBWn3o X-Received: by 2002:a17:902:b598:: with SMTP id a24-v6mr3276785pls.183.1528290527862; Wed, 06 Jun 2018 06:08:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528290527; cv=none; d=google.com; s=arc-20160816; b=LEFsVijYxW900kPCWEnqQ7vvJ4xKnLzIlWPERirpRGdkVV3XhssHYZ9+c2stuE7MT6 DfkJTNVATS7nuWL/HmoDClka1Eqt8OyTAzvJrYJT2VFstAPqaTLiGTn9OWDS+GEKehQO FUNBzTNpgvo8pRGfoMhcvZFwtXz03Jzu0n562MO7cMHNoVayynlHoDDw68lgaDqwVW15 FwU3OhAcnsvd70qvOg5WhTb5/PUTUZkirR96M8oM+Gg14F0a8PACgp8zhdzWt6FP52fS zSs1W1/2UQySz4JCIni+qpQXmMQtv4xkd2yeTksjty+QeEW96byudybnlx/mc18OxLQY d3UA== 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=KU1RR2da0HGEj38aESjKBg8ggpJIxcdEKf9V0UYHvps=; b=YJUzn2KUSeafo+xH13zoTsezqgqu97lX52AzOFVGm7xk0rKe76HwLL+pvyBH9F0JyT Jdxu5cnqgK7Q+zD6W3F5ClvqT3P+lotCeAsCtofMlm5f3hOnaakJsnB2wK1Jcwlj1+Wf mUB+FidcMZNYj3I3k9G6RelzfXjv38aSqu5bEbYV2vQb0qvOfmiBesiS3PrrAxdnSXrN dyIwg96Tk2d7gU3P8Vkn85h7tXHXc85UeNuGJbhSOXcCNY8Xxo7oc4aCT9urrNp3th/3 HCBLQSf9wvJZ1t+RWjHiA9m4ak2B9DFczbuuSiBzHfsG3OdVoBoiX1baSVfM/2NMc59g kEsQ== 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 69-v6si52508135pla.548.2018.06.06.06.08.47; Wed, 06 Jun 2018 06:08:47 -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 S1752142AbeFFNIp (ORCPT + 30 others); Wed, 6 Jun 2018 09:08:45 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:58507 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751870AbeFFNIm (ORCPT ); Wed, 6 Jun 2018 09:08:42 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id A2B37502FEC3D; Wed, 6 Jun 2018 21:08:37 +0800 (CST) Received: from S00293818-DELL1.china.huawei.com (10.202.227.234) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.382.0; Wed, 6 Jun 2018 21:08:30 +0800 From: Salil Mehta To: CC: , , , , , , Subject: [PATCH V2 net-next 0/3] Bug fixes & optimization for HNS3 Driver Date: Wed, 6 Jun 2018 14:07:50 +0100 Message-ID: <20180606130753.54428-1-salil.mehta@huawei.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 X-Originating-IP: [10.202.227.234] 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-set presents miscellaneous bug fixes and an optimization for HNS3 driver V1->V2: * Fixes the compilation break reported by David Miller & Kbuild Xi Wang (3): net: hns3: Fix for VF mailbox cannot receiving PF response net: hns3: Fix for VF mailbox receiving unknown message net: hns3: Optimize PF CMDQ interrupt switching process .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 13 ++++++++++++ .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 3 +++ .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 23 +++++++++++++++++++--- 3 files changed, 36 insertions(+), 3 deletions(-) -- 2.7.4