mbox series

[net-next,0/3] Fixes & small enhancements related to the promisc mode in HNS3

Message ID 20181012143406.22600-1-salil.mehta@huawei.com
Headers show
Series Fixes & small enhancements related to the promisc mode in HNS3 | expand

Message

Salil Mehta Oct. 12, 2018, 2:34 p.m. UTC
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

Comments

David Miller Oct. 12, 2018, 6:24 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Fri, 12 Oct 2018 15:34:03 +0100

> This patch-set presents some fixes and enhancements related to promiscuous

> mode and MAC VLAN Table full condition in HNS3 Ethernet Driver.


Series applied.