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:    914 MB/s    15515 calls/s  15515 msg/s
# tcp rx:    927 MB/s    49578 calls/s
# tcp tx:    855 MB/s    14507 calls/s  14507 msg/s
# tcp rx:    859 MB/s    48441 calls/s
# tcp tx:    909 MB/s    15421 calls/s  15421 msg/s
# tcp rx:    909 MB/s    47252 calls/s
# tcp tx:    911 MB/s    15455 calls/s  15455 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:    643 MB/s   466432 calls/s
# udp tx:   1235 MB/s    20947 calls/s  20947 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1259 MB/s    21357 calls/s  21357 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1263 MB/s    21435 calls/s  21435 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1282 MB/s    21752 calls/s  21752 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:   1090 MB/s   795374 calls/s
# udp tx:   1113 MB/s    18885 calls/s  18885 msg/s
# udp rx:   1146 MB/s   836304 calls/s
# udp tx:   1153 MB/s    19560 calls/s  19560 msg/s
# udp rx:   1151 MB/s   840067 calls/s
# udp tx:   1150 MB/s    19520 calls/s  19520 msg/s
# udp rx:   1149 MB/s   837999 calls/s
# udp tx:   1147 MB/s    19470 calls/s  19470 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__->