public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] netdevsim: support ETS offload
@ 2026-03-13 17:23 Davide Caratti
  2026-03-13 17:23 ` [PATCH net-next v2 1/3] netdevsim: move TC offload code to a dedicated file Davide Caratti
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Davide Caratti @ 2026-03-13 17:23 UTC (permalink / raw)
  To: Jakub Kicinski, Andrew Lunn, David S. Miller, Eric Dumazet,
	Paolo Abeni, Jamal Hadi Salim, 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)

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] 10+ messages in thread

end of thread, other threads:[~2026-03-14 16:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 17:23 [PATCH net-next v2 0/3] netdevsim: support ETS offload Davide Caratti
2026-03-13 17:23 ` [PATCH net-next v2 1/3] netdevsim: move TC offload code to a dedicated file Davide Caratti
2026-03-14 16:02   ` Jakub Kicinski
2026-03-13 17:23 ` [PATCH net-next v2 2/3] netdevsim: support tc-ets offload Davide Caratti
2026-03-13 17:23 ` [PATCH net-next v2 3/3] tc-testing: add a test case for ETS offload Davide Caratti
2026-03-14 15:26   ` Victor Nogueira
2026-03-13 19:42 ` [PATCH net-next v2 0/3] netdevsim: support " Jamal Hadi Salim
2026-03-13 22:11 ` Jakub Kicinski
2026-03-13 22:47   ` Victor Nogueira
2026-03-14 15:23     ` Victor Nogueira

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