From patchwork Fri Jun 1 16:52:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Salil Mehta X-Patchwork-Id: 137557 Delivered-To: patch@linaro.org Received: by 2002:a2e:9706:0:0:0:0:0 with SMTP id r6-v6csp1177873lji; Fri, 1 Jun 2018 09:53:53 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKyCJmNCNzZ0TKhb/HmQeIryfKE0rI+EIMJ75oi5mGc/Wd86Hc0UbcZuPfdFDvttanKQqid X-Received: by 2002:a17:902:7484:: with SMTP id h4-v6mr11607574pll.154.1527872033086; Fri, 01 Jun 2018 09:53:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527872033; cv=none; d=google.com; s=arc-20160816; b=YKXO9/BhbfMaqIn8W6fUMS9rkxfdfMTjwwH5ncTfPmIchvyJZpOiHzUDX8UzGRFcMd Gu2CWA5lr42rbsfmhSbW7Gjv0PyNIYFQhkc5ntddwxhupGnf78c5am7y8w2G2d7RegOA XeMAO1v3jYAxRAFLIRyjBd2P+F2/737PRr9dg6Qmxh9f5BrRYo0djmqOhvFagydU6VDQ mS0yTUDMDv8HvNtpns3xeSdZ9TRYEGcjaf4HmDI+TtdfxXwAOVrSwob+0YH+T8md50bC aaXo0YKhSHteGlxD9Nj3hn22NikBmJvCk7ogepixIOfqB0VH2Eqei8gIcesq34sjH9+E hy4Q== 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=MhjBusR8KHSbgjmMfN4AP3tutCuxuIkLszOhTqpcb2k=; b=eFL0txpiJBjEbBVnbQFH4xo1T24VmCUc11LMxnNsC5npXCpzzbI8ykZhfwyGMWboQ4 n7/Qg4LgWjWvEqUfrFks0fI7mx4tx0q8KrYze+qykavaV7GDyKirsSGGEfWlI8800krI Zg9g+HBST2rSoB95EPlSwLqJvYONCy8nxynjKwJlkiXDV6bNoWv11BUfmuIfctZkQiuV L8hv+DMEw9p19aJ3y2/Bk5CJaCFOeimO9u0iD+1DG4WcVzXDTsasWPsuCnVIp7Zauj2d fmnaOEd8GJMwpctL76NezI5Ru4br9R5XFdT2bfL+Z21pLQXe9KWOiXx9Gl9yf3rg8wG1 gftQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of netdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=netdev-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 w15-v6si41707234plp.7.2018.06.01.09.53.52; Fri, 01 Jun 2018 09:53:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of netdev-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 netdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=netdev-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753186AbeFAQxu (ORCPT + 9 others); Fri, 1 Jun 2018 12:53:50 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:8623 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751693AbeFAQxr (ORCPT ); Fri, 1 Jun 2018 12:53:47 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 314382F8AB8C; Sat, 2 Jun 2018 00:53:31 +0800 (CST) Received: from S00293818-DELL1.china.huawei.com (10.202.227.234) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.382.0; Sat, 2 Jun 2018 00:53:26 +0800 From: Salil Mehta To: CC: , , , , , , Subject: [PATCH net-next 00/11] Misc. bug fixes & optimizations for HNS3 driver Date: Fri, 1 Jun 2018 17:52:00 +0100 Message-ID: <20180601165211.46372-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: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This patch-set presents some bug fixes found out during the internal review and system testing and some small optimizations. Jian Shen (2): net: hns3: Add repeat address checking for setting mac address net: hns3: Fix setting mac address error Peng Li (1): net: hns3: Add support for IFF_ALLMULTI flag Xi Wang (2): net: hns3: Optimize the PF's process of updating multicast MAC net: hns3: Optimize the VF's process of updating multicast MAC Yunsheng Lin (6): net: hns3: Disable vf vlan filter when vf vlan table is full net: hns3: Fix for service_task not running problem after resetting net: hns3: Fix for hclge_reset running repeatly problem net: hns3: Fix for phy not link up problem after resetting net: hns3: Add missing break in misc_irq_handle net: hns3: Fix for vxlan tx checksum bug drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h | 2 + drivers/net/ethernet/hisilicon/hns3/hnae3.h | 4 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 60 +++++- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 2 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 205 +++++++++++++++++---- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 12 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 63 ++++++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 140 +++++++++++++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 4 + 9 files changed, 441 insertions(+), 51 deletions(-) -- 2.7.4