netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] ionic: on-chip descriptors
@ 2023-02-06 18:16 Shannon Nelson
  2023-02-06 18:16 ` [PATCH v2 net-next 1/3] ionic: remove unnecessary indirection Shannon Nelson
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shannon Nelson @ 2023-02-06 18:16 UTC (permalink / raw)
  To: netdev, davem, kuba; +Cc: drivers, Shannon Nelson

We start with a couple of house-keeping patches that were
originally presented for 'net', then we add support for on-chip
descriptor rings.

v2: dropped the rx buffers patch

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   |  13 ++
 .../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   |  32 +++-
 .../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_txrx.c  |  22 ++-
 12 files changed, 422 insertions(+), 29 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-02-07 18:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-06 18:16 [PATCH v2 net-next 0/3] ionic: on-chip descriptors Shannon Nelson
2023-02-06 18:16 ` [PATCH v2 net-next 1/3] ionic: remove unnecessary indirection Shannon Nelson
2023-02-06 18:16 ` [PATCH v2 net-next 2/3] ionic: remove unnecessary void casts Shannon Nelson
2023-02-06 18:16 ` [PATCH v2 net-next 3/3] ionic: add support for device Component Memory Buffers Shannon Nelson
2023-02-06 21:36   ` Alexander H Duyck
2023-02-07 18:24     ` Shannon Nelson
2023-02-07 18:45       ` Alexander Duyck
2023-02-07 18:58         ` Shannon Nelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).