mbox series

[net-next,0/4] ionic: rx buffers and on-chip descriptors

Message ID 20230203210016.36606-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series ionic: rx buffers and on-chip descriptors | expand

Message

Nelson, Shannon Feb. 3, 2023, 9 p.m. UTC
We start with a couple of house-keeping patches that were
originally presented for 'net', then we add support for on-chip
descriptor rings and Rx buffer page cacheing.

Neel Patel (1):
  ionic: page cache for rx buffers

Shannon Nelson (3):
  ionic: remove unnecessary indirection
  ionic: remove unnecessary void casts
  ionic: add support for device Component Memory Buffers

 .../ethernet/pensando/ionic/ionic_bus_pci.c   |   7 +-
 .../net/ethernet/pensando/ionic/ionic_dev.c   |  71 ++++
 .../net/ethernet/pensando/ionic/ionic_dev.h   |  29 +-
 .../ethernet/pensando/ionic/ionic_ethtool.c   | 128 ++++++-
 .../ethernet/pensando/ionic/ionic_ethtool.h   |   1 +
 .../net/ethernet/pensando/ionic/ionic_if.h    |   3 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 164 ++++++++-
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  40 ++-
 .../net/ethernet/pensando/ionic/ionic_main.c  |   4 +-
 .../net/ethernet/pensando/ionic/ionic_phc.c   |   2 +-
 .../ethernet/pensando/ionic/ionic_rx_filter.c |   4 +-
 .../net/ethernet/pensando/ionic/ionic_stats.c |   8 +
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 318 ++++++++++++------
 13 files changed, 644 insertions(+), 135 deletions(-)