From: Chengwen Feng <fengchengwen@huawei.com>
To: <thomas@monjalon.net>, <stephen@networkplumber.org>
Cc: <dev@dpdk.org>, <aman.deep.singh@intel.com>
Subject: [PATCH 1/2] app/testpmd: support multi-cores process one TC help
Date: Tue, 25 Nov 2025 11:41:57 +0800 [thread overview]
Message-ID: <20251125034158.55192-2-fengchengwen@huawei.com> (raw)
In-Reply-To: <20251125034158.55192-1-fengchengwen@huawei.com>
This commit adds support multi-cores process one TC help info.
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
---
app/test-pmd/cmdline.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index c33c66f327..e701cd7ec4 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -514,6 +514,9 @@ static void cmd_help_long_parsed(void *parsed_result,
"set dcb fwd_tc (tc_mask)\n"
" Set DCB forwarding on specify TCs, if bit-n in tc-mask is 1, then TC-n's forwarding is enabled\n\n"
+ "set dcb fwd_tc_cores (tc_cores)\n"
+ " Set DCB forwarding cores per-TC, 1-means one core process all queues of a TC.\n\n"
+
"mac_addr add (port_id) (XX:XX:XX:XX:XX:XX)\n"
" Add a MAC address on port_id.\n\n"
--
2.17.1
next prev parent reply other threads:[~2025-11-25 3:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-25 3:41 [PATCH 0/2] add two enhance for DCB Chengwen Feng
2025-11-25 3:41 ` Chengwen Feng [this message]
2025-11-25 3:41 ` [PATCH 2/2] app/testpmd: support show DCB config Chengwen Feng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251125034158.55192-2-fengchengwen@huawei.com \
--to=fengchengwen@huawei.com \
--cc=aman.deep.singh@intel.com \
--cc=dev@dpdk.org \
--cc=stephen@networkplumber.org \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).