[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230307221332.3997881-1-anthony.l.nguyen@intel.com>
Date: Tue, 7 Mar 2023 14:13:29 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, sasha.neftin@...el.com,
muhammad.husaini.zulkifli@...el.com
Subject: [PATCH net-next v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-07 (igc)
This series contains updates to igc driver only.
Muhammad adds tracking and reporting of QBV config errors.
Tan Tee adds support for configuring max SDU for each Tx queue.
Sasha removes check for alternate media as only one media type is
supported.
---
v2:
Patch 1:
- Add check so errors are not counted on setting new configuration
Patch 2:
- Add tracking of discard to txdrop
- Rework code to avoid extra return
- Reduce scope of max_sdu var
v1: https://lore.kernel.org/netdev/20230125212702.4030240-1-anthony.l.nguyen@intel.com/
The following are changes since commit 36e5e391a25af28dc1f4586f95d577b38ff4ed72:
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE
Muhammad Husaini Zulkifli (1):
igc: Add qbv_config_change_errors counter
Sasha Neftin (1):
igc: Clean up and optimize watchdog task
Tan Tee Min (1):
igc: offload queue max SDU from tc-taprio
drivers/net/ethernet/intel/igc/igc.h | 4 +-
drivers/net/ethernet/intel/igc/igc_ethtool.c | 1 +
drivers/net/ethernet/intel/igc/igc_hw.h | 1 +
drivers/net/ethernet/intel/igc/igc_main.c | 51 ++++++++++++--------
drivers/net/ethernet/intel/igc/igc_tsn.c | 12 +++++
5 files changed, 46 insertions(+), 23 deletions(-)
--
2.38.1
Powered by blists - more mailing lists