Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Coco Li <lixiaoyan@google.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, Coco Li <lixiaoyan@google.com>
Subject: [PATCH net-next 0/2] GRO and Toeplitz hash selftests
Date: Thu, 5 Aug 2021 07:36:39 +0000 [thread overview]
Message-ID: <20210805073641.3533280-1-lixiaoyan@google.com> (raw)
This patch contains two selftests in net, as well as respective
scripts to run the tests on a single machine in loopback mode.
GRO: tests the Linux kernel GRO behavior
Toeplitz: tests the toeplitz has implementation
Coco Li (2):
selftests/net: GRO coalesce test
selftests/net: toeplitz test
tools/testing/selftests/net/Makefile | 2 +
tools/testing/selftests/net/gro.c | 1095 +++++++++++++++++
tools/testing/selftests/net/gro.sh | 128 ++
tools/testing/selftests/net/setup_loopback.sh | 82 ++
tools/testing/selftests/net/toeplitz.c | 585 +++++++++
tools/testing/selftests/net/toeplitz.sh | 199 +++
.../testing/selftests/net/toeplitz_client.sh | 28 +
7 files changed, 2119 insertions(+)
create mode 100644 tools/testing/selftests/net/gro.c
create mode 100755 tools/testing/selftests/net/gro.sh
create mode 100755 tools/testing/selftests/net/setup_loopback.sh
create mode 100644 tools/testing/selftests/net/toeplitz.c
create mode 100755 tools/testing/selftests/net/toeplitz.sh
create mode 100755 tools/testing/selftests/net/toeplitz_client.sh
--
2.32.0.554.ge1b32706d8-goog
next reply other threads:[~2021-08-05 7:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-05 7:36 Coco Li [this message]
2021-08-05 7:36 ` [PATCH net-next 1/2] selftests/net: GRO coalesce test Coco Li
2021-08-05 11:16 ` Paolo Abeni
2021-08-05 20:21 ` Coco Li
[not found] ` <CADjXwjhvb9BVNPjY2f-4yfE51RGL88U3VbiN_gwaMSGbagzQEg@mail.gmail.com>
2021-08-06 7:49 ` Paolo Abeni
2021-08-06 17:44 ` Coco Li
2021-08-05 7:36 ` [PATCH net-next 2/2] selftests/net: toeplitz test Coco Li
2021-08-05 12:30 ` [PATCH net-next 0/2] GRO and Toeplitz hash 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=20210805073641.3533280-1-lixiaoyan@google.com \
--to=lixiaoyan@google.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--subject='Re: [PATCH net-next 0/2] GRO and Toeplitz hash selftests' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).