From: Sabrina Dubroca <sd@queasysnail.net>
To: netdev@vger.kernel.org
Cc: Sabrina Dubroca <sd@queasysnail.net>,
kuba@kernel.org, simon.horman@corigine.com,
Shuah Khan <shuah@kernel.org>,
linux-kselftest@vger.kernel.org
Subject: [PATCH net-next v3 0/2] add MACsec offload selftests
Date: Thu, 13 Jul 2023 15:20:22 +0200 [thread overview]
Message-ID: <cover.1689173906.git.sd@queasysnail.net> (raw)
Patch 1 adds MACsec offload to netdevsim (unchanged from v2).
Patch 2 adds a corresponding selftest to the rtnetlink testsuite.
Sabrina Dubroca (2):
netdevsim: add dummy macsec offload
selftests: rtnetlink: add MACsec offload tests
drivers/net/netdevsim/Makefile | 4 +
drivers/net/netdevsim/macsec.c | 356 +++++++++++++++++++++++
drivers/net/netdevsim/netdev.c | 3 +
drivers/net/netdevsim/netdevsim.h | 34 +++
tools/testing/selftests/net/rtnetlink.sh | 83 ++++++
5 files changed, 480 insertions(+)
create mode 100644 drivers/net/netdevsim/macsec.c
--
2.40.1
next reply other threads:[~2023-07-13 13:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 13:20 Sabrina Dubroca [this message]
2023-07-13 13:20 ` [PATCH net-next v3 1/2] netdevsim: add dummy macsec offload Sabrina Dubroca
2023-07-13 13:20 ` [PATCH net-next v3 2/2] selftests: rtnetlink: add MACsec offload tests Sabrina Dubroca
2023-07-14 8:20 ` [PATCH net-next v3 0/2] add MACsec offload selftests patchwork-bot+netdevbpf
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.1689173906.git.sd@queasysnail.net \
--to=sd@queasysnail.net \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=simon.horman@corigine.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.