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:    991 MB/s    16813 calls/s  16813 msg/s
# tcp rx:    992 MB/s    51786 calls/s
# tcp tx:   1011 MB/s    17150 calls/s  17150 msg/s
# tcp rx:   1012 MB/s    51750 calls/s
# tcp tx:    990 MB/s    16799 calls/s  16799 msg/s
# tcp rx:    991 MB/s    51239 calls/s
# tcp tx:    999 MB/s    16955 calls/s  16955 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:    625 MB/s   453376 calls/s
# udp tx:   1233 MB/s    20913 calls/s  20913 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1185 MB/s    20101 calls/s  20101 msg/s
# udp rx:    669 MB/s   485381 calls/s
# udp tx:   1140 MB/s    19352 calls/s  19352 msg/s
# udp rx:    659 MB/s   477696 calls/s
# udp tx:   1211 MB/s    20542 calls/s  20542 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:   1092 MB/s   797049 calls/s
# udp tx:   1121 MB/s    19020 calls/s  19020 msg/s
# udp rx:   1075 MB/s   784349 calls/s
# udp tx:   1074 MB/s    18232 calls/s  18232 msg/s
# udp rx:   1165 MB/s   850348 calls/s
# udp tx:   1164 MB/s    19759 calls/s  19759 msg/s
# udp rx:   1167 MB/s   851217 calls/s
# udp tx:   1166 MB/s    19777 calls/s  19777 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__->