Re: [dpdk-dev] [PATCH] net/bnxt: fix vector mode for 32-bit x86

2020-09-25 Thread Ajit Khaparde
On Fri, Sep 25, 2020 at 2:40 PM Lance Richardson wrote: > > Descriptor valid mask should be 64-bit all ones, use > appropriate initializer type (unsigned long long) to > obtain correct value in 32-bit mode. > > Fixes: deae85145c64 ("net/bnxt: handle multiple packets per loop in vector > Rx") > Si

[dpdk-dev] [PATCH] net/bnxt: fix vector mode for 32-bit x86

2020-09-25 Thread Lance Richardson
Descriptor valid mask should be 64-bit all ones, use appropriate initializer type (unsigned long long) to obtain correct value in 32-bit mode. Fixes: deae85145c64 ("net/bnxt: handle multiple packets per loop in vector Rx") Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde --- dri