From patchwork Mon Sep 18 07:48:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13389103 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3EC3E23A7 for ; Mon, 18 Sep 2023 07:54:47 +0000 (UTC) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 740483A82; Mon, 18 Sep 2023 00:53:00 -0700 (PDT) Received: from kwepemm600007.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Rpxlv5B87zVky9; Mon, 18 Sep 2023 15:50:03 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemm600007.china.huawei.com (7.193.23.208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Mon, 18 Sep 2023 15:52:58 +0800 From: Jijie Shao To: , , , , , CC: , , , , , Subject: [PATCH V2 net 0/5] There are some bugfix for the HNS3 ethernet driver Date: Mon, 18 Sep 2023 15:48:35 +0800 Message-ID: <20230918074840.2650978-1-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemm600007.china.huawei.com (7.193.23.208) X-CFilter-Loop: Reflected X-Patchwork-Delegate: kuba@kernel.org There are some bugfix for the HNS3 ethernet driver --- ChangeLog: v1->v2: add Fixes tag for bugfix patch suggested by Simon Horman v1: https://lore.kernel.org/all/20230915095305.422328-1-shaojijie@huawei.com/ --- Jian Shen (1): net: hns3: only enable unicast promisc when mac table full Jie Wang (3): net: hns3: add cmdq check for vf periodic service task net: hns3: fix GRE checksum offload issue net: hns3: add 5ms delay before clear firmware reset irq source Jijie Shao (1): net: hns3: fix fail to delete tc flower rules during reset issue drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 9 +++++++++ .../net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 13 ++++++++++++- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 3 ++- 3 files changed, 23 insertions(+), 2 deletions(-)