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

 - patch 1 moves netdevsim tc offloads to a dedicated file
 - patch 2 enables ETS offload on netdevsim
 - patch 3 is a tdc test for ets offload on netdevsim

v2: don't use x-macro (Jakub Kicinski)
v3: move function declaration from the bottom of netdevsim.h (Jakub Kicinski)

Davide Caratti (3):
  netdevsim: move TC offload code to a dedicated file
  netdevsim: support tc-ets 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                    | 79 +++++++++++++++++++
 .../tc-testing/tc-tests/qdiscs/ets.json       | 23 ++++++
 5 files changed, 106 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-18 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 15:06 [PATCH net-next v3 0/3] netdevsim: support ETS offload Davide Caratti
2026-03-17 15:06 ` [PATCH net-next v3 1/3] netdevsim: move TC offload code to a dedicated file Davide Caratti
2026-03-17 15:06 ` [PATCH net-next v3 2/3] netdevsim: support tc-ets offload Davide Caratti
2026-03-17 15:06 ` [PATCH net-next v3 3/3] tc-testing: add a test case for ETS offload Davide Caratti
2026-03-18 15:26   ` Victor Nogueira
2026-03-18 16:33     ` Davide Caratti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox