All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] netdevsim: support ETS offload
@ 2026-03-10 18:06 Davide Caratti
  2026-03-10 18:06 ` [PATCH net-next 1/4] netdevsim: move TC offload code to a dedicated file Davide Caratti
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Davide Caratti @ 2026-03-10 18:06 UTC (permalink / raw)
  To: Jakub Kicinski, Andrew Lunn, David S. Miller, Eric Dumazet,
	Paolo Abeni, Jamal Hadi Salim, Jiri Pirko
  Cc: netdev

 - patch 1 and 2 generalize taprio offload code so that we can re-use it
   to offload most of the existing qdiscs on netdevsim
 - patch 3 enables ETS offload on netdevsim
 - patch 4 is a tdc test for ets offload on netdevsim

Davide Caratti (4):
  netdevsim: move TC offload code to a dedicated file
  netdevsim: generalize taprio offload
  netdevsim: support ETS qdisc offload
  tc-testing: add a test case for ETS offload

 drivers/net/netdevsim/Makefile                |  2 +-
 drivers/net/netdevsim/netdev.c                | 51 --------------
 drivers/net/netdevsim/netdevsim.h             |  3 +
 drivers/net/netdevsim/tc.c                    | 70 +++++++++++++++++++
 .../tc-testing/tc-tests/qdiscs/ets.json       | 23 ++++++
 5 files changed, 97 insertions(+), 52 deletions(-)
 create mode 100644 drivers/net/netdevsim/tc.c

-- 
2.52.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-10 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 18:06 [PATCH net-next 0/4] netdevsim: support ETS offload Davide Caratti
2026-03-10 18:06 ` [PATCH net-next 1/4] netdevsim: move TC offload code to a dedicated file Davide Caratti
2026-03-10 18:06 ` [PATCH net-next 2/4] netdevsim: generalize taprio offload Davide Caratti
2026-03-10 23:38   ` Jakub Kicinski
2026-03-10 18:06 ` [PATCH net-next 3/4] netdevsim: support ETS qdisc offload Davide Caratti
2026-03-10 18:06 ` [PATCH net-next 4/4] tc-testing: add a test case for ETS offload Davide Caratti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.