netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 00/13] bnxt_en: Updates.
@ 2019-11-24  3:30 Michael Chan
  2019-11-24  3:30 ` [PATCH net-next v2 01/13] bnxt_en: Add chip IDs for 57452 and 57454 chips Michael Chan
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Michael Chan @ 2019-11-24  3:30 UTC (permalink / raw)
  To: davem, jakub.kicinski; +Cc: netdev

v2: Dropped the devlink info patches to address some feedback and resubmit for
the 5.6 kernel.

This patchset contains these main features:

1. Add the proper logic to support suspend/resume on the new 57500 chips.  
2. Allow Phy configurations from user on a Multihost function if supported
by fw.
3. devlink NVRAM flashing support.
4. Add a couple of chip IDs, PHY loopback enhancement, and provide more RSS
contexts to VFs.

Michael Chan (8):
  bnxt_en: Add chip IDs for 57452 and 57454 chips.
  bnxt_en: Disable/enable Bus master during suspend/resume.
  bnxt_en: Initialize context memory to the value specified by firmware.
  bnxt_en: Assign more RSS context resources to the VFs.
  bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.
  bnxt_en: Refactor the initialization of the ethtool link settings.
  bnxt_en: Add async. event logic for PHY configuration changes.
  bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed
    by FW.

Vasundhara Volam (5):
  bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.
  bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw
    command.
  bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()
  bnxt_en: Fix suspend/resume path on 57500 chips
  bnxt_en: Add support for flashing the device via devlink

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 212 ++++++++++++++--------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |  21 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c |  20 ++
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  15 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.h |   2 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c   |   8 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c     |   4 +-
 7 files changed, 190 insertions(+), 92 deletions(-)

-- 
2.5.1


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

end of thread, other threads:[~2019-11-26  3:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-24  3:30 [PATCH net-next v2 00/13] bnxt_en: Updates Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 01/13] bnxt_en: Add chip IDs for 57452 and 57454 chips Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 02/13] bnxt_en: Disable/enable Bus master during suspend/resume Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 03/13] bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 04/13] bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 05/13] bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume() Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 06/13] bnxt_en: Fix suspend/resume path on 57500 chips Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 07/13] bnxt_en: Initialize context memory to the value specified by firmware Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 08/13] bnxt_en: Assign more RSS context resources to the VFs Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 09/13] bnxt_en: Skip disabling autoneg before PHY loopback when appropriate Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 10/13] bnxt_en: Refactor the initialization of the ethtool link settings Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 11/13] bnxt_en: Add async. event logic for PHY configuration changes Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 12/13] bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW Michael Chan
2019-11-24  3:30 ` [PATCH net-next v2 13/13] bnxt_en: Add support for flashing the device via devlink Michael Chan
2019-11-25 10:19   ` Jiri Pirko
2019-11-26  3:52     ` Vasundhara Volam
2019-11-24 22:55 ` [PATCH net-next v2 00/13] bnxt_en: Updates Jakub Kicinski

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