Re: [dpdk-dev] [PATCH v5 0/8] bnxt patchset

2019-06-14 Thread Ferruh Yigit
On 6/4/2019 5:07 PM, Ferruh Yigit wrote: > On 5/29/2019 10:02 PM, Lance Richardson wrote: >> This patchset adds the following: >> 1) Support for vector mode TX and RX. >> 2) HWRM API update (split into multiple patches). >> 3) Fixes for RSS reta update and query. >> >> It also updates the rel

Re: [dpdk-dev] [PATCH v5 0/8] bnxt patchset

2019-06-04 Thread Ferruh Yigit
On 5/29/2019 10:02 PM, Lance Richardson wrote: > This patchset adds the following: > 1) Support for vector mode TX and RX. > 2) HWRM API update (split into multiple patches). > 3) Fixes for RSS reta update and query. > > It also updates the release notes. > > v2: > * Squashed patches 3 and

[dpdk-dev] [PATCH v5 0/8] bnxt patchset

2019-05-29 Thread Lance Richardson
This patchset adds the following: 1) Support for vector mode TX and RX. 2) HWRM API update (split into multiple patches). 3) Fixes for RSS reta update and query. It also updates the release notes. v2: * Squashed patches 3 and 4 from v1 patchset. * Added Meson build support for vector mode P