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:    727 MB/s    12333 calls/s  12333 msg/s
# tcp rx:    727 MB/s    56855 calls/s
# tcp tx:    535 MB/s     9076 calls/s   9076 msg/s
# tcp rx:    535 MB/s    36535 calls/s
# tcp tx:    523 MB/s     8885 calls/s   8885 msg/s
# tcp rx:    524 MB/s    36515 calls/s
# tcp tx:    530 MB/s     8993 calls/s   8993 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:    549 MB/s   398926 calls/s
# udp tx:    746 MB/s    12655 calls/s  12655 msg/s
# udp rx:    518 MB/s   376347 calls/s
# udp tx:    672 MB/s    11407 calls/s  11407 msg/s
# udp rx:    487 MB/s   353280 calls/s
# udp tx:    862 MB/s    14621 calls/s  14621 msg/s
# udp rx:    562 MB/s   407808 calls/s
# udp tx:    794 MB/s    13482 calls/s  13482 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:    558 MB/s   407081 calls/s
# udp tx:    578 MB/s     9813 calls/s   9813 msg/s
# udp rx:    624 MB/s   455568 calls/s
# udp tx:    623 MB/s    10576 calls/s  10576 msg/s
# udp rx:    647 MB/s   472358 calls/s
# udp tx:    647 MB/s    10983 calls/s  10983 msg/s
# udp rx:    649 MB/s   473840 calls/s
# udp tx:    649 MB/s    11015 calls/s  11015 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__->