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:    551 MB/s     9361 calls/s   9361 msg/s
# tcp rx:    552 MB/s    35294 calls/s
# tcp tx:    553 MB/s     9392 calls/s   9392 msg/s
# tcp rx:    554 MB/s    34512 calls/s
# tcp tx:    528 MB/s     8962 calls/s   8962 msg/s
# tcp rx:    528 MB/s    34616 calls/s
# tcp tx:    548 MB/s     9301 calls/s   9301 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:    556 MB/s   403200 calls/s
# udp tx:   1290 MB/s    21881 calls/s  21881 msg/s
# udp rx:    601 MB/s   435712 calls/s
# udp tx:   1292 MB/s    21929 calls/s  21929 msg/s
# udp rx:    623 MB/s   451584 calls/s
# udp tx:   1309 MB/s    22215 calls/s  22215 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1297 MB/s    22006 calls/s  22006 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:   1043 MB/s   760828 calls/s
# udp tx:   1073 MB/s    18203 calls/s  18203 msg/s
# udp rx:   1144 MB/s   835002 calls/s
# udp tx:   1144 MB/s    19403 calls/s  19403 msg/s
# udp rx:   1138 MB/s   830155 calls/s
# udp tx:   1137 MB/s    19298 calls/s  19298 msg/s
# udp rx:   1140 MB/s   831957 calls/s
# udp tx:   1140 MB/s    19345 calls/s  19345 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__->