[dpdk-dev] [PATCH v2 00/10] bnxt patchset with fixes

2020-04-21 Thread Ajit Khaparde
Patches with bug fixes. v1->v2: - Fix compilation on BSD. - Fix commit logs for some of the patches. Ajit Khaparde (1): net/bnxt: fix compilation on BSD Kalesh AP (9): net/bnxt: use macro for PCI log format net/bnxt: return speed capabilities in device get info net/bnxt: fix HWRM comma

[dpdk-dev] [PATCH V2 00/10] bnxt patchset with bug fixes

2020-01-12 Thread Kalesh A P
From: Kalesh AP Please apply. V1->V2: fixed the correct the commit ids in Fixes tag. Kalesh AP (8): net/bnxt: handle flow create failure net/bnxt: fix probe failure in FreeBSD net/bnxt: fix to use correct IOVA mapping net/bnxt: fix enable/disable VLAN filtering net/bnxt: fix enable/di

Re: [dpdk-dev] [PATCH v2 00/10] bnxt patchset

2019-05-28 Thread Lance Richardson
On Tue, May 28, 2019 at 5:19 AM Ferruh Yigit wrote: ... > There are warnings from > "./devtools/checkpatches.sh" & "./devtools/check-git-log.sh" > Can you please address them in next version? > > It is acceptable to have some level of "checkpatches.sh" in the base code > update > (HWRM update cod

Re: [dpdk-dev] [PATCH v2 00/10] bnxt patchset

2019-05-28 Thread Ferruh Yigit
On 5/24/2019 3:49 PM, Lance Richardson wrote: > This patchset bsae on top of the previous submission 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

[dpdk-dev] [PATCH v2 00/10] bnxt patchset

2019-05-24 Thread Lance Richardson
This patchset bsae on top of the previous submission 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. * Adde