mbox series

[0/4] net/bnxt: rxq stop/start fixes

Message ID 20191104202747.12897-1-lance.richardson@broadcom.com (mailing list archive)
Headers
Series net/bnxt: rxq stop/start fixes |

Message

Lance Richardson Nov. 4, 2019, 8:27 p.m. UTC
  This patch set fixes several problems involving stopping/starting
receive queues in the bnxt PMD.

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

 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(-)
  

Comments

Lance Richardson Nov. 4, 2019, 8:30 p.m. UTC | #1
This patch set depends on the "bnxt patchset with bug fixes" series:
    http://patchwork.dpdk.org/project/dpdk/list/?series=7216

It is based on current dpdk-next-net-brcm.

   Lance


On Mon, Nov 4, 2019 at 3:27 PM Lance Richardson
<lance.richardson@broadcom.com> wrote:
>
>
> This patch set fixes several problems involving stopping/starting
> receive queues in the bnxt PMD.
>
> 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
>
>  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.17.1
>