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:    970 MB/s    16453 calls/s  16453 msg/s
# tcp rx:    971 MB/s    50962 calls/s
# tcp tx:    985 MB/s    16723 calls/s  16723 msg/s
# tcp rx:    986 MB/s    50512 calls/s
# tcp tx:    993 MB/s    16847 calls/s  16847 msg/s
# tcp rx:    994 MB/s    50719 calls/s
# tcp tx:    993 MB/s    16855 calls/s  16855 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:    598 MB/s   433408 calls/s
# udp tx:   1297 MB/s    22000 calls/s  22000 msg/s
# udp rx:    583 MB/s   422900 calls/s
# udp tx:   1194 MB/s    20264 calls/s  20264 msg/s
# udp rx:    565 MB/s   409780 calls/s
# udp tx:   1211 MB/s    20556 calls/s  20556 msg/s
# udp rx:    656 MB/s   475863 calls/s
# udp tx:   1156 MB/s    19618 calls/s  19618 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   807716 calls/s
# udp tx:   1132 MB/s    19212 calls/s  19212 msg/s
# udp rx:   1135 MB/s   828316 calls/s
# udp tx:   1136 MB/s    19284 calls/s  19284 msg/s
# udp rx:   1124 MB/s   819754 calls/s
# udp tx:   1129 MB/s    19154 calls/s  19154 msg/s
# udp rx:   1106 MB/s   806767 calls/s
# udp tx:   1109 MB/s    18814 calls/s  18814 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__->