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:    962 MB/s    16318 calls/s  16318 msg/s
# tcp rx:    962 MB/s    49529 calls/s
# tcp tx:   1014 MB/s    17209 calls/s  17209 msg/s
# tcp rx:   1016 MB/s    51855 calls/s
# tcp tx:    890 MB/s    15105 calls/s  15105 msg/s
# tcp rx:    890 MB/s    44748 calls/s
# tcp tx:    941 MB/s    15964 calls/s  15964 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:    628 MB/s   455168 calls/s
# udp tx:   1257 MB/s    21321 calls/s  21321 msg/s
# udp rx:    633 MB/s   458787 calls/s
# udp tx:   1305 MB/s    22139 calls/s  22139 msg/s
# udp rx:    636 MB/s   460982 calls/s
# udp tx:   1307 MB/s    22183 calls/s  22183 msg/s
# udp rx:    624 MB/s   452308 calls/s
# udp tx:   1263 MB/s    21437 calls/s  21437 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:   1107 MB/s   808040 calls/s
# udp tx:   1131 MB/s    19196 calls/s  19196 msg/s
# udp rx:   1095 MB/s   799064 calls/s
# udp tx:   1105 MB/s    18755 calls/s  18755 msg/s
# udp rx:   1117 MB/s   815001 calls/s
# udp tx:   1119 MB/s    18988 calls/s  18988 msg/s
# udp rx:   1133 MB/s   826819 calls/s
# udp tx:   1139 MB/s    19333 calls/s  19333 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__->