Re: [vpp-dev] aarch64 compilation break

2018-02-20 Thread Brian Brooks
On 02/20 21:26:40, Brian Brooks wrote: > On 02/20 14:43:47, Gabriel Ganne wrote: > > Hi Damjan, Brian, > > > > Damjan, your commit https://gerrit.fd.io/r/c/10670 has an impact in > > vnet_classify that overlaps with what I had written in > > https://gerrit.fd.io/r/c/10476/ > > I see this handles

Re: [vpp-dev] aarch64 compilation break

2018-02-20 Thread Brian Brooks
On 02/20 14:43:47, Gabriel Ganne wrote: > Hi Damjan, Brian, > > Damjan, your commit https://gerrit.fd.io/r/c/10670 has an impact in > vnet_classify that overlaps with what I had written in > https://gerrit.fd.io/r/c/10476/ I see this handles u32x4_zero_byte_mask, but I also see breakage due to u1

[vpp-dev] aarch64 compilation break

2018-02-20 Thread Gabriel Ganne
Hi Damjan, Brian, Damjan, your commit https://gerrit.fd.io/r/c/10670 has an impact in vnet_classify that overlaps with what I had written in https://gerrit.fd.io/r/c/10476/ However, without some changes in vector_neon.h it has the side effect to break aarch64 compilation. I've updated mine above y