make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    675 MB/s    11453 calls/s  11453 msg/s
# tcp rx:    675 MB/s    29059 calls/s
# tcp tx:    659 MB/s    11192 calls/s  11192 msg/s
# tcp rx:    660 MB/s    32459 calls/s
# tcp tx:    710 MB/s    12052 calls/s  12052 msg/s
# tcp rx:    711 MB/s    26308 calls/s
# tcp tx:    655 MB/s    11111 calls/s  11111 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:    341 MB/s   247766 calls/s
# udp tx:    459 MB/s     7799 calls/s   7799 msg/s
# udp rx:    474 MB/s   344753 calls/s
# udp tx:    598 MB/s    10157 calls/s  10157 msg/s
# udp rx:    529 MB/s   384768 calls/s
# udp tx:    642 MB/s    10903 calls/s  10903 msg/s
# udp rx:    490 MB/s   356352 calls/s
# udp tx:    645 MB/s    10952 calls/s  10952 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:    482 MB/s   351604 calls/s
# udp tx:    499 MB/s     8477 calls/s   8477 msg/s
# udp rx:    503 MB/s   367542 calls/s
# udp tx:    507 MB/s     8605 calls/s   8605 msg/s
# udp rx:    574 MB/s   418692 calls/s
# udp tx:    574 MB/s     9748 calls/s   9748 msg/s
# udp rx:    572 MB/s   417315 calls/s
# udp tx:    568 MB/s     9639 calls/s   9639 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__->