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 8F1D3A059B; Fri, 10 Apr 2020 10:57:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 519731D425; Fri, 10 Apr 2020 10:57:51 +0200 (CEST) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 579C71D408 for ; Fri, 10 Apr 2020 10:57:49 +0200 (CEST) Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 134D158B75A92B67F3C8; Fri, 10 Apr 2020 16:57:47 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Fri, 10 Apr 2020 16:57:37 +0800 From: Xiaoyun wang To: CC: , , , , , , , Xiaoyun wang Date: Fri, 10 Apr 2020 17:21:44 +0800 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.119.39] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v4 0/3] Fix and add txq xstats 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 patch fixes PF firmware hotactive problem, optimizes log style and adds txq xstats members. -- v3->v4: - fix PF firmware hotactive problem - optimize log style - adds txq xstats members v2->v3: - fix FW hotactive problem - optimize log style v1->v2: - Fix LRO problems - Fix hotupdate firmware problem - Optimize doorbell area initialization - Remove 40GE Mezz card id - Add Fdir filter type - Optimize log files - Support pause flow control v1: - Allocate IO memory with socketid Xiaoyun wang (3): net/hinic/base: fix PF firmware hotactive problem net/hinic/base: optimize log style net/hinic: adds txq xstats member drivers/net/hinic/base/hinic_pmd_cmdq.c | 7 ++++-- drivers/net/hinic/base/hinic_pmd_hwdev.c | 8 +++---- drivers/net/hinic/base/hinic_pmd_hwif.c | 4 ++-- drivers/net/hinic/base/hinic_pmd_mgmt.c | 38 +++++++++++++++++-------------- drivers/net/hinic/base/hinic_pmd_mgmt.h | 2 ++ drivers/net/hinic/base/hinic_pmd_niccfg.c | 3 +-- drivers/net/hinic/base/hinic_pmd_nicio.c | 2 +- drivers/net/hinic/hinic_pmd_ethdev.c | 17 ++++++-------- drivers/net/hinic/hinic_pmd_flow.c | 5 ++-- drivers/net/hinic/hinic_pmd_tx.c | 31 +++++++++++++++++++++++++ drivers/net/hinic/hinic_pmd_tx.h | 2 ++ 11 files changed, 78 insertions(+), 41 deletions(-) -- 1.8.3.1