Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751831AbdISQSI (ORCPT ); Tue, 19 Sep 2017 12:18:08 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:6515 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbdISQSF (ORCPT ); Tue, 19 Sep 2017 12:18:05 -0400 From: Salil Mehta To: CC: , , , , , , , Subject: [PATCH V2 net 0/7] Bug fixes for the HNS3 Ethernet Driver for Hip08 SoC Date: Tue, 19 Sep 2017 17:17:09 +0100 Message-ID: <20170919161716.92680-1-salil.mehta@huawei.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.203.181.154] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.59C14336.027B,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 1ed6f56c5ddcc6e35141bdc118df8216 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1005 Lines: 27 This patch set presents some bug fixes for the HNS3 Ethernet driver identified during internal testing & stabilization efforts. Change Log: Patch V2: Resolved comments from Leon Romanovsky Patch V1: Initial Submit Lipeng (6): net: hns3: Fixes initialization of phy address from firmware net: hns3: Fixes the command used to unmap ring from vector net: hns3: Fixes ring-to-vector map-and-unmap command net: hns3: Fixes the initialization of MAC address in hardware net: hns3: Fixes the default VLAN-id of PF net: hns3: Fixes the premature exit of loop when matching clients Salil Mehta (1): net: hns3: Fixes the ether address copy with appropriate API drivers/net/ethernet/hisilicon/hns3/hnae3.c | 43 +++++----------------- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 8 +++- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 20 ++++++++-- .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c | 7 ++-- 4 files changed, 35 insertions(+), 43 deletions(-) -- 2.7.4