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:    982 MB/s    16658 calls/s  16658 msg/s
# tcp rx:    983 MB/s    51378 calls/s
# tcp tx:   1019 MB/s    17287 calls/s  17287 msg/s
# tcp rx:   1020 MB/s    52331 calls/s
# tcp tx:   1028 MB/s    17452 calls/s  17452 msg/s
# tcp rx:   1030 MB/s    52514 calls/s
# tcp tx:   1037 MB/s    17592 calls/s  17592 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:    598 MB/s   433664 calls/s
# udp tx:   1220 MB/s    20708 calls/s  20708 msg/s
# udp rx:    633 MB/s   458752 calls/s
# udp tx:   1258 MB/s    21338 calls/s  21338 msg/s
# udp rx:    668 MB/s   484096 calls/s
# udp tx:   1229 MB/s    20845 calls/s  20845 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 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:   1079 MB/s   787572 calls/s
# udp tx:   1103 MB/s    18719 calls/s  18719 msg/s
# udp rx:   1107 MB/s   807594 calls/s
# udp tx:   1103 MB/s    18720 calls/s  18720 msg/s
# udp rx:   1045 MB/s   762768 calls/s
# udp tx:   1052 MB/s    17853 calls/s  17853 msg/s
# udp rx:   1158 MB/s   845186 calls/s
# udp tx:   1157 MB/s    19638 calls/s  19638 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__->