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:   1033 MB/s    17528 calls/s  17528 msg/s
# tcp rx:   1033 MB/s    52671 calls/s
# tcp tx:    953 MB/s    16175 calls/s  16175 msg/s
# tcp rx:    954 MB/s    49302 calls/s
# tcp tx:   1027 MB/s    17419 calls/s  17419 msg/s
# tcp rx:   1027 MB/s    52275 calls/s
# tcp tx:   1025 MB/s    17397 calls/s  17397 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:    610 MB/s   442880 calls/s
# udp tx:   1148 MB/s    19472 calls/s  19472 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1268 MB/s    21511 calls/s  21511 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1280 MB/s    21712 calls/s  21712 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1276 MB/s    21645 calls/s  21645 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:   1130 MB/s   824828 calls/s
# udp tx:   1159 MB/s    19664 calls/s  19664 msg/s
# udp rx:   1157 MB/s   844207 calls/s
# udp tx:   1158 MB/s    19647 calls/s  19647 msg/s
# udp rx:   1161 MB/s   846788 calls/s
# udp tx:   1161 MB/s    19698 calls/s  19698 msg/s
# udp rx:   1155 MB/s   843063 calls/s
# udp tx:   1155 MB/s    19605 calls/s  19605 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__->