From patchwork Fri Oct 12 14:34:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Salil Mehta X-Patchwork-Id: 983075 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42Wr2g5Xz6z9s4Z for ; Sat, 13 Oct 2018 01:34:51 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728917AbeJLWH3 (ORCPT ); Fri, 12 Oct 2018 18:07:29 -0400 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 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 5F1CE9632E201; Fri, 12 Oct 2018 22:34:38 +0800 (CST) Received: from S00293818-DELL1.china.huawei.com (10.202.226.54) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.399.0; Fri, 12 Oct 2018 22:34:32 +0800 From: Salil Mehta To: CC: , , , , , , 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> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 X-Originating-IP: [10.202.226.54] 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 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(-)