Re: [dpdk-dev] [PATCH v2] node: fix arm64 build issue for older gcc

2020-05-13 Thread David Marchand
On Wed, May 13, 2020 at 2:36 PM Jerin Jacob wrote: > > On Wed, May 13, 2020 at 5:36 PM Nithin Dabilpuram > wrote: > > > > Older GCC(~4) complains about uninitialized 'dip' > > var though all the lanes of the vec register are set. > > Hence this patch explicitly initializes vec register > > to fix

Re: [dpdk-dev] [PATCH v2] node: fix arm64 build issue for older gcc

2020-05-13 Thread Jerin Jacob
On Wed, May 13, 2020 at 5:36 PM Nithin Dabilpuram wrote: > > Older GCC(~4) complains about uninitialized 'dip' > var though all the lanes of the vec register are set. > Hence this patch explicitly initializes vec register > to fix the issue. > > In file included from ip4_lookup.c:34:0: > ip4_looku