Skip to content

Commit 6234219

Browse files
committed
Merge branch 'GRO-Toeplitz-selftests'
Coco Li says: ==================== GRO and Toeplitz hash selftests 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 hash implementation ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
2 parents ab996c4 + 5ebfb4c commit 6234219

File tree

7 files changed

+2119
-0
lines changed

7 files changed

+2119
-0
lines changed

tools/testing/selftests/net/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ TEST_GEN_FILES += reuseaddr_ports_exhausted
3838
TEST_GEN_FILES += hwtstamp_config rxtimestamp timestamping txtimestamp
3939
TEST_GEN_FILES += ipsec
4040
TEST_GEN_FILES += ioam6_parser
41+
TEST_GEN_FILES += gro
4142
TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
4243
TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict tls
44+
TEST_GEN_FILES += toeplitz
4345

4446
TEST_FILES := settings
4547

0 commit comments

Comments
 (0)