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:    930 MB/s    15790 calls/s  15790 msg/s
# tcp rx:    931 MB/s    48494 calls/s
# tcp tx:    956 MB/s    16231 calls/s  16231 msg/s
# tcp rx:    957 MB/s    48952 calls/s
# tcp tx:    957 MB/s    16245 calls/s  16245 msg/s
# tcp rx:    958 MB/s    48938 calls/s
# tcp tx:    958 MB/s    16250 calls/s  16250 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:    603 MB/s   436736 calls/s
# udp tx:   1260 MB/s    21385 calls/s  21385 msg/s
# udp rx:    650 MB/s   471296 calls/s
# udp tx:   1244 MB/s    21109 calls/s  21109 msg/s
# udp rx:    661 MB/s   478720 calls/s
# udp tx:   1254 MB/s    21274 calls/s  21274 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1250 MB/s    21209 calls/s  21209 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:   1069 MB/s   780134 calls/s
# udp tx:   1100 MB/s    18660 calls/s  18660 msg/s
# udp rx:   1103 MB/s   804837 calls/s
# udp tx:   1105 MB/s    18748 calls/s  18748 msg/s
# udp rx:   1137 MB/s   829246 calls/s
# udp tx:   1137 MB/s    19294 calls/s  19294 msg/s
# udp rx:   1133 MB/s   826583 calls/s
# udp tx:   1134 MB/s    19236 calls/s  19236 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__->