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 132EA48ACA; Mon, 10 Nov 2025 10:43:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87ACF400D6; Mon, 10 Nov 2025 10:43:10 +0100 (CET) Received: from canpmsgout06.his.huawei.com (canpmsgout06.his.huawei.com [113.46.200.221]) by mails.dpdk.org (Postfix) with ESMTP id 807FB400D5 for ; Mon, 10 Nov 2025 10:43:09 +0100 (CET) dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=ZdWpHVfXAk621xGKeHC3y4heg0f+9295oSijn7SOAWE=; b=LX4TJ4zwZRvvGi2ygvpKK/pCWFyHZ88/L5zIR5ivuC935Xmu45WVAwws1HgP3ZU1Ey9XExCR1 hydrrpasR26BtdHXcu9CZj+lxBjapjmaLHYs3l9XJWTQuccgykFHxCNzoPQNg2Ws1oat7nZwmtS VqpGEKIBrt9WyCp3aDMuTLQ= Received: from mail.maildlp.com (unknown [172.19.163.252]) by canpmsgout06.his.huawei.com (SkyGuard) with ESMTPS id 4d4l6f0gcPzRhRK; Mon, 10 Nov 2025 17:41:30 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id DB7FA180B71; Mon, 10 Nov 2025 17:43:07 +0800 (CST) Received: from localhost.localdomain (10.50.163.32) 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, 10 Nov 2025 17:43:07 +0800 From: Chengwen Feng To: , CC: , , , , Subject: [PATCH v6 0/2] two enhance for testpmd DCB test Date: Mon, 10 Nov 2025 17:42:59 +0800 Message-ID: <20251110094301.15554-1-fengchengwen@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20251104040916.25864-1-fengchengwen@huawei.com> References: <20251104040916.25864-1-fengchengwen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.50.163.32] X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) 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 contains two enhancement for testpmd DCB test. Chengwen Feng (2): app/testpmd: support specify TCs when DCB forward app/testpmd: support multi-cores process one TC --- Depends-on: series-2682 ("two bugfix for testpmd DCB") --- v6: try to fix CI windows 2022 compile error: ../app/test-pmd/config.c(5263): warning C4018: '<': signed/unsigned mismatch v5: optimize naming and add line breaks for first commit. add second commit "support multi-cores process one TC". v4: use direct assign of dcb-info according comment from Stephen. fix CI llvm compiler error. v3: use new way to impl and fix comment from Stephen. v2: introduce pause/resume lcore's forwarding. app/test-pmd/cmdline.c | 105 +++++++++++++++ app/test-pmd/config.c | 135 +++++++++++++++++--- app/test-pmd/testpmd.c | 15 +++ app/test-pmd/testpmd.h | 4 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 16 +++ 5 files changed, 256 insertions(+), 19 deletions(-) -- 2.17.1