mbox series

[v2,net-next,0/6] ionic: struct cleanups

Message ID 20200901182024.64101-1-snelson@pensando.io
Headers show
Series ionic: struct cleanups | expand

Message

Shannon Nelson Sept. 1, 2020, 6:20 p.m. UTC
This patchset has a few changes for better cacheline use,
to cleanup a page handling API, and to streamline the
Adminq/Notifyq queue handling.  Lastly, we also have a couple
of fixes pointed out by the friendly kernel test robot.

v2: dropped change to irq coalesce default
    fixed Neel's attributions to Co-developed-by
    dropped the unnecessary new call to dma_sync_single_for_cpu()
    added 2 patches from kernel test robot results

Shannon Nelson (6):
  ionic: clean up page handling code
  ionic: struct reorder for faster access
  ionic: clean up desc_info and cq_info structs
  ionic: clean adminq service routine
  ionic: remove unused variable
  ionic: clarify boolean precedence

 drivers/net/ethernet/pensando/ionic/ionic.h   |  3 -
 .../net/ethernet/pensando/ionic/ionic_dev.c   | 33 +-------
 .../net/ethernet/pensando/ionic/ionic_dev.h   | 24 +++---
 .../ethernet/pensando/ionic/ionic_ethtool.c   |  4 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 44 +++++-----
 .../net/ethernet/pensando/ionic/ionic_lif.h   | 14 ++--
 .../net/ethernet/pensando/ionic/ionic_main.c  | 26 ------
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 81 ++++++++++---------
 8 files changed, 91 insertions(+), 138 deletions(-)

Comments

David Miller Sept. 2, 2020, 10:47 p.m. UTC | #1
From: Shannon Nelson <snelson@pensando.io>
Date: Tue,  1 Sep 2020 11:20:18 -0700

> This patchset has a few changes for better cacheline use,
> to cleanup a page handling API, and to streamline the
> Adminq/Notifyq queue handling.  Lastly, we also have a couple
> of fixes pointed out by the friendly kernel test robot.
> 
> v2: dropped change to irq coalesce default
>     fixed Neel's attributions to Co-developed-by
>     dropped the unnecessary new call to dma_sync_single_for_cpu()
>     added 2 patches from kernel test robot results

Series applied, thank you.