From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CC2EBA034E for ; Fri, 29 May 2020 05:59:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1E5221DBE3; Fri, 29 May 2020 05:59:06 +0200 (CEST) Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 9A72B1DBDA for ; Fri, 29 May 2020 05:59:04 +0200 (CEST) Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 3D504C68EE2024042879 for ; Fri, 29 May 2020 11:59:03 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Fri, 29 May 2020 11:58:52 +0800 From: "Wei Hu (Xavier)" To: CC: , Date: Fri, 29 May 2020 11:57:28 +0800 Message-ID: <1590724654-23075-1-git-send-email-xavier.huwei@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-stable] [PATCH 19.11 0/6] backport for hns3 PMD driver X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" This series are backport patches to DPDK 19.11.3 for hns3 PMD driver. Chengwen Feng (1): net/hns3: fix Rx interrupt after reset Hao Chen (1): net/hns3: support Rx interrupt Lijun Ou (1): net/hns3: fix RSS indirection table configuration Wei Hu (Xavier) (3): net/hns3: support different numbers of Rx and Tx queues net/hns3: fix Tx interrupt when enabling Rx interrupt net/hns3: fix MSI-X interrupt during initialization doc/guides/nics/features/hns3.ini | 1 + doc/guides/nics/features/hns3_vf.ini | 1 + doc/guides/nics/hns3.rst | 1 + drivers/net/hns3/hns3_cmd.h | 49 ++- drivers/net/hns3/hns3_dcb.c | 103 +++-- drivers/net/hns3/hns3_dcb.h | 4 +- drivers/net/hns3/hns3_ethdev.c | 363 +++++++++++++++-- drivers/net/hns3/hns3_ethdev.h | 17 +- drivers/net/hns3/hns3_ethdev_vf.c | 398 ++++++++++++++++-- drivers/net/hns3/hns3_flow.c | 22 +- drivers/net/hns3/hns3_intr.c | 2 + drivers/net/hns3/hns3_mbx.h | 13 + drivers/net/hns3/hns3_regs.h | 10 + drivers/net/hns3/hns3_rss.c | 28 +- drivers/net/hns3/hns3_rss.h | 2 + drivers/net/hns3/hns3_rxtx.c | 769 ++++++++++++++++++++++++++++++----- drivers/net/hns3/hns3_rxtx.h | 19 + 17 files changed, 1578 insertions(+), 224 deletions(-) -- 2.7.4