On Tue, 8 Jul 2025 20:51:59 +0800 Dengdui Huang <huangdeng...@huawei.com> wrote:
> The cmdline_fixed_string_t has a length of only 128, which will > become insufficient when there are many cores, so it should be > replaced with a cmdline_multi_string_t of larger capacity. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > Signed-off-by: Dengdui Huang <huangdeng...@huawei.com> > --- Queued to next-net for 25.11