Re: [PATCH v2 1/4] app/testpmd: remove restrict of number of TCs in DCB command

2025-04-21 Thread Stephen Hemminger
On Mon, 21 Apr 2025 15:22:26 +0800 Chengwen Feng wrote: > Currently, the "port config 0 dcb ..." command only supports 4 or 8 > TCs. Other number of TCs may be used in actual applications. > > This commit removes this restriction. > > Cc: sta...@dpdk.org > > Signed-off-by: Chengwen Feng > ---

[PATCH v2 1/4] app/testpmd: remove restrict of number of TCs in DCB command

2025-04-21 Thread Chengwen Feng
Currently, the "port config 0 dcb ..." command only supports 4 or 8 TCs. Other number of TCs may be used in actual applications. This commit removes this restriction. Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng --- app/test-pmd/cmdline.c | 4 ++-- doc/guides/testpmd_a