Re: [dpdk-dev] [PATCH v2] net/i40e: fix build for log format specifier

2020-11-11 Thread Zhang, Qi Z
dev@dpdk.org; sta...@dpdk.org; David Marchand > > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix build for log format > specifier > > On Tue, 2020-11-10 at 17:54 +, Ferruh Yigit wrote: > > Build error: > > i40e_common.c: In function "i40e_parse_discover_ca

Re: [dpdk-dev] [PATCH v2] net/i40e: fix build for log format specifier

2020-11-10 Thread Luca Boccassi
On Tue, 2020-11-10 at 17:54 +, Ferruh Yigit wrote: > Build error: > i40e_common.c: In function "i40e_parse_discover_capabilities": > ../drivers/net/i40e/base/../i40e_logs.h:43:50: > error: format "%llX" expects argument of type "long long unsigned >int", but argument 7 has type

[dpdk-dev] [PATCH v2] net/i40e: fix build for log format specifier

2020-11-10 Thread Ferruh Yigit
Build error: i40e_common.c: In function "i40e_parse_discover_capabilities": ../drivers/net/i40e/base/../i40e_logs.h:43:50: error: format "%llX" expects argument of type "long long unsigned int", but argument 7 has type "u64" {aka "long unsigned int" [-Werror=format=] 43