Re: [dpdk-dev] [PATCH] net/octeontx/base: fix icc build

2017-10-10 Thread Ferruh Yigit
On 10/10/2017 2:33 PM, santosh wrote: > > On Tuesday 10 October 2017 10:07 AM, Pablo de Lara wrote: >> drivers/net/octeontx/base/octeontx_pkovf.c(527): >> error #592: variable "i" is used before its value is set >> RTE_SET_USED(i); >> >> Fixes: ab4f789560c4 ("net/octeontx/base: probe PKI a

Re: [dpdk-dev] [PATCH] net/octeontx/base: fix icc build

2017-10-10 Thread santosh
On Tuesday 10 October 2017 10:07 AM, Pablo de Lara wrote: > drivers/net/octeontx/base/octeontx_pkovf.c(527): > error #592: variable "i" is used before its value is set > RTE_SET_USED(i); > > Fixes: ab4f789560c4 ("net/octeontx/base: probe PKI and PKO PCIe VF devices") > > Signed-off-by: Pab

[dpdk-dev] [PATCH] net/octeontx/base: fix icc build

2017-10-10 Thread Pablo de Lara
drivers/net/octeontx/base/octeontx_pkovf.c(527): error #592: variable "i" is used before its value is set RTE_SET_USED(i); Fixes: ab4f789560c4 ("net/octeontx/base: probe PKI and PKO PCIe VF devices") Signed-off-by: Pablo de Lara --- drivers/net/octeontx/base/octeontx_pkovf.c | 4 ++-- 1