Re: [dpdk-dev] [PATCH v2 4/4] examples/mp_server: clear string truncation warning

2020-10-09 Thread Nicolau, Radu
On 8/21/2020 6:10 PM, Bruce Richardson wrote: Compiling with GCC 9.3 on Ubuntu 20.04 gives a warning about possible string truncation when getting the RX queue name: In file included from init.c:36: init.c: In function ‘init’: ../shared/common.h:38:28: warning: ‘%u’ directive output may be tru

[dpdk-dev] [PATCH v2 4/4] examples/mp_server: clear string truncation warning

2020-08-21 Thread Bruce Richardson
Compiling with GCC 9.3 on Ubuntu 20.04 gives a warning about possible string truncation when getting the RX queue name: In file included from init.c:36: init.c: In function ‘init’: ../shared/common.h:38:28: warning: ‘%u’ directive output may be truncated writing between 1 and 10 bytes into a regi