All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] ionic: more driver fixes
@ 2023-12-04 21:09 Shannon Nelson
  2023-12-04 21:09 ` [PATCH net-next 1/5] ionic: Use cached VF attributes Shannon Nelson
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Shannon Nelson @ 2023-12-04 21:09 UTC (permalink / raw)
  To: netdev, davem, kuba, edumazet, pabeni
  Cc: f.fainelli, brett.creeley, drivers, Shannon Nelson

These are a few code cleanup items that appeared first in a
separate net patchset,
    https://lore.kernel.org/netdev/20231201000519.13363-1-shannon.nelson@amd.com/
but are now aimed for net-next.

Brett Creeley (4):
  ionic: Use cached VF attributes
  ionic: Don't check null when calling vfree()
  ionic: Make the check for Tx HW timestamping more obvious
  ionic: Re-arrange ionic_intr_info struct for cache perf

Shannon Nelson (1):
  ionic: set ionic ptr before setting up ethtool ops

 drivers/net/ethernet/pensando/ionic/ionic.h   |   2 -
 .../net/ethernet/pensando/ionic/ionic_dev.c   |  40 -------
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   7 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 107 +++---------------
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   5 +
 .../net/ethernet/pensando/ionic/ionic_main.c  |  22 ----
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  10 +-
 7 files changed, 28 insertions(+), 165 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-12-06  6:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 21:09 [PATCH net-next 0/5] ionic: more driver fixes Shannon Nelson
2023-12-04 21:09 ` [PATCH net-next 1/5] ionic: Use cached VF attributes Shannon Nelson
2023-12-04 21:09 ` [PATCH net-next 2/5] ionic: set ionic ptr before setting up ethtool ops Shannon Nelson
2023-12-04 21:09 ` [PATCH net-next 3/5] ionic: Don't check null when calling vfree() Shannon Nelson
2023-12-04 21:09 ` [PATCH net-next 4/5] ionic: Make the check for Tx HW timestamping more obvious Shannon Nelson
2023-12-04 21:09 ` [PATCH net-next 5/5] ionic: Re-arrange ionic_intr_info struct for cache perf Shannon Nelson
2023-12-05  4:32 ` [PATCH net-next 0/5] ionic: more driver fixes Rahul Rameshbabu
2023-12-06  6:00 ` 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.