> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Wisam Jaddo > Sent: Wednesday, February 19, 2020 4:48 PM > To: Lu, Wenzhuo <wenzhuo...@intel.com>; dev@dpdk.org; > rasl...@mellanox.com; ma...@mellanox.com > Cc: muk...@igel.co.jp; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: fix identifier size for port attach > > 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...@dpdk.org > > Signed-off-by: Wisam Jaddo <wis...@mellanox.com>
Acked-by: Bernard Iremonger <bernard.iremon...@intel.com>