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:   1060 MB/s    17989 calls/s  17989 msg/s
# tcp rx:   1061 MB/s    54094 calls/s
# tcp tx:   1050 MB/s    17817 calls/s  17817 msg/s
# tcp rx:   1054 MB/s    51760 calls/s
# tcp tx:   1010 MB/s    17145 calls/s  17145 msg/s
# tcp rx:   1012 MB/s    49673 calls/s
# tcp tx:   1000 MB/s    16968 calls/s  16968 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:    643 MB/s   465920 calls/s
# udp tx:   1310 MB/s    22223 calls/s  22223 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1287 MB/s    21841 calls/s  21841 msg/s
# udp rx:    662 MB/s   479947 calls/s
# udp tx:   1245 MB/s    21125 calls/s  21125 msg/s
# udp rx:    647 MB/s   468992 calls/s
# udp tx:   1271 MB/s    21560 calls/s  21560 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:   1038 MB/s   757570 calls/s
# udp tx:   1070 MB/s    18164 calls/s  18164 msg/s
# udp rx:   1136 MB/s   829197 calls/s
# udp tx:   1142 MB/s    19376 calls/s  19376 msg/s
# udp rx:   1152 MB/s   840548 calls/s
# udp tx:   1151 MB/s    19536 calls/s  19536 msg/s
# udp rx:   1111 MB/s   810311 calls/s
# udp tx:   1110 MB/s    18832 calls/s  18832 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__->