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    16320 calls/s  16320 msg/s
# tcp rx:    979 MB/s    50265 calls/s
# tcp tx:    938 MB/s    15912 calls/s  15912 msg/s
# tcp rx:    939 MB/s    47868 calls/s
# tcp tx:    927 MB/s    15728 calls/s  15728 msg/s
# tcp rx:    924 MB/s    47684 calls/s
# tcp tx:    847 MB/s    14369 calls/s  14369 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:    504 MB/s   364463 calls/s
# udp tx:    891 MB/s    15120 calls/s  15120 msg/s
# udp rx:    519 MB/s   375713 calls/s
# udp tx:    886 MB/s    15035 calls/s  15035 msg/s
# udp rx:    516 MB/s   373258 calls/s
# udp tx:    876 MB/s    14873 calls/s  14873 msg/s
# udp rx:    512 MB/s   370621 calls/s
# udp tx:    858 MB/s    14560 calls/s  14560 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:   1130 MB/s   824467 calls/s
# udp tx:   1162 MB/s    19712 calls/s  19712 msg/s
# udp rx:   1152 MB/s   840751 calls/s
# udp tx:   1145 MB/s    19429 calls/s  19429 msg/s
# udp rx:   1150 MB/s   839041 calls/s
# udp tx:   1161 MB/s    19707 calls/s  19707 msg/s
# udp rx:   1174 MB/s   856734 calls/s
# udp tx:   1176 MB/s    19954 calls/s  19954 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__->