Re: [dpdk-dev] [PATCH] net/nfp: fix log format specifiers

2020-04-08 Thread Ferruh Yigit
On 4/7/2020 2:43 PM, Heinrich Kuhn wrote: > > > On 2020/03/03 15:36, Ferruh Yigit wrote: >> Changing format specifier for the 'size_t' as '%z' and for 'off_t' as >> '%jd'. >> >> Also this fix enables compiling PMD for 32bit architecture. >> >> Fixes: 29a62d1476b6 ("net/nfp: add CPP bridge as serv

Re: [dpdk-dev] [PATCH] net/nfp: fix log format specifiers

2020-04-07 Thread Heinrich Kuhn
On 2020/03/03 15:36, Ferruh Yigit wrote: > Changing format specifier for the 'size_t' as '%z' and for 'off_t' as > '%jd'. > > Also this fix enables compiling PMD for 32bit architecture. > > Fixes: 29a62d1476b6 ("net/nfp: add CPP bridge as service") > Cc: sta...@dpdk.org > > Signed-off-by: Fer

[dpdk-dev] [PATCH] net/nfp: fix log format specifiers

2020-03-03 Thread Ferruh Yigit
Changing format specifier for the 'size_t' as '%z' and for 'off_t' as '%jd'. Also this fix enables compiling PMD for 32bit architecture. Fixes: 29a62d1476b6 ("net/nfp: add CPP bridge as service") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- drivers/net/nfp/nfp_net.c | 20 ++-