Re: [PATCH net-next 0/6] igc: Fix corner cases for TSN offload

From: Florian Kauer
Date: Fri Jun 16 2023 - 12:10:44 EST


On 16.06.23 17:53, Zulkifli, Muhammad Husaini wrote:
>> Florian Kauer (6):
>> igc: Rename qbv_enable to taprio_offload_enable
>> igc: Do not enable taprio offload for invalid arguments
>> igc: Handle already enabled taprio offload for basetime 0
>> igc: No strict mode in pure launchtime/CBS offload
>> igc: Fix launchtime before start of cycle
>> igc: Fix inserting of empty frame for launchtime
>
> All six patches, as far as I can see here, have the Fixes tag. Should they go to Net instead of Net-Next?

You are correct, these are all fixes and could go to net.
However, in its current form they will not fully apply to net
(e.g. due to the commit 2d800bc500fb ("net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum")
that has overlapping code changes) and are also not tested with net.
If you prefer to have them in net already I could send a second series.
For me personally all options (net, net-next or iwl-next) would be fine.

Thanks,
Florian