netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-08-07 (igc)
@ 2024-08-07 23:13 Tony Nguyen
  2024-08-07 23:13 ` [PATCH net 1/4] igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2024-08-07 23:13 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev
  Cc: Tony Nguyen, faizal.abdul.rahim, vinicius.gomes, sasha.neftin,
	richardcochran, horms, rodrigo.cadore

This series contains updates to igc driver only.

Faizal adjusts the size of the MAC internal buffer on i226 devices to
resolve an errata for leaking packet transmits. He also corrects a
condition in which qbv_config_change_errors are incorrectly counted.
Lastly, he adjusts the conditions for resetting the adapter when
changing TSN Tx mode and corrects the conditions in which gtxoffset
register is set.

The following are changes since commit 1ca645a2f74a4290527ae27130c8611391b07dbf:
  net: usb: qmi_wwan: add MeiG Smart SRM825L
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Faizal Rahim (4):
  igc: Fix packet still tx after gate close by reducing i226 MAC retry
    buffer
  igc: Fix qbv_config_change_errors logics
  igc: Fix reset adapter logics when tx mode change
  igc: Fix qbv tx latency by setting gtxoffset

 drivers/net/ethernet/intel/igc/igc_defines.h |  6 ++
 drivers/net/ethernet/intel/igc/igc_main.c    |  8 ++-
 drivers/net/ethernet/intel/igc/igc_tsn.c     | 76 ++++++++++++++++----
 drivers/net/ethernet/intel/igc/igc_tsn.h     |  1 +
 4 files changed, 75 insertions(+), 16 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-08-16  1:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 23:13 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-08-07 (igc) Tony Nguyen
2024-08-07 23:13 ` [PATCH net 1/4] igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer Tony Nguyen
2024-08-07 23:13 ` [PATCH net 2/4] igc: Fix qbv_config_change_errors logics Tony Nguyen
2024-08-07 23:13 ` [PATCH net 3/4] igc: Fix reset adapter logics when tx mode change Tony Nguyen
2024-08-07 23:13 ` [PATCH net 4/4] igc: Fix qbv tx latency by setting gtxoffset Tony Nguyen
2024-08-16  1:25 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-08-07 (igc) Jakub Kicinski

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