From patchwork Fri Oct 5 17:03:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Salil Mehta X-Patchwork-Id: 979653 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 42Rbjn67rQz9s4Z for ; Sat, 6 Oct 2018 03:05:33 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728947AbeJFAEJ (ORCPT ); Fri, 5 Oct 2018 20:04:09 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:13198 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728021AbeJFAEJ (ORCPT ); Fri, 5 Oct 2018 20:04:09 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 197D76571AF4C; Sat, 6 Oct 2018 01:04:29 +0800 (CST) Received: from S00293818-DELL1.china.huawei.com (10.202.226.54) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.399.0; Sat, 6 Oct 2018 01:04:22 +0800 From: Salil Mehta To: CC: , , , , , , Subject: [PATCH net-next 0/6] Fixes, minor changes & cleanups for the Unicast MAC VLAN table Date: Fri, 5 Oct 2018 18:03:23 +0100 Message-ID: <20181005170329.6512-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 necessary modifications, fixes & cleanups related to Unicast MAC Vlan Table to support revision 0x21 hardware. Jian Shen (5): net: hns3: Remove the default mask configuration for mac vlan table net: hns3: Clear mac vlan table entries when unload driver or function reset net: hns3: Optimize for unicast mac vlan table net: hns3: Drop depricated mta table support net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware Zhongzhu Liu (1): net: hns3: Add egress/ingress vlan filter for revision 0x21 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h | 3 - drivers/net/ethernet/hisilicon/hns3/hnae3.h | 2 - drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 78 ++-- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 47 +-- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 446 +++++++++------------ .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 40 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 58 --- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 129 ------ .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 5 - 9 files changed, 250 insertions(+), 558 deletions(-)