Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/7][pull request] igc: harmonize queue priority and add preemptible queue support
@ 2025-06-11 18:03 Tony Nguyen
  2025-06-11 18:03 ` [PATCH net-next 1/7] igc: move TXDCTL and RXDCTL related macros Tony Nguyen
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Tony Nguyen @ 2025-06-11 18:03 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev
  Cc: Tony Nguyen, faizal.abdul.rahim, faizal.abdul.rahim,
	chwee.lin.choong, vladimir.oltean, horms, vitaly.lifshits,
	dima.ruinskiy

Faizal Rahim says:

MAC Merge support for frame preemption was previously added for igc:
https://lore.kernel.org/netdev/20250418163822.3519810-1-anthony.l.nguyen@intel.com/

This series builds on that work and adds support for:
- Harmonizing taprio and mqprio queue priority behavior, based on past
  discussions and suggestions:
  https://lore.kernel.org/all/20250214102206.25dqgut5tbak2rkz@skbuf/
- Enabling preemptible queue support for both taprio and mqprio, with
  priority harmonization as a prerequisite.

Patch organization:
- Patches 1-3: Preparation work for patches 6 and 7
- Patches 4-5: Queue priority harmonization
- Patches 6-7: Add preemptible queue support
---
IWL: https://lore.kernel.org/intel-wired-lan/20250519071911.2748406-1-faizal.abdul.rahim@intel.com/

The following are changes since commit 0097c4195b1d0ca57d15979626c769c74747b5a0:
  net: airoha: Add PPPoE offload support
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Faizal Rahim (7):
  igc: move TXDCTL and RXDCTL related macros
  igc: add DCTL prefix to related macros
  igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASK
  igc: assign highest TX queue number as highest priority in mqprio
  igc: add private flag to reverse TX queue priority in TSN mode
  igc: add preemptible queue support in taprio
  igc: add preemptible queue support in mqprio

 drivers/net/ethernet/intel/igc/igc.h         |  33 +++++-
 drivers/net/ethernet/intel/igc/igc_base.h    |   8 --
 drivers/net/ethernet/intel/igc/igc_defines.h |   1 +
 drivers/net/ethernet/intel/igc/igc_ethtool.c |  12 +-
 drivers/net/ethernet/intel/igc/igc_main.c    |  57 ++++++---
 drivers/net/ethernet/intel/igc/igc_tsn.c     | 116 ++++++++++++++++---
 drivers/net/ethernet/intel/igc/igc_tsn.h     |   5 +
 7 files changed, 189 insertions(+), 43 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-06-18  6:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 18:03 [PATCH net-next 0/7][pull request] igc: harmonize queue priority and add preemptible queue support Tony Nguyen
2025-06-11 18:03 ` [PATCH net-next 1/7] igc: move TXDCTL and RXDCTL related macros Tony Nguyen
2025-06-11 18:03 ` [PATCH net-next 2/7] igc: add DCTL prefix to " Tony Nguyen
2025-06-11 18:03 ` [PATCH net-next 3/7] igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASK Tony Nguyen
2025-06-11 18:03 ` [PATCH net-next 4/7] igc: assign highest TX queue number as highest priority in mqprio Tony Nguyen
2025-06-11 18:03 ` [PATCH net-next 5/7] igc: add private flag to reverse TX queue priority in TSN mode Tony Nguyen
2025-06-17 10:06   ` Paolo Abeni
2025-06-17 12:17     ` Vladimir Oltean
2025-06-17 12:45       ` Paolo Abeni
2025-06-17 12:48         ` Vladimir Oltean
2025-06-18  6:35       ` Abdul Rahim, Faizal
2025-06-11 18:03 ` [PATCH net-next 6/7] igc: add preemptible queue support in taprio Tony Nguyen
2025-06-11 18:03 ` [PATCH net-next 7/7] igc: add preemptible queue support in mqprio Tony Nguyen
2025-06-13  1:42 ` [PATCH net-next 0/7][pull request] igc: harmonize queue priority and add preemptible queue support Jakub Kicinski
2025-06-17 13:10 ` patchwork-bot+netdevbpf

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