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:    960 MB/s    16291 calls/s  16291 msg/s
# tcp rx:    961 MB/s    49354 calls/s
# tcp tx:    936 MB/s    15877 calls/s  15877 msg/s
# tcp rx:    935 MB/s    47336 calls/s
# tcp tx:    929 MB/s    15765 calls/s  15765 msg/s
# tcp rx:    930 MB/s    47914 calls/s
# tcp tx:    925 MB/s    15703 calls/s  15703 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:    587 MB/s   425472 calls/s
# udp tx:   1244 MB/s    21114 calls/s  21114 msg/s
# udp rx:    662 MB/s   480512 calls/s
# udp tx:   1179 MB/s    19997 calls/s  19997 msg/s
# udp rx:    625 MB/s   453120 calls/s
# udp tx:   1206 MB/s    20462 calls/s  20462 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1296 MB/s    21992 calls/s  21992 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:   1121 MB/s   817724 calls/s
# udp tx:   1148 MB/s    19481 calls/s  19481 msg/s
# udp rx:   1086 MB/s   792314 calls/s
# udp tx:   1085 MB/s    18414 calls/s  18414 msg/s
# udp rx:   1183 MB/s   863006 calls/s
# udp tx:   1181 MB/s    20037 calls/s  20037 msg/s
# udp rx:   1174 MB/s   856228 calls/s
# udp tx:   1173 MB/s    19900 calls/s  19900 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__->