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:    975 MB/s    16547 calls/s  16547 msg/s
# tcp rx:    975 MB/s    50366 calls/s
# tcp tx:    986 MB/s    16728 calls/s  16728 msg/s
# tcp rx:    986 MB/s    50313 calls/s
# tcp tx:    979 MB/s    16617 calls/s  16617 msg/s
# tcp rx:    980 MB/s    49902 calls/s
# tcp tx:    975 MB/s    16551 calls/s  16551 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:    646 MB/s   468224 calls/s
# udp tx:   1243 MB/s    21094 calls/s  21094 msg/s
# udp rx:    667 MB/s   483731 calls/s
# udp tx:   1214 MB/s    20606 calls/s  20606 msg/s
# udp rx:    668 MB/s   483888 calls/s
# udp tx:   1220 MB/s    20694 calls/s  20694 msg/s
# udp rx:    668 MB/s   483865 calls/s
# udp tx:   1218 MB/s    20671 calls/s  20671 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   795664 calls/s
# udp tx:   1119 MB/s    18990 calls/s  18990 msg/s
# udp rx:   1138 MB/s   830281 calls/s
# udp tx:   1141 MB/s    19361 calls/s  19361 msg/s
# udp rx:   1102 MB/s   803940 calls/s
# udp tx:   1101 MB/s    18687 calls/s  18687 msg/s
# udp rx:   1142 MB/s   833576 calls/s
# udp tx:   1142 MB/s    19370 calls/s  19370 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__->