Netdev List
 help / color / mirror / Atom feed
* [PATCH net v2 0/5] ionic: Various bugfixes
@ 2026-05-06  3:57 Eric Joyner
  2026-05-06  3:57 ` [PATCH net v2 1/5] ionic: Allow the first devcmd to trigger deferred probe Eric Joyner
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Eric Joyner @ 2026-05-06  3:57 UTC (permalink / raw)
  To: netdev
  Cc: Brett Creeley, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Eric Joyner

Brett's patches mostly fix issues around communication and configuration
between the firmware and the driver. The one that fixes the check in
ionic_get_link_ext_stats actually makes sure the stat is reported
correctly and is a precursor change to have that link_down_count be
derived from the FW and not the driver. These are all fixes to issues
that we've observed internally.

Prabu's patch is critical for enabling PTP/HW timestamping to work
correctly when the completion queue entries are double-sized; the offset
into the descriptor to read the HW timestamp is incorrect when in that
mode.

---
v2: Drop Admin Queue fix patches from v1 pending further
examination, and add more context to the cover letter

Brett Creeley (4):
  ionic: Allow the first devcmd to trigger deferred probe
  ionic: Handle failures from ionic_reset() when relevant
  ionic: Fix unexpected dev_cmd failures
  ionic: Fix check in ionic_get_link_ext_stats

Prabu Thayalan (1):
  ionic: fix completion descriptor access with 2x desc size

 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  8 ++++--
 .../ethernet/pensando/ionic/ionic_ethtool.c   |  6 +++--
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  4 ++-
 .../net/ethernet/pensando/ionic/ionic_main.c  | 12 +++++++--
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 27 ++++++++++---------
 5 files changed, 37 insertions(+), 20 deletions(-)


base-commit: e728258debd553c95d2e70f9cd97c9fde27c7130
-- 
2.17.1


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

end of thread, other threads:[~2026-05-07 15:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  3:57 [PATCH net v2 0/5] ionic: Various bugfixes Eric Joyner
2026-05-06  3:57 ` [PATCH net v2 1/5] ionic: Allow the first devcmd to trigger deferred probe Eric Joyner
2026-05-07 15:57   ` Jakub Kicinski
2026-05-07 15:59   ` Jakub Kicinski
2026-05-06  3:57 ` [PATCH net v2 2/5] ionic: Handle failures from ionic_reset() when relevant Eric Joyner
2026-05-06  3:57 ` [PATCH net v2 3/5] ionic: Fix unexpected dev_cmd failures Eric Joyner
2026-05-07 15:59   ` Jakub Kicinski
2026-05-06  3:57 ` [PATCH net v2 4/5] ionic: Fix check in ionic_get_link_ext_stats Eric Joyner
2026-05-06  3:57 ` [PATCH net v2 5/5] ionic: fix completion descriptor access with 2x desc size Eric Joyner
2026-05-07 15:59   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox