netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] bnxt_en: Misc. updates for net-next.
@ 2017-05-29 23:06 Michael Chan
  2017-05-29 23:06 ` [PATCH net-next 1/7] bnxt_en: Support for Short Firmware Message Michael Chan
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Michael Chan @ 2017-05-29 23:06 UTC (permalink / raw)
  To: davem; +Cc: netdev

The 1st 2 patches add short firmware message support for new VF devices.
The 3rd patch adds a pci shutdown callback for the RDMA driver for proper
shutdown.  The next 3 patches improve the doorbell operations by
elimiating the double doorbell workaround on newer chips, and by adding
xmit_more support.  The last patch adds a parameter to bnxt_set_dflt_rings().

Deepak Khungar (2):
  bnxt_en: Support for Short Firmware Message
  bnxt_en: Add PCI IDs for BCM57454 VF devices.

Michael Chan (5):
  bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.
  bnxt_en: Add additional chip ID definitions.
  bnxt_en: Optimize doorbell write operations for newer chips.
  bnxt_en: Implement xmit_more.
  bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 114 +++++++++++++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |  42 +++++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |   3 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c     |  19 ++++
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h     |   2 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c     |   2 +-
 6 files changed, 149 insertions(+), 33 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-05-30  3:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29 23:06 [PATCH net-next 0/7] bnxt_en: Misc. updates for net-next Michael Chan
2017-05-29 23:06 ` [PATCH net-next 1/7] bnxt_en: Support for Short Firmware Message Michael Chan
2017-05-29 23:06 ` [PATCH net-next 2/7] bnxt_en: Add PCI IDs for BCM57454 VF devices Michael Chan
2017-05-29 23:06 ` [PATCH net-next 3/7] bnxt_en: Add a callback to inform RDMA driver during PCI shutdown Michael Chan
2017-05-29 23:06 ` [PATCH net-next 4/7] bnxt_en: Add additional chip ID definitions Michael Chan
2017-05-29 23:06 ` [PATCH net-next 5/7] bnxt_en: Optimize doorbell write operations for newer chips Michael Chan
2017-05-29 23:06 ` [PATCH net-next 6/7] bnxt_en: Implement xmit_more Michael Chan
2017-05-30  3:28   ` Mintz, Yuval
2017-05-30  3:49     ` Michael Chan
2017-05-29 23:06 ` [PATCH net-next 7/7] bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings() Michael Chan
2017-05-30  3:24 ` [PATCH net-next 0/7] bnxt_en: Misc. updates for net-next David Miller
2017-05-30  3:45   ` Michael Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).