Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2021-10-12 Thread Ajit Khaparde
On Tue, Oct 12, 2021 at 11:16 AM Ajit Khaparde wrote: > > On Tue, Oct 12, 2021 at 11:14 AM Ferruh Yigit wrote: > > > > On 10/7/2021 5:54 PM, Ajit Khaparde wrote: > > > On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde > > > wrote: > > > > > >> Apart from fixing an issue with Rx queue state at startup

Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2021-10-12 Thread Ajit Khaparde
On Tue, Oct 12, 2021 at 11:14 AM Ferruh Yigit wrote: > > On 10/7/2021 5:54 PM, Ajit Khaparde wrote: > > On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde > > wrote: > > > >> Apart from fixing an issue with Rx queue state at startup, > >> this patchset enhances support for RSS action and > >> optimizes

Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2021-10-12 Thread Ferruh Yigit
On 10/12/2021 8:03 PM, Ajit Khaparde wrote: On Tue, Oct 12, 2021 at 11:16 AM Ajit Khaparde wrote: On Tue, Oct 12, 2021 at 11:14 AM Ferruh Yigit wrote: On 10/7/2021 5:54 PM, Ajit Khaparde wrote: On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde wrote: Apart from fixing an issue with Rx queue

Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2021-10-12 Thread Ferruh Yigit
On 10/7/2021 5:54 PM, Ajit Khaparde wrote: On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde wrote: Apart from fixing an issue with Rx queue state at startup, this patchset enhances support for RSS action and optimizes the mbuf requirement at startup by creating the aggregation rings only when need

Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2021-10-07 Thread Ajit Khaparde
On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde wrote: > Apart from fixing an issue with Rx queue state at startup, > this patchset enhances support for RSS action and > optimizes the mbuf requirement at startup by creating the > aggregation rings only when needed (rx_scatter is enabled). > > Please

[dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2021-10-07 Thread Ajit Khaparde
Apart from fixing an issue with Rx queue state at startup, this patchset enhances support for RSS action and optimizes the mbuf requirement at startup by creating the aggregation rings only when needed (rx_scatter is enabled). Please apply! Ajit Khaparde (3): net/bnxt: create aggregration rings

Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2020-09-30 Thread Ajit Khaparde
On Wed, Sep 30, 2020 at 10:16 AM Ajit Khaparde wrote: > > On Tue, Sep 29, 2020 at 1:59 PM Ajit Khaparde > wrote: > > > > Patches for bnxt PMD to add support for RSS level > > selection, update HWRM API. > Patchset applied to dpdk-next-net-brcm. Dropped patch [3/3] during merge. Patchwork updated

Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2020-09-30 Thread Ajit Khaparde
On Tue, Sep 29, 2020 at 1:59 PM Ajit Khaparde wrote: > > Patches for bnxt PMD to add support for RSS level > selection, update HWRM API. Patchset applied to dpdk-next-net-brcm. > > Ajit Khaparde (3): > net/bnxt: add support for RSS hash selection > net/bnxt: update HWRM structures > doc: fi

[dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2020-09-29 Thread Ajit Khaparde
Patches for bnxt PMD to add support for RSS level selection, update HWRM API. Ajit Khaparde (3): net/bnxt: add support for RSS hash selection net/bnxt: update HWRM structures doc: fix vector mode info for bnxt doc/guides/nics/bnxt.rst | 1 - doc/guides/rel_notes/release_2

[dpdk-dev] [PATCH 0/3] patchset for bnxt PMD

2017-10-12 Thread Ajit Khaparde
Patchset against dpdk-next Apart from couple of fixes, this set updates the HWRM version to 1.8.2. The patch to update the HWRM is based on a file which is autogenerated and most of the changes in the actual PMD are macro name changes. This patch will throw a bunch of checkpatch warnings, but they