On Tue, Jan 4, 2022 at 12:19 AM Kalesh A P <kalesh-anakkur.pura...@broadcom.com> wrote: > > From: Kalesh AP <kalesh-anakkur.pura...@broadcom.com> > > This series contains bnxt PMD bug fixes. Please apply. Patchset applied to dpdk-next-net-brcm. Thanks
> > Ajit Khaparde (4): > net/bnxt: fix ring teardown > net/bnxt: fix PAM4 mask setting > net/bnxt: fix pointer access > net/bnxt: check VF rep pointer before access > > Kalesh AP (13): > net/bnxt: fix bnxt_dev_set_mc_addr_list_op Fixed commit headline to "fix set multicast address list". > net/bnxt: fix to restore mcast macs during reset recovery > net/bnxt: fix queue stop operation > net/bnxt: restore RSS configuration after reset recovery > net/bnxt: fix restoring VLAN filtering after recovery > net/bnxt: fix to cap max number of unicast MACs > net/bnxt: set fast-path pointers only if recovery succeeds > net/bnxt: improve recovery related log messages > net/bnxt: add null check for mark table > net/bnxt: fix flow create when RSS is disabled > net/bnxt: get max supported multicast filters count > net/bnxt: fix handling of VF configuration changes > net/bnxt: fix incorrect memset in bnxt_dev_xstats_get_op Fixed up typo in commit log during merge. Changed commit title to "fix incorrect memset in get xstats". > > Somnath Kotur (1): > net/bnxt: refactor bnxt_stop_rxtx() for reuse Changed commit headline to "refactor bnxt stop rxtx for reuse".