From: Davide Caratti <dcaratti@redhat.com>
To: Jakub Kicinski <kuba@kernel.org>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Jamal Hadi Salim <jhs@mojatatu.com>,
Jiri Pirko <jiri@resnulli.us>
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 0/4] netdevsim: support ETS offload
Date: Tue, 10 Mar 2026 19:06:27 +0100 [thread overview]
Message-ID: <cover.1773165520.git.dcaratti@redhat.com> (raw)
- 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
next reply other threads:[~2026-03-10 18:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 18:06 Davide Caratti [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1773165520.git.dcaratti@redhat.com \
--to=dcaratti@redhat.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.