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 8AB28A04DC; Tue, 20 Oct 2020 10:26:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C9178BBB4; Tue, 20 Oct 2020 10:26:02 +0200 (CEST) Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id BEA56A8E3 for ; Tue, 20 Oct 2020 10:25:55 +0200 (CEST) Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id C58F426B7C456F5C902A; Tue, 20 Oct 2020 16:25:53 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Tue, 20 Oct 2020 16:25:45 +0800 From: "Min Hu (Connor)" To: CC: , , , Date: Tue, 20 Oct 2020 16:26:27 +0800 Message-ID: <1603182389-10087-1-git-send-email-humin29@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-dev] [RFC V2 0/2] fix queue stats mapping 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" From: Huisong Li This patch set is used to adjust the unreasonable configurations and runtime errors about rx/tx queue stats mapping. --- V1 -> V2 * adjust commit log description. --- Huisong Li (2): app/testpmd: fix queue stats mapping configuration app/testpmd: fix starting failed with queue-stats-mapping app/test-pmd/config.c | 180 ++++++++++++++++++++++++++++----------------- app/test-pmd/parameters.c | 63 ++++++++-------- app/test-pmd/testpmd.c | 182 ++++++++++++++++++++++++++++++++-------------- app/test-pmd/testpmd.h | 41 +++++------ 4 files changed, 293 insertions(+), 173 deletions(-) -- 2.7.4