mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2024-08-07 (igc)

Message ID 20240807231329.3827092-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-08-07 (igc) | expand

Message

Tony Nguyen Aug. 7, 2024, 11:13 p.m. UTC
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(-)

Comments

Jakub Kicinski Aug. 16, 2024, 1:25 a.m. UTC | #1
On Wed,  7 Aug 2024 16:13:24 -0700 Tony Nguyen wrote:
> 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.

FTR appears to have been pulled, thanks!