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:    986 MB/s    16729 calls/s  16729 msg/s
# tcp rx:    986 MB/s    49885 calls/s
# tcp tx:    933 MB/s    15832 calls/s  15832 msg/s
# tcp rx:    934 MB/s    48567 calls/s
# tcp tx:    970 MB/s    16459 calls/s  16459 msg/s
# tcp rx:    971 MB/s    49742 calls/s
# tcp tx:    978 MB/s    16592 calls/s  16592 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:    581 MB/s   421632 calls/s
# udp tx:   1145 MB/s    19424 calls/s  19424 msg/s
# udp rx:    663 MB/s   480867 calls/s
# udp tx:   1183 MB/s    20071 calls/s  20071 msg/s
# udp rx:    663 MB/s   480753 calls/s
# udp tx:   1202 MB/s    20388 calls/s  20388 msg/s
# udp rx:    662 MB/s   480190 calls/s
# udp tx:   1258 MB/s    21347 calls/s  21347 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:   1088 MB/s   794129 calls/s
# udp tx:   1118 MB/s    18971 calls/s  18971 msg/s
# udp rx:   1075 MB/s   784197 calls/s
# udp tx:   1075 MB/s    18241 calls/s  18241 msg/s
# udp rx:   1151 MB/s   840005 calls/s
# udp tx:   1152 MB/s    19544 calls/s  19544 msg/s
# udp rx:   1097 MB/s   800370 calls/s
# udp tx:   1094 MB/s    18556 calls/s  18556 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__->