All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] ionic: driver updates 27-July-2021
@ 2021-07-27 17:43 Shannon Nelson
  2021-07-27 17:43 ` [PATCH net-next 01/10] ionic: minimize resources when under kdump Shannon Nelson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Shannon Nelson @ 2021-07-27 17:43 UTC (permalink / raw)
  To: davem, netdev, kuba; +Cc: drivers, Shannon Nelson

This is a collection of small driver updates for adding a couple of
small features and for a bit of code cleaning.

Shannon Nelson (10):
  ionic: minimize resources when under kdump
  ionic: monitor fw status generation
  ionic: print firmware version on identify
  ionic: init reconfig err to 0
  ionic: use fewer inits on the buf_info struct
  ionic: increment num-vfs before configure
  ionic: remove unneeded comp union fields
  ionic: block some ethtool operations when fw in reset
  ionic: enable rxhash only with multiple queues
  ionic: add function tag to debug string

 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  2 +-
 .../net/ethernet/pensando/ionic/ionic_dev.c   | 28 +++++++++++++-
 .../net/ethernet/pensando/ionic/ionic_dev.h   |  3 +-
 .../ethernet/pensando/ionic/ionic_ethtool.c   | 21 ++++++++++
 .../net/ethernet/pensando/ionic/ionic_if.h    |  5 ++-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 38 ++++++++++++++++---
 .../net/ethernet/pensando/ionic/ionic_main.c  |  2 +
 .../net/ethernet/pensando/ionic/ionic_phc.c   |  4 +-
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 27 ++++++-------
 9 files changed, 100 insertions(+), 30 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-07-27 20:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 17:43 [PATCH net-next 00/10] ionic: driver updates 27-July-2021 Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 01/10] ionic: minimize resources when under kdump Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 02/10] ionic: monitor fw status generation Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 03/10] ionic: print firmware version on identify Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 04/10] ionic: init reconfig err to 0 Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 05/10] ionic: use fewer inits on the buf_info struct Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 06/10] ionic: increment num-vfs before configure Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 07/10] ionic: remove unneeded comp union fields Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 08/10] ionic: block some ethtool operations when fw in reset Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 09/10] ionic: enable rxhash only with multiple queues Shannon Nelson
2021-07-27 17:43 ` [PATCH net-next 10/10] ionic: add function tag to debug string Shannon Nelson
2021-07-27 20:00 ` [PATCH net-next 00/10] ionic: driver updates 27-July-2021 patchwork-bot+netdevbpf

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.