[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230710163503.2821068-1-anthony.l.nguyen@intel.com>
Date: Mon, 10 Jul 2023 09:34:57 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
florian.kauer@...utronix.de,
kurt@...utronix.de,
vinicius.gomes@...el.com,
muhammad.husaini.zulkifli@...el.com,
tee.min.tan@...ux.intel.com,
aravindhan.gunasekaran@...el.com,
sasha.neftin@...el.com
Subject: [PATCH net 0/6][pull request] igc: Fix corner cases for TSN offload
Florian Kauer says:
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@...utronix.de>
Reviewed-by: Kurt Kanzenbach <kurt@...utronix.de>
Acked-by: Vinicius Costa Gomes <vinicius.gomes@...el.com>
Reviewed-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@...el.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@...el.com>
The following are changes since commit 8139dccd464aaee4a2c351506ff883733c6ca5a3:
udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
and are available in the git repository at:
This series contains updates to
The following are changes since commit 9d0aba98316d00f9c0a4506fc15f5ed9241bc1fd:
gve: unify driver name usage
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE
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
drivers/net/ethernet/intel/igc/igc.h | 2 +-
drivers/net/ethernet/intel/igc/igc_main.c | 24 ++++++++-------------
drivers/net/ethernet/intel/igc/igc_tsn.c | 26 ++++++++++++++++++++---
3 files changed, 33 insertions(+), 19 deletions(-)
--
2.38.1
Powered by blists - more mailing lists