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 4800
# 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:    660 MB/s    11200 calls/s  11200 msg/s
# tcp rx:    663 MB/s    24810 calls/s
# tcp tx:    582 MB/s     9884 calls/s   9884 msg/s
# tcp rx:    582 MB/s    25397 calls/s
# tcp tx:    590 MB/s    10018 calls/s  10018 msg/s
# tcp rx:    591 MB/s    25914 calls/s
# tcp tx:    500 MB/s     8482 calls/s   8482 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:    429 MB/s   311977 calls/s
# udp tx:    566 MB/s     9607 calls/s   9607 msg/s
# udp rx:    499 MB/s   363173 calls/s
# udp tx:    590 MB/s    10023 calls/s  10023 msg/s
# udp rx:    491 MB/s   357691 calls/s
# udp tx:    552 MB/s     9375 calls/s   9375 msg/s
# udp rx:    493 MB/s   358684 calls/s
# udp tx:    554 MB/s     9412 calls/s   9412 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:    634 MB/s   463074 calls/s
# udp tx:    646 MB/s    10969 calls/s  10969 msg/s
# udp rx:    642 MB/s   468665 calls/s
# udp tx:    642 MB/s    10902 calls/s  10902 msg/s
# udp rx:    641 MB/s   467824 calls/s
# udp tx:    641 MB/s    10883 calls/s  10883 msg/s
# udp rx:    642 MB/s   468278 calls/s
# udp tx:    642 MB/s    10895 calls/s  10895 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__->