From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E13C0C433DF for ; Tue, 20 Oct 2020 07:30:36 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id E424A22226 for ; Tue, 20 Oct 2020 07:30:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E424A22226 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1FF99BBB8; Tue, 20 Oct 2020 09:30:16 +0200 (CEST) Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 092BFBAEE for ; Tue, 20 Oct 2020 09:30:12 +0200 (CEST) Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 0FB24189857070D17507; Tue, 20 Oct 2020 15:30:10 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Tue, 20 Oct 2020 15:30:04 +0800 From: "Min Hu (Connor)" To: CC: , , Date: Tue, 20 Oct 2020 15:30:46 +0800 Message-ID: <1603179048-30400-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 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. 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