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:    995 MB/s    50723 calls/s
# tcp tx:    950 MB/s    16114 calls/s  16114 msg/s
# tcp rx:    949 MB/s    48140 calls/s
# tcp tx:    939 MB/s    15938 calls/s  15938 msg/s
# tcp rx:    951 MB/s    48303 calls/s
# tcp tx:    919 MB/s    15596 calls/s  15596 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:    638 MB/s   463104 calls/s
# udp tx:   1193 MB/s    20241 calls/s  20241 msg/s
# udp rx:    653 MB/s   473856 calls/s
# udp tx:   1289 MB/s    21866 calls/s  21866 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1214 MB/s    20599 calls/s  20599 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1279 MB/s    21695 calls/s  21695 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:   1078 MB/s   786328 calls/s
# udp tx:   1097 MB/s    18609 calls/s  18609 msg/s
# udp rx:   1147 MB/s   836565 calls/s
# udp tx:   1146 MB/s    19437 calls/s  19437 msg/s
# udp rx:   1091 MB/s   796276 calls/s
# udp tx:   1090 MB/s    18497 calls/s  18497 msg/s
# udp rx:   1135 MB/s   828319 calls/s
# udp tx:   1135 MB/s    19259 calls/s  19259 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__->