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:    498 MB/s     8447 calls/s   8447 msg/s
# tcp rx:    498 MB/s    36653 calls/s
# tcp tx:    494 MB/s     8388 calls/s   8388 msg/s
# tcp rx:    495 MB/s    36567 calls/s
# tcp tx:    488 MB/s     8288 calls/s   8288 msg/s
# tcp rx:    489 MB/s    36750 calls/s
# tcp tx:    493 MB/s     8364 calls/s   8364 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:    546 MB/s   396032 calls/s
# udp tx:    789 MB/s    13398 calls/s  13398 msg/s
# udp rx:    558 MB/s   404992 calls/s
# udp tx:    784 MB/s    13298 calls/s  13298 msg/s
# udp rx:    556 MB/s   403712 calls/s
# udp tx:    782 MB/s    13273 calls/s  13273 msg/s
# udp rx:    561 MB/s   406784 calls/s
# udp tx:    792 MB/s    13446 calls/s  13446 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:   1100 MB/s   802347 calls/s
# udp tx:   1125 MB/s    19083 calls/s  19083 msg/s
# udp rx:   1145 MB/s   835199 calls/s
# udp tx:   1144 MB/s    19417 calls/s  19417 msg/s
# udp rx:   1164 MB/s   848950 calls/s
# udp tx:   1163 MB/s    19729 calls/s  19729 msg/s
# udp rx:   1077 MB/s   785584 calls/s
# udp tx:   1075 MB/s    18244 calls/s  18244 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__->