All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] bnxt_en: Updates.
@ 2020-03-08 22:45 Michael Chan
  2020-03-08 22:45 ` [PATCH net-next 1/8] bnxt_en: Handle all NQ notifications in bnxt_poll_p5() Michael Chan
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Michael Chan @ 2020-03-08 22:45 UTC (permalink / raw)
  To: davem; +Cc: netdev

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-03-09  4:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-08 22:45 [PATCH net-next 0/8] bnxt_en: Updates Michael Chan
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

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.