This commit adds support multi-cores process one TC help info.
Signed-off-by: Chengwen Feng <[email protected]>
---
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