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:    952 MB/s    16151 calls/s  16151 msg/s
# tcp rx:    953 MB/s    49537 calls/s
# tcp tx:    950 MB/s    16129 calls/s  16129 msg/s
# tcp rx:    951 MB/s    49579 calls/s
# tcp tx:    928 MB/s    15755 calls/s  15755 msg/s
# tcp rx:    929 MB/s    48844 calls/s
# tcp tx:    904 MB/s    15338 calls/s  15338 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:    642 MB/s   465920 calls/s
# udp tx:   1275 MB/s    21629 calls/s  21629 msg/s
# udp rx:    663 MB/s   480504 calls/s
# udp tx:   1255 MB/s    21298 calls/s  21298 msg/s
# udp rx:    665 MB/s   482093 calls/s
# udp tx:   1270 MB/s    21541 calls/s  21541 msg/s
# udp rx:    666 MB/s   482943 calls/s
# udp tx:   1269 MB/s    21535 calls/s  21535 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:   1112 MB/s   811235 calls/s
# udp tx:   1141 MB/s    19369 calls/s  19369 msg/s
# udp rx:   1175 MB/s   857495 calls/s
# udp tx:   1177 MB/s    19964 calls/s  19964 msg/s
# udp rx:   1178 MB/s   859603 calls/s
# udp tx:   1178 MB/s    19993 calls/s  19993 msg/s
# udp rx:   1177 MB/s   859026 calls/s
# udp tx:   1178 MB/s    19984 calls/s  19984 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__->