All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/7] ionic: housekeeping updates
@ 2021-10-01 18:05 Shannon Nelson
  2021-10-01 18:05 ` [PATCH v2 net-next 1/7] ionic: remove debug stats Shannon Nelson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shannon Nelson @ 2021-10-01 18:05 UTC (permalink / raw)
  To: davem, netdev, kuba; +Cc: drivers, jtoppins, Shannon Nelson

These are a few changes for code clean up and a couple
more lock management tweaks.

v2: rebased

Shannon Nelson (7):
  ionic: remove debug stats
  ionic: check for binary values in FW ver string
  ionic: move lif mutex setup and delete
  ionic: widen queue_lock use around lif init and deinit
  ionic: add polling to adminq wait
  ionic: have ionic_qcq_disable decide on sending to hardware
  ionic: add lif param to ionic_qcq_disable

 drivers/net/ethernet/pensando/ionic/ionic.h   |   1 +
 .../ethernet/pensando/ionic/ionic_debugfs.c   |   2 -
 .../net/ethernet/pensando/ionic/ionic_dev.c   |   1 -
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   4 -
 .../ethernet/pensando/ionic/ionic_ethtool.c   |  38 ------
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  74 ++++++-----
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  45 -------
 .../net/ethernet/pensando/ionic/ionic_main.c  |  53 ++++++--
 .../net/ethernet/pensando/ionic/ionic_stats.c | 121 ------------------
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  14 --
 10 files changed, 89 insertions(+), 264 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-10-02 13:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 18:05 [PATCH v2 net-next 0/7] ionic: housekeeping updates Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 1/7] ionic: remove debug stats Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 2/7] ionic: check for binary values in FW ver string Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 3/7] ionic: move lif mutex setup and delete Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 4/7] ionic: widen queue_lock use around lif init and deinit Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 5/7] ionic: add polling to adminq wait Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 6/7] ionic: have ionic_qcq_disable decide on sending to hardware Shannon Nelson
2021-10-01 18:05 ` [PATCH v2 net-next 7/7] ionic: add lif param to ionic_qcq_disable Shannon Nelson
2021-10-02 13:10 ` [PATCH v2 net-next 0/7] ionic: housekeeping updates 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.