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:    856 MB/s    14519 calls/s  14519 msg/s
# tcp rx:    856 MB/s    47145 calls/s
# tcp tx:    833 MB/s    14140 calls/s  14140 msg/s
# tcp rx:    834 MB/s    43212 calls/s
# tcp tx:    658 MB/s    11174 calls/s  11174 msg/s
# tcp rx:    660 MB/s    34550 calls/s
# tcp tx:    943 MB/s    16002 calls/s  16002 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:    513 MB/s   372186 calls/s
# udp tx:    784 MB/s    13309 calls/s  13309 msg/s
# udp rx:    523 MB/s   379524 calls/s
# udp tx:    828 MB/s    14045 calls/s  14045 msg/s
# udp rx:    577 MB/s   419072 calls/s
# udp tx:    764 MB/s    12967 calls/s  12967 msg/s
# udp rx:    582 MB/s   422400 calls/s
# udp tx:    760 MB/s    12894 calls/s  12894 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:    599 MB/s   437223 calls/s
# udp tx:    618 MB/s    10495 calls/s  10495 msg/s
# udp rx:    627 MB/s   457780 calls/s
# udp tx:    630 MB/s    10689 calls/s  10689 msg/s
# udp rx:   1063 MB/s   775772 calls/s
# udp tx:   1085 MB/s    18415 calls/s  18415 msg/s
# udp rx:   1123 MB/s   819479 calls/s
# udp tx:   1122 MB/s    19041 calls/s  19041 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__->