Re: [dpdk-dev] [PATCH] net/bnxt: fix powerpc build

2020-09-15 Thread Ajit Khaparde
On Tue, Sep 15, 2020 at 7:07 AM Lance Richardson < lance.richard...@broadcom.com> wrote: > A previous commit broke compilation for builds other than x86 and > aarch64. Fix by moving macro definitions to more appropriate header > files. > > Fixes: 479387565605 ("net/bnxt: improve small ring sizes s

[dpdk-dev] [PATCH] net/bnxt: fix powerpc build

2020-09-15 Thread Lance Richardson
A previous commit broke compilation for builds other than x86 and aarch64. Fix by moving macro definitions to more appropriate header files. Fixes: 479387565605 ("net/bnxt: improve small ring sizes support") Signed-off-by: Lance Richardson --- drivers/net/bnxt/bnxt_rxq.c | 1 - drive

Re: [dpdk-dev] [PATCH] net/bnxt: fix powerpc build

2020-09-15 Thread Ferruh Yigit
On 9/15/2020 5:08 PM, Ferruh Yigit wrote: > On 9/15/2020 4:38 PM, Ajit Khaparde wrote: >> >> >> On Tue, Sep 15, 2020 at 7:07 AM Lance Richardson >> mailto:lance.richard...@broadcom.com>> >> wrote: >> >> A previous commit broke compilation for builds other than x86 and >> aarch64. Fix by mov

Re: [dpdk-dev] [PATCH] net/bnxt: fix powerpc build

2020-09-15 Thread Ferruh Yigit
On 9/15/2020 4:38 PM, Ajit Khaparde wrote: > > > On Tue, Sep 15, 2020 at 7:07 AM Lance Richardson > mailto:lance.richard...@broadcom.com>> > wrote: > > A previous commit broke compilation for builds other than x86 and > aarch64. Fix by moving macro definitions to more appropriate header