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

2020-02-19 Thread Ferruh Yigit
On 2/19/2020 2:11 PM, Andrew Rybchenko wrote: > On 2/19/20 5:04 PM, Ferruh Yigit wrote: >> The format specifier for the 'size_t' format should be '%z'. >> >> Also this fix enables compiling PMD for 32bit architecture. >> >> Fixes: ba641f207642 ("net/sfc: add init on attach") >> Fixes: 82faef507608

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

2020-02-19 Thread Andrew Rybchenko
On 2/19/20 5:04 PM, Ferruh Yigit wrote: > The format specifier for the 'size_t' format should be '%z'. > > Also this fix enables compiling PMD for 32bit architecture. > > Fixes: ba641f207642 ("net/sfc: add init on attach") > Fixes: 82faef507608 ("net/sfc: set RSS key and hash types config") > Fix

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

2020-02-19 Thread Ferruh Yigit
The format specifier for the 'size_t' format should be '%z'. Also this fix enables compiling PMD for 32bit architecture. Fixes: ba641f207642 ("net/sfc: add init on attach") Fixes: 82faef507608 ("net/sfc: set RSS key and hash types config") Fixes: 7803554a9e38 ("net/sfc: process RSS settings on Rx