[dpdk-dev] [PATCH v12 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

[dpdk-dev] [PATCH v12 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

[dpdk-dev] [PATCH v12 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