Re: [dpdk-dev] [PATCH] app/testpmd: fix identifier size for port attach

2020-02-20 Thread Iremonger, Bernard
> -Original Message- > From: dev On Behalf Of Wisam Jaddo > Sent: Wednesday, February 19, 2020 4:48 PM > To: Lu, Wenzhuo ; dev@dpdk.org; > rasl...@mellanox.com; ma...@mellanox.com > Cc: muk...@igel.co.jp; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: fi

[dpdk-dev] [PATCH] app/testpmd: fix identifier size for port attach

2020-02-19 Thread Wisam Jaddo
Identifier for new port may contain white list options, and white list options will not fit into 128 from STR_TOKEN_SIZE, instead having 4096 char from STR_MULTI_TOKEN_SIZE will provide better and more options Fixes: edab33b1c01d ("app/testpmd: support port hotplug") Cc: muk...@igel.co.jp Cc: sta.