make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    643 MB/s    10919 calls/s  10919 msg/s
# tcp rx:    644 MB/s    37590 calls/s
# tcp tx:    530 MB/s     8996 calls/s   8996 msg/s
# tcp rx:    531 MB/s    31458 calls/s
# tcp tx:    537 MB/s     9120 calls/s   9120 msg/s
# tcp rx:    537 MB/s    31402 calls/s
# tcp tx:    554 MB/s     9410 calls/s   9410 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:    505 MB/s   366312 calls/s
# udp tx:    853 MB/s    14482 calls/s  14482 msg/s
# udp rx:    539 MB/s   390683 calls/s
# udp tx:    845 MB/s    14344 calls/s  14344 msg/s
# udp rx:    540 MB/s   391096 calls/s
# udp tx:    847 MB/s    14377 calls/s  14377 msg/s
# udp rx:    477 MB/s   345766 calls/s
# udp tx:    879 MB/s    14920 calls/s  14920 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:    713 MB/s   519997 calls/s
# udp tx:    728 MB/s    12357 calls/s  12357 msg/s
# udp rx:    664 MB/s   484851 calls/s
# udp tx:    666 MB/s    11312 calls/s  11312 msg/s
# udp rx:    664 MB/s   484696 calls/s
# udp tx:    666 MB/s    11299 calls/s  11299 msg/s
# udp rx:    663 MB/s   483788 calls/s
# udp tx:    664 MB/s    11278 calls/s  11278 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__->