Re: [dpdk-dev] [PATCH v4 0/6] net/bnxt: add support for Stingray2

2021-01-11 Thread Ajit Khaparde
On Mon, Jan 11, 2021 at 9:44 AM Ajit Khaparde wrote: > > Add support for 58818/Stingray2 chip. > The new chip Stingray 2 belongs to the P5 generation. > Some changes in the PMD are required to support this new chip. > This patchset adds the necessary changes. > Please apply. > > v1->v2: rebased to

[dpdk-dev] [PATCH v4 0/6] net/bnxt: add support for Stingray2

2021-01-11 Thread Ajit Khaparde
Add support for 58818/Stingray2 chip. The new chip Stingray 2 belongs to the P5 generation. Some changes in the PMD are required to support this new chip. This patchset adds the necessary changes. Please apply. v1->v2: rebased to latest dpdk-next-net-brcm tree. v2->v3: rebased to latest code base.