On Mon, Nov 4, 2019 at 3:02 PM Ajit Khaparde <ajit.khapa...@broadcom.com> wrote:
> This patch set fixes several problems involving stopping/starting > receive queues in the bnxt PMD. > > -- > v1->v2: Updated commit logs for consistency. > > Lance Richardson (4): > net/bnxt: fix RSS table update for start/stop rxq > net/bnxt: keep consistent rxq start/stop state > net/bnxt: release hwrm lock before returning > net/bnxt: fix rxq start/stop for Thor based NICs > Patchset applied to dpdk-next-net-brcm. > > drivers/net/bnxt/bnxt_hwrm.c | 31 +++++++++++++++++---- > drivers/net/bnxt/bnxt_rxq.c | 52 +++++++++++++++++++++++++++++------- > drivers/net/bnxt/bnxt_vnic.c | 1 + > 3 files changed, 69 insertions(+), 15 deletions(-) > > -- > 2.21.0 (Apple Git-122) > >