Re: [dpdk-dev] [PATCH] net/bnxt: rename a member to avoid conflict

2021-03-14 Thread Piotr Kubaj
I may have been unclear. This affects ppc64le overall. The reason is that vector is a keyword on ppc64(le). For some reason, GCC does not have an issue with it, but some future version might. So the current issues happen when using clang (with glibc or not). The issue that happens when attempti

Re: [dpdk-dev] [PATCH] net/bnxt: rename a member to avoid conflict

2021-03-11 Thread Ajit Khaparde
On Thu, Mar 11, 2021 at 3:30 PM Ajit Khaparde wrote: > > Address build issues with Clang and without glibc on ppc64le. > Vector can be a keyword and should not be used in code. > Renaming it to avoid conflict. > > Reported-by: Piotr Kubaj > Signed-off-by: Ajit Khaparde Patch applied to dpdk-next

[dpdk-dev] [PATCH] net/bnxt: rename a member to avoid conflict

2021-03-11 Thread Ajit Khaparde
Address build issues with Clang and without glibc on ppc64le. Vector can be a keyword and should not be used in code. Renaming it to avoid conflict. Reported-by: Piotr Kubaj Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_irq.c | 2 +- drivers/net/bnxt/bnxt_irq.h | 2 +- 2 files changed,