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:    927 MB/s    15730 calls/s  15730 msg/s
# tcp rx:    927 MB/s    49290 calls/s
# tcp tx:   1023 MB/s    17364 calls/s  17364 msg/s
# tcp rx:   1024 MB/s    52204 calls/s
# tcp tx:   1026 MB/s    17412 calls/s  17412 msg/s
# tcp rx:   1027 MB/s    52292 calls/s
# tcp tx:   1016 MB/s    17242 calls/s  17242 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:    642 MB/s   465669 calls/s
# udp tx:   1290 MB/s    21894 calls/s  21894 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1286 MB/s    21819 calls/s  21819 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1295 MB/s    21971 calls/s  21971 msg/s
# udp rx:    664 MB/s   481024 calls/s
# udp tx:   1291 MB/s    21899 calls/s  21899 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:   1036 MB/s   756020 calls/s
# udp tx:   1056 MB/s    17924 calls/s  17924 msg/s
# udp rx:    648 MB/s   472691 calls/s
# udp tx:    648 MB/s    10991 calls/s  10991 msg/s
# udp rx:    677 MB/s   494297 calls/s
# udp tx:    676 MB/s    11479 calls/s  11479 msg/s
# udp rx:    668 MB/s   487459 calls/s
# udp tx:    668 MB/s    11333 calls/s  11333 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__->