Hi Stephen, Can this patchset be merged into 25.11?
This patchset introduce two commands, behave the same as before if user don't execute these two commands. Thanks On 11/11/2025 5:13 PM, Chengwen Feng wrote: > 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 > > --- > v7: rebase to main branch. > 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(-) >

