Re: [dpdk-dev] [PATCH v11 4/4] performance-thread: Fix cross compilation failed

2021-10-19 Thread Bruce Richardson
On Tue, Oct 19, 2021 at 06:12:07PM +0800, zhihongx.p...@intel.com wrote: > From: Zhihong Peng > > The gcc(arm-linux-gcc) will check code more stricter when ASan enabled. > "strncpy specified bound XX equals destination size" error occurs here. > > Fixes: 116819b9ed0d ("examples/performance-threa

[dpdk-dev] [PATCH v11 4/4] performance-thread: Fix cross compilation failed

2021-10-19 Thread zhihongx . peng
From: Zhihong Peng The gcc(arm-linux-gcc) will check code more stricter when ASan enabled. "strncpy specified bound XX equals destination size" error occurs here. Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem") Cc: sta...@dpdk.org Signed-off-by: Xueqin Lin Signed-off