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:    839 MB/s    14231 calls/s  14231 msg/s
# tcp rx:    839 MB/s    67064 calls/s
# tcp tx:    861 MB/s    14614 calls/s  14614 msg/s
# tcp rx:    862 MB/s    69699 calls/s
# tcp tx:    851 MB/s    14436 calls/s  14436 msg/s
# tcp rx:    851 MB/s    69789 calls/s
# tcp tx:    846 MB/s    14363 calls/s  14363 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:    618 MB/s   447744 calls/s
# udp tx:   1348 MB/s    22873 calls/s  22873 msg/s
# udp rx:    627 MB/s   454144 calls/s
# udp tx:   1353 MB/s    22949 calls/s  22949 msg/s
# udp rx:    586 MB/s   424960 calls/s
# udp tx:   1358 MB/s    23034 calls/s  23034 msg/s
# udp rx:    626 MB/s   453632 calls/s
# udp tx:   1350 MB/s    22898 calls/s  22898 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:    669 MB/s   488127 calls/s
# udp tx:    682 MB/s    11581 calls/s  11581 msg/s
# udp rx:    687 MB/s   501415 calls/s
# udp tx:    688 MB/s    11677 calls/s  11677 msg/s
# udp rx:    696 MB/s   507874 calls/s
# udp tx:    697 MB/s    11823 calls/s  11823 msg/s
# udp rx:    693 MB/s   505992 calls/s
# udp tx:    694 MB/s    11782 calls/s  11782 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__->