All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Chan <michael.chan@broadcom.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 0/8] bnxt_en: Updates.
Date: Sun,  8 Mar 2020 18:45:46 -0400	[thread overview]
Message-ID: <1583707554-1163-1-git-send-email-michael.chan@broadcom.com> (raw)

This series includes simplification and improvement of NAPI polling
logic in bnxt_poll_p5().  The improvements will prevent starving the
async events from firmware if we are in continuous NAPI polling.
The rest of the patches include cleanups, a better return code for
firmware busy, and to clear devlink port type more properly.

Michael Chan (4):
  bnxt_en: Handle all NQ notifications in bnxt_poll_p5().
  bnxt_en: Simplify __bnxt_poll_cqs_done().
  bnxt_en: Process the NQ under NAPI continuous polling.
  bnxt_en: Clear DCB settings after firmware reset.

Vasundhara Volam (4):
  bnxt_en: Remove unnecessary assignment of return code
  bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
  bnxt_en: Return -EAGAIN if fw command returns BUSY
  bnxt_en: Call devlink_port_type_clear() in remove()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 101 +++++++++-------------
 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c     |  19 ++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |   5 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c   |   4 +-
 4 files changed, 49 insertions(+), 80 deletions(-)

-- 
2.5.1


             reply	other threads:[~2020-03-08 22:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 22:45 Michael Chan [this message]
2020-03-08 22:45 ` [PATCH net-next 1/8] bnxt_en: Handle all NQ notifications in bnxt_poll_p5() Michael Chan
2020-03-08 22:45 ` [PATCH net-next 2/8] bnxt_en: Simplify __bnxt_poll_cqs_done() Michael Chan
2020-03-08 22:45 ` [PATCH net-next 3/8] bnxt_en: Process the NQ under NAPI continuous polling Michael Chan
2020-03-08 22:45 ` [PATCH net-next 4/8] bnxt_en: Clear DCB settings after firmware reset Michael Chan
2020-03-08 22:45 ` [PATCH net-next 5/8] bnxt_en: Remove unnecessary assignment of return code Michael Chan
2020-03-08 22:45 ` [PATCH net-next 6/8] bnxt_en: Modify some bnxt_hwrm_*_free() functions to void Michael Chan
2020-03-08 22:45 ` [PATCH net-next 7/8] bnxt_en: Return -EAGAIN if fw command returns BUSY Michael Chan
2020-03-08 22:45 ` [PATCH net-next 8/8] bnxt_en: Call devlink_port_type_clear() in remove() Michael Chan
2020-03-09  4:55 ` [PATCH net-next 0/8] bnxt_en: Updates David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1583707554-1163-1-git-send-email-michael.chan@broadcom.com \
    --to=michael.chan@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.