-20250321gcc-13.3.0
arc randconfig-002-20250321gcc-11.5.0
arm allmodconfiggcc-14.2.0
arm allyesconfiggcc-14.2.0
arm randconfig-001-20250321clang-19
arm randconfig-002
The current MQPRIO offload implementation uses the legacy TSN Tx mode. In
this mode the hardware uses four packet buffers and considers queue
priorities.
In order to harmonize the TAPRIO implementation with MQPRIO, switch to the
regular TSN Tx mode. This mode also uses four packet buffers and cons
Limit netdev_tc calls to MQPRIO. Currently these calls are made in
igc_tsn_enable_offload() and igc_tsn_disable_offload() which are used by
TAPRIO and ETF as well. However, these are only required for MQPRIO.
Signed-off-by: Kurt Kanzenbach
---
drivers/net/ethernet/intel/igc/igc_main.c | 18 +
> -Original Message-
> From: Intel-wired-lan On Behalf Of Michal
> Kubiak
> Sent: Friday, March 21, 2025 8:14 AM
> To: intel-wired-...@lists.osuosl.org
> Cc: Fijalkowski, Maciej ;
> net...@vger.kernel.org;
> Kitszel, Przemyslaw ; Kubiak, Michal
> ; Swiatkowski, Michal
>
> Subject: [In
The "ice" driver implementation uses the control VSI to handle
the flow director configuration for PFs and VFs.
Unfortunately, although a separate VSI type was created to handle flow
director queues, the Rx queue handler was shared between the flow
director and a standard NAPI Rx handler.
Such a