From mboxrd@z Thu Jan 1 00:00:00 1970 From: Salil Mehta Subject: [PATCH net-next 0/3] Fixes & small enhancements related to the promisc mode in HNS3 Date: Fri, 12 Oct 2018 15:34:03 +0100 Message-ID: <20181012143406.22600-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , To: Return-path: Received: from szxga07-in.huawei.com ([45.249.212.35]:59959 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728616AbeJLWH2 (ORCPT ); Fri, 12 Oct 2018 18:07:28 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This patch-set presents some fixes and enhancements related to promiscuous mode and MAC VLAN Table full condition in HNS3 Ethernet Driver. Jian Shen (3): net: hns3: Enable promisc mode when mac vlan table is full net: hns3: Resume promisc mode and vlan filter status after reset net: hns3: Resume promisc mode and vlan filter status after loopback test drivers/net/ethernet/hisilicon/hns3/hnae3.h | 11 +++ drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 84 +++++++++++++++++++--- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 3 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 10 ++- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 9 ++- 5 files changed, 103 insertions(+), 14 deletions(-) -- 2.7.4