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:    936 MB/s    15878 calls/s  15878 msg/s
# tcp rx:    937 MB/s    48008 calls/s
# tcp tx:    612 MB/s    10390 calls/s  10390 msg/s
# tcp rx:    613 MB/s    35320 calls/s
# tcp tx:    623 MB/s    10567 calls/s  10567 msg/s
# tcp rx:    623 MB/s    36200 calls/s
# tcp tx:    625 MB/s    10616 calls/s  10616 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:    499 MB/s   362240 calls/s
# udp tx:    813 MB/s    13803 calls/s  13803 msg/s
# udp rx:    519 MB/s   377921 calls/s
# udp tx:    873 MB/s    14814 calls/s  14814 msg/s
# udp rx:    555 MB/s   402769 calls/s
# udp tx:    768 MB/s    13032 calls/s  13032 msg/s
# udp rx:    550 MB/s   399016 calls/s
# udp tx:    791 MB/s    13428 calls/s  13428 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:    595 MB/s   434257 calls/s
# udp tx:    608 MB/s    10314 calls/s  10314 msg/s
# udp rx:    660 MB/s   481367 calls/s
# udp tx:    661 MB/s    11226 calls/s  11226 msg/s
# udp rx:    667 MB/s   486588 calls/s
# udp tx:    668 MB/s    11338 calls/s  11338 msg/s
# udp rx:    668 MB/s   487330 calls/s
# udp tx:    669 MB/s    11354 calls/s  11354 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__->