Message ID | 20230619100858.116286-1-florian.kauer@linutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | igc: Fix corner cases for TSN offload | expand |
Florian Kauer <florian.kauer@linutronix.de> writes: > The igc driver supports several different offloading capabilities > relevant in the TSN context. Recent patches in this area introduced > regressions for certain corner cases that are fixed in this series. > > Each of the patches (except the first one) addresses a different > regression that can be separately reproduced. Still, they have > overlapping code changes so they should not be separately applied. > > Especially #4 and #6 address the same observation, > but both need to be applied to avoid TX hang occurrences in > the scenario described in the patches. > > Signed-off-by: Florian Kauer <florian.kauer@linutronix.de> > Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de> > > --- For the series: Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Cheers,
> -----Original Message----- > From: Florian Kauer <florian.kauer@linutronix.de> > Sent: Monday, 19 June, 2023 6:09 PM > To: Brandeburg, Jesse <jesse.brandeburg@intel.com>; Nguyen, Anthony L > <anthony.l.nguyen@intel.com>; Gomes, Vinicius > <vinicius.gomes@intel.com>; David S . Miller <davem@davemloft.net>; Eric > Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; > Paolo Abeni <pabeni@redhat.com>; Tan Tee Min > <tee.min.tan@linux.intel.com>; Zulkifli, Muhammad Husaini > <muhammad.husaini.zulkifli@intel.com>; Gunasekaran, Aravindhan > <aravindhan.gunasekaran@intel.com>; Chilakala, Mallikarjuna > <mallikarjuna.chilakala@intel.com> > Cc: intel-wired-lan@lists.osuosl.org; netdev@vger.kernel.org; linux- > kernel@vger.kernel.org; kurt@linutronix.de; florian.kauer@linutronix.de > Subject: [PATCH net v2 0/6] igc: Fix corner cases for TSN offload > > The igc driver supports several different offloading capabilities relevant in the > TSN context. Recent patches in this area introduced regressions for certain > corner cases that are fixed in this series. > > Each of the patches (except the first one) addresses a different regression > that can be separately reproduced. Still, they have overlapping code changes > so they should not be separately applied. > > Especially #4 and #6 address the same observation, but both need to be > applied to avoid TX hang occurrences in the scenario described in the > patches. > > Signed-off-by: Florian Kauer <florian.kauer@linutronix.de> > Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de> > > --- > > v2: - Rebased onto net. #1-#2 needed adaptations, others unmodified. > - Extend #3 commit message that it only regards i225. > > --- > > 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 Thanks! Reviewed-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com> > > drivers/net/ethernet/intel/igc/igc.h | 2 +- > drivers/net/ethernet/intel/igc/igc_main.c | 10 ++++----- > drivers/net/ethernet/intel/igc/igc_tsn.c | 26 ++++++++++++++++++++--- > 3 files changed, 29 insertions(+), 9 deletions(-) > > -- > 2.39.2