> -----Original Message----- > From: dev <[email protected]> On Behalf Of Wisam Jaddo > Sent: Wednesday, February 19, 2020 4:48 PM > To: Lu, Wenzhuo <[email protected]>; [email protected]; > [email protected]; [email protected] > Cc: [email protected]; [email protected] > 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: [email protected] > Cc: [email protected] > > Signed-off-by: Wisam Jaddo <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

