From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D43B1465EA; Mon, 21 Apr 2025 09:22:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D002540612; Mon, 21 Apr 2025 09:22:38 +0200 (CEST) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id 7E26B402E2 for ; Mon, 21 Apr 2025 09:22:33 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.88.214]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4Zgxdh0QjnzsSql; Mon, 21 Apr 2025 15:22:16 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 8CCA71A016C; Mon, 21 Apr 2025 15:22:30 +0800 (CST) Received: from localhost.localdomain (10.50.165.33) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 21 Apr 2025 15:22:30 +0800 From: Chengwen Feng To: , , CC: Subject: [PATCH v2 0/4] enhance testpmd DCB command Date: Mon, 21 Apr 2025 15:22:25 +0800 Message-ID: <20250421072229.33200-1-fengchengwen@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20250225091929.25072-1-fengchengwen@huawei.com> References: <20250225091929.25072-1-fengchengwen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.50.165.33] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemk500009.china.huawei.com (7.202.194.94) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset enhance the testpmd DCB command features: 1) remove restrict of number of TCs (currently its 4 or 8) 2) support config prio-tc map 3) support don't adjust queue num 4) support disable DCB Chengwen Feng (4): app/testpmd: remove restrict of number of TCs in DCB command app/testpmd: support config prio-tc map in DCB command app/testpmd: support don't adjust queue num in DCB command app/testpmd: support disable DCB command --- v2: rebase on 25.07 app/test-pmd/cmdline.c | 184 ++++++++++++++++++-- app/test-pmd/testpmd.c | 115 +++++++----- app/test-pmd/testpmd.h | 5 +- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 6 +- 4 files changed, 250 insertions(+), 60 deletions(-) -- 2.17.1