Hi, this small series switches the Tx mode for MQPRIO offload to harmonize the current implementation with TAPRIO and to allow to integrate FPE easier.
Signed-off-by: Kurt Kanzenbach <[email protected]> --- Changes in v4: - Split patches (Simon) - Add tags - Link to v3: https://lore.kernel.org/r/[email protected] Changes in v3: - Commit message (Paul) - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - Add comma to commit message (Faizal) - Simplify if condition (Faizal) - Link to v1: https://lore.kernel.org/r/[email protected] --- Kurt Kanzenbach (2): igc: Limit netdev_tc calls to MQPRIO igc: Change Tx mode for MQPRIO offloading drivers/net/ethernet/intel/igc/igc.h | 4 +--- drivers/net/ethernet/intel/igc/igc_main.c | 18 +++++++++++++- drivers/net/ethernet/intel/igc/igc_tsn.c | 40 ++----------------------------- 3 files changed, 20 insertions(+), 42 deletions(-) --- base-commit: 6f13bec53a48c7120dc6dc358cacea13251a471f change-id: 20250214-igc_mqprio_tx_mode-22c19c564605 Best regards, -- Kurt Kanzenbach <[email protected]>
