All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/7] ionic: small driver fixes
@ 2023-12-01  0:05 Shannon Nelson
  2023-12-01  0:05 ` [PATCH net 1/7] ionic: fix snprintf format length warning Shannon Nelson
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Shannon Nelson @ 2023-12-01  0:05 UTC (permalink / raw)
  To: netdev, davem, kuba, edumazet, pabeni
  Cc: brett.creeley, drivers, Shannon Nelson

This is a collection of small fixes for the ionic driver,
mostly code cleanup items.

Brett Creeley (5):
  ionic: Use cached VF attributes
  ionic: Don't check null when calling vfree()
  ionic: Make the check for Tx HW timestamping more obvious
  ionic: Fix dim work handling in split interrupt mode
  ionic: Re-arrange ionic_intr_info struct for cache perf

Shannon Nelson (2):
  ionic: fix snprintf format length warning
  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   |   9 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 123 ++++--------------
 .../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, 37 insertions(+), 174 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-12-04 18:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01  0:05 [PATCH net 0/7] ionic: small driver fixes Shannon Nelson
2023-12-01  0:05 ` [PATCH net 1/7] ionic: fix snprintf format length warning Shannon Nelson
2023-12-01  0:05 ` [PATCH net 2/7] ionic: Use cached VF attributes Shannon Nelson
2023-12-01  0:05 ` [PATCH net 3/7] ionic: set ionic ptr before setting up ethtool ops Shannon Nelson
2023-12-01  0:05 ` [PATCH net 4/7] ionic: Don't check null when calling vfree() Shannon Nelson
2023-12-01  0:05 ` [PATCH net 5/7] ionic: Make the check for Tx HW timestamping more obvious Shannon Nelson
2023-12-01  0:05 ` [PATCH net 6/7] ionic: Fix dim work handling in split interrupt mode Shannon Nelson
2023-12-01  0:05 ` [PATCH net 7/7] ionic: Re-arrange ionic_intr_info struct for cache perf Shannon Nelson
2023-12-01  4:19 ` [PATCH net 0/7] ionic: small driver fixes Florian Fainelli
2023-12-01 17:20   ` Nelson, Shannon
2023-12-02  1:42 ` Jakub Kicinski
2023-12-04 18:23   ` Nelson, Shannon
2023-12-04 18:35     ` Jakub Kicinski

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.