Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] eal: fix build issue

2018-11-12 Thread Thomas Monjalon
07/11/2018 07:59, Jerin Jacob: > Some toolchain has fls() definition in string.h as argument type int, > which is conflicting uint32_t argument type. > > /export/dpdk.org/lib/librte_eal/common/rte_reciprocal.c:47:19: > error: conflicting types for ‘fls’ > static inline int fls(uint32_t x) >

Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] eal: fix build issue

2018-11-12 Thread Thomas Monjalon
12/11/2018 10:01, Ferruh Yigit: > On 11/12/2018 4:50 AM, Jerin Jacob wrote: > > -Original Message- > >> Date: Mon, 12 Nov 2018 02:37:15 +0100 > >> From: Thomas Monjalon > >> To: Jerin Jacob > >> Cc: sta...@dpdk.org, "dev@dpdk.org" , Qi Zhang > >> , Xiao Wang , > >> "sthem...@microsoft.c

Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] eal: fix build issue

2018-11-12 Thread Ferruh Yigit
On 11/12/2018 4:50 AM, Jerin Jacob wrote: > -Original Message- >> Date: Mon, 12 Nov 2018 02:37:15 +0100 >> From: Thomas Monjalon >> To: Jerin Jacob >> Cc: sta...@dpdk.org, "dev@dpdk.org" , Qi Zhang >> , Xiao Wang , >> "sthem...@microsoft.com" , "shaopeng...@intel.com" >> , "Jacob, Jeri

Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] eal: fix build issue

2018-11-11 Thread Jerin Jacob
-Original Message- > Date: Mon, 12 Nov 2018 02:37:15 +0100 > From: Thomas Monjalon > To: Jerin Jacob > Cc: sta...@dpdk.org, "dev@dpdk.org" , Qi Zhang > , Xiao Wang , > "sthem...@microsoft.com" , "shaopeng...@intel.com" > , "Jacob, Jerin" > > Subject: Re: [dpdk-stable] [dpdk-dev] [PAT

Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] eal: fix build issue

2018-11-11 Thread Thomas Monjalon
07/11/2018 07:59, Jerin Jacob: > drivers/net/fm10k/fm10k_ethdev.c | 11 +++ > lib/librte_eal/common/rte_reciprocal.c | 17 + > 2 files changed, 4 insertions(+), 24 deletions(-) This patch is corrupted, please check.