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:    496 MB/s     8413 calls/s   8413 msg/s
# tcp rx:    496 MB/s    36499 calls/s
# tcp tx:    480 MB/s     8158 calls/s   8158 msg/s
# tcp rx:    483 MB/s    35201 calls/s
# tcp tx:    492 MB/s     8360 calls/s   8360 msg/s
# tcp rx:    492 MB/s    36393 calls/s
# tcp tx:    498 MB/s     8453 calls/s   8453 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:    466 MB/s   337664 calls/s
# udp tx:    863 MB/s    14649 calls/s  14649 msg/s
# udp rx:    549 MB/s   398336 calls/s
# udp tx:    786 MB/s    13334 calls/s  13334 msg/s
# udp rx:    544 MB/s   394240 calls/s
# udp tx:    837 MB/s    14211 calls/s  14211 msg/s
# udp rx:    543 MB/s   393216 calls/s
# udp tx:    855 MB/s    14505 calls/s  14505 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:   1080 MB/s   788006 calls/s
# udp tx:   1106 MB/s    18769 calls/s  18769 msg/s
# udp rx:   1131 MB/s   825551 calls/s
# udp tx:   1131 MB/s    19183 calls/s  19183 msg/s
# udp rx:   1147 MB/s   836838 calls/s
# udp tx:   1145 MB/s    19430 calls/s  19430 msg/s
# udp rx:   1148 MB/s   837386 calls/s
# udp tx:   1148 MB/s    19472 calls/s  19472 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__->