DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes
@ 2025-12-29 21:35 Ivan Malov
  2025-12-29 21:35 ` [PATCH 1/9] doc: remove support for AMD Solarflare SFN7xxx family boards Ivan Malov
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Ivan Malov @ 2025-12-29 21:35 UTC (permalink / raw)
  To: dev
  Cc: Andrew Rybchenko, Andy Moreton, Pieter Jansen Van Vuuren,
	Viacheslav Galaktionov

The series provides various fixes, primarily for Medford4 support.
It also fixes a legacy flow control bug; due to hardware constraints
in the fix, SFN7xxx NICs are now marked as deprecated.

Andy Moreton (1):
  common/sfc_efx/base: count Rx TRUNC ERR as CRC errors on X4

Ivan Malov (8):
  doc: remove support for AMD Solarflare SFN7xxx family boards
  common/sfc_efx/base: fix flow control setting on legacy MCDI
  common/sfc_efx/base: fix indication of requestable FEC flags
  common/sfc_efx/base: define mask for pause mode capabilities
  net/sfc: avoid speed reset when setting FEC in started state
  net/sfc: rework the capability check that is done on FEC set
  net/sfc: drop AUTO from FEC capabilities and fix the comment
  net/sfc: fix reporting status of autonegotiation to the user

 doc/guides/nics/sfc_efx.rst            |  14 ---
 doc/guides/rel_notes/release_26_03.rst |   4 +
 drivers/common/sfc_efx/base/ef10_ev.c  |  41 +++++--
 drivers/common/sfc_efx/base/ef10_mac.c |  35 ++++--
 drivers/common/sfc_efx/base/ef10_nic.c |  57 +++++-----
 drivers/common/sfc_efx/base/efx.h      |   1 +
 drivers/common/sfc_efx/base/efx_np.c   |   2 +-
 drivers/net/sfc/sfc.h                  |   2 +-
 drivers/net/sfc/sfc_ethdev.c           | 141 +++++++++++++++----------
 drivers/net/sfc/sfc_ev.c               |   7 +-
 drivers/net/sfc/sfc_port.c             |   8 +-
 drivers/net/sfc/sfc_repr.c             |   2 +-
 12 files changed, 193 insertions(+), 121 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2025-12-31 19:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-29 21:35 [PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes Ivan Malov
2025-12-29 21:35 ` [PATCH 1/9] doc: remove support for AMD Solarflare SFN7xxx family boards Ivan Malov
2025-12-29 21:35 ` [PATCH 2/9] common/sfc_efx/base: fix flow control setting on legacy MCDI Ivan Malov
2025-12-29 21:35 ` [PATCH 3/9] common/sfc_efx/base: fix indication of requestable FEC flags Ivan Malov
2025-12-29 21:35 ` [PATCH 4/9] common/sfc_efx/base: define mask for pause mode capabilities Ivan Malov
2025-12-29 21:35 ` [PATCH 5/9] common/sfc_efx/base: count Rx TRUNC ERR as CRC errors on X4 Ivan Malov
2025-12-29 21:35 ` [PATCH 6/9] net/sfc: avoid speed reset when setting FEC in started state Ivan Malov
2025-12-29 21:35 ` [PATCH 7/9] net/sfc: rework the capability check that is done on FEC set Ivan Malov
2025-12-29 21:35 ` [PATCH 8/9] net/sfc: drop AUTO from FEC capabilities and fix the comment Ivan Malov
2025-12-29 21:35 ` [PATCH 9/9] net/sfc: fix reporting status of autonegotiation to the user Ivan Malov
2025-12-31 19:13 ` [PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes Stephen Hemminger

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).