From patchwork Tue Jul 28 02:16:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: tanhuazhong X-Patchwork-Id: 1337449 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; 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 [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BG0jb5mQrz9sTQ for ; Tue, 28 Jul 2020 12:19:15 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727080AbgG1CTO (ORCPT ); Mon, 27 Jul 2020 22:19:14 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:8283 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726237AbgG1CTL (ORCPT ); Mon, 27 Jul 2020 22:19:11 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 73847B108A1A53138FF3; Tue, 28 Jul 2020 10:19:07 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Tue, 28 Jul 2020 10:18:59 +0800 From: Huazhong Tan To: CC: , , , , , , Huazhong Tan Subject: [PATCH net 0/5] net: hns3: fixes for -net Date: Tue, 28 Jul 2020 10:16:47 +0800 Message-ID: <1595902612-12880-1-git-send-email-tanhuazhong@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org There are some bugfixes for the HNS3 ethernet driver. patch#1 fixes a desc filling bug, patch#2 fixes a false TX timeout issue, and patch#3~#5 fixes some bugs related to VLAN and FD. Guojia Liao (2): net: hns3: fix aRFS FD rules leftover after add a user FD rule net: hns3: fix for VLAN config when reset failed Jian Shen (1): net: hns3: add reset check for VF updating port based VLAN Yonglong Liu (1): net: hns3: fix a TX timeout issue Yunsheng Lin (1): net: hns3: fix desc filling bug when skb is expanded or lineared drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 18 ++++------ .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 35 +++++++++++--------- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 38 +++++++++++++++------- 3 files changed, 52 insertions(+), 39 deletions(-)