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:    685 MB/s    11623 calls/s  11623 msg/s
# tcp rx:    686 MB/s    29439 calls/s
# tcp tx:    669 MB/s    11359 calls/s  11359 msg/s
# tcp rx:    670 MB/s    30492 calls/s
# tcp tx:    680 MB/s    11548 calls/s  11548 msg/s
# tcp rx:    681 MB/s    30104 calls/s
# tcp tx:    701 MB/s    11905 calls/s  11905 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:    432 MB/s   314284 calls/s
# udp tx:    565 MB/s     9594 calls/s   9594 msg/s
# udp rx:    536 MB/s   389996 calls/s
# udp tx:    586 MB/s     9952 calls/s   9952 msg/s
# udp rx:    578 MB/s   420608 calls/s
# udp tx:    637 MB/s    10817 calls/s  10817 msg/s
# udp rx:    578 MB/s   420096 calls/s
# udp tx:    648 MB/s    10995 calls/s  10995 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:    615 MB/s   448643 calls/s
# udp tx:    635 MB/s    10781 calls/s  10781 msg/s
# udp rx:    651 MB/s   475073 calls/s
# udp tx:    651 MB/s    11050 calls/s  11050 msg/s
# udp rx:    638 MB/s   465445 calls/s
# udp tx:    638 MB/s    10836 calls/s  10836 msg/s
# udp rx:    648 MB/s   472744 calls/s
# udp tx:    649 MB/s    11011 calls/s  11011 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__->