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 B3367A3160 for ; Wed, 9 Oct 2019 16:17:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E59B01E53A; Wed, 9 Oct 2019 16:17:11 +0200 (CEST) Received: from smtp.tom.com (smtprz14.163.net [106.3.154.247]) by dpdk.org (Postfix) with ESMTP id 9F4601E537 for ; Wed, 9 Oct 2019 16:17:10 +0200 (CEST) Received: from my-app01.tom.com (my-app01.tom.com [127.0.0.1]) by freemail01.tom.com (Postfix) with ESMTP id 546131C823E1 for ; Wed, 9 Oct 2019 22:17:26 +0800 (CST) Received: from my-app01.tom.com (HELO smtp.tom.com) ([127.0.0.1]) by my-app01 (TOM SMTP Server) with SMTP ID -854929675 for ; Wed, 09 Oct 2019 22:17:26 +0800 (CST) Received: from antispam1.tom.com (unknown [172.25.16.55]) by freemail01.tom.com (Postfix) with ESMTP id 484501C819FF for ; Wed, 9 Oct 2019 22:17:26 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tom.com; s=201807; t=1570630646; bh=1JByT3RBzlYCysVQHMH3Gox9y36Tg1V7gwyNLZQ69rs=; h=From:To:Cc:Subject:Date:From; b=It9klnIr5+ijK3U2xsI1lmytyEWv5xk53P9WEf3G7vsYjzq/P6EESDq2rLOSOOBF7 oVAbaCmfXqBA+oVWe2dCvoLEVzag0tzURr8xsAQKsm1+yLc+4DEyRCDlpWa9lHOvui CFkYSVjJzU2Bwxtok/9IwED/amjijEHwnGDOFuLo= Received: from antispam1.tom.com (antispam1.tom.com [127.0.0.1]) by antispam1.tom.com (Postfix) with ESMTP id C6D601001691 for ; Wed, 9 Oct 2019 22:15:59 +0800 (CST) X-Virus-Scanned: Debian amavisd-new at antispam1.tom.com Received: from antispam1.tom.com ([127.0.0.1]) by antispam1.tom.com (antispam1.tom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zoXCdtoTxGKq for ; Wed, 9 Oct 2019 22:15:59 +0800 (CST) Received: from localhost.localdomain (unknown [114.119.4.74]) by antispam1.tom.com (Postfix) with ESMTPA id 56FE110011A1; Wed, 9 Oct 2019 22:15:59 +0800 (CST) From: "Wei Hu (Xavier)" To: dev@dpdk.org Cc: xavier.huwei@huawei.com Date: Wed, 9 Oct 2019 22:16:49 +0800 Message-Id: <20191009141653.39364-1-xavier.huwei@tom.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/4] updates for hns3 ethernet pmd driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series adds some updates for hns3 ethernet pmd driver. The No.1 patch modifies the statistics information for sending and receiving packets. The No.2 patch changes the return value of firmware processing timeout from -EBADE to -ETIME. The No.3 patch adds commands between driver and firmware. The No.4 patch restores bus_master_en and msix_enable during PF FLR reset. Chunsong Feng (1): net/hns3: restores bus_master_en and msix_enable during PF FLR reset Hao Chen (1): net/hns3: modify the statistics for sending and receiving messages Hongbo Zheng (1): net/hns3: change the return value of firmware processing timeout from -EBADE to -ETIME humin (1): net/hns3: Renew command and desc structure drivers/net/hns3/hns3_cmd.c | 17 +--- drivers/net/hns3/hns3_cmd.h | 9 +- drivers/net/hns3/hns3_ethdev.c | 5 ++ drivers/net/hns3/hns3_ethdev_vf.c | 135 +++++++++++++++++++++++++++++- drivers/net/hns3/hns3_intr.c | 5 +- drivers/net/hns3/hns3_rxtx.c | 11 +-- drivers/net/hns3/hns3_rxtx.h | 3 - drivers/net/hns3/hns3_stats.c | 84 +++++-------------- 8 files changed, 168 insertions(+), 101 deletions(-) -- 2.23.0