make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    526 MB/s     8926 calls/s   8926 msg/s
# tcp rx:    526 MB/s    19025 calls/s
# tcp tx:    557 MB/s     9460 calls/s   9460 msg/s
# tcp rx:    557 MB/s    23315 calls/s
# tcp tx:    581 MB/s     9856 calls/s   9856 msg/s
# tcp rx:    581 MB/s    25842 calls/s
# tcp tx:    565 MB/s     9598 calls/s   9598 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    454 MB/s   331516 calls/s
# udp tx:    471 MB/s     8004 calls/s   8004 msg/s
# udp rx:    450 MB/s   328231 calls/s
# udp tx:    478 MB/s     8111 calls/s   8111 msg/s
# udp rx:    450 MB/s   328248 calls/s
# udp tx:    463 MB/s     7858 calls/s   7858 msg/s
# udp rx:    384 MB/s   280381 calls/s
# udp tx:    432 MB/s     7332 calls/s   7332 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    402 MB/s   293588 calls/s
# udp tx:    414 MB/s     7033 calls/s   7033 msg/s
# udp rx:    385 MB/s   281372 calls/s
# udp tx:    390 MB/s     6620 calls/s   6620 msg/s
# udp rx:    453 MB/s   330911 calls/s
# udp tx:    450 MB/s     7644 calls/s   7644 msg/s
# udp rx:    449 MB/s   327632 calls/s
# udp tx:    448 MB/s     7614 calls/s   7614 msg/s
ok 1 selftests: net: udpgro_frglist.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->