mbox series

[net-next,0/7] ionic: housekeeping updates

Message ID 20211001173758.22072-1-snelson@pensando.io (mailing list archive)
Headers show
Series ionic: housekeeping updates | expand

Message

Shannon Nelson Oct. 1, 2021, 5:37 p.m. UTC
These are a few changes for code clean up and a couple
more lock management tweaks.

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 | 130 ------------------
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  14 --
 10 files changed, 89 insertions(+), 273 deletions(-)

Comments

Shannon Nelson Oct. 1, 2021, 5:58 p.m. UTC | #1
On 10/1/21 10:37 AM, Shannon Nelson wrote:
> These are a few changes for code clean up and a couple
> more lock management tweaks.

Hmmm... I see that patchwork is complaining about these not applying to 
the current net-next tree.
My apologies, I'll rebase and repost.

sln



>
> 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 | 130 ------------------
>   .../net/ethernet/pensando/ionic/ionic_txrx.c  |  14 --
>   10 files changed, 89 insertions(+), 273 deletions(-)
>