[Intel-wired-lan] [tnguy-net-queue:200GbE] BUILD SUCCESS feaee98c6c505494e2188e5c644b881f5c81ee59

2025-03-21 Thread kernel test robot
-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

[Intel-wired-lan] [PATCH iwl-next v4 2/2] igc: Change Tx mode for MQPRIO offloading

2025-03-21 Thread Kurt Kanzenbach
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

[Intel-wired-lan] [PATCH iwl-next v4 1/2] igc: Limit netdev_tc calls to MQPRIO

2025-03-21 Thread Kurt Kanzenbach
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 +

Re: [Intel-wired-lan] [PATCH iwl-next] ice: add a separate Rx handler for flow director commands

2025-03-21 Thread Keller, Jacob E
> -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

[Intel-wired-lan] [PATCH iwl-next] ice: add a separate Rx handler for flow director commands

2025-03-21 Thread Michal Kubiak
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