make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:   1012 MB/s    17177 calls/s  17177 msg/s
# tcp rx:   1013 MB/s    51779 calls/s
# tcp tx:   1019 MB/s    17290 calls/s  17290 msg/s
# tcp rx:   1020 MB/s    51251 calls/s
# tcp tx:   1001 MB/s    16980 calls/s  16980 msg/s
# tcp rx:   1002 MB/s    51055 calls/s
# tcp tx:    971 MB/s    16481 calls/s  16481 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:    557 MB/s   403968 calls/s
# udp tx:   1124 MB/s    19064 calls/s  19064 msg/s
# udp rx:    631 MB/s   457369 calls/s
# udp tx:   1201 MB/s    20373 calls/s  20373 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1232 MB/s    20896 calls/s  20896 msg/s
# udp rx:    658 MB/s   476928 calls/s
# udp tx:   1279 MB/s    21708 calls/s  21708 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:   1093 MB/s   797481 calls/s
# udp tx:   1125 MB/s    19083 calls/s  19083 msg/s
# udp rx:   1147 MB/s   836932 calls/s
# udp tx:   1150 MB/s    19509 calls/s  19509 msg/s
# udp rx:   1148 MB/s   837249 calls/s
# udp tx:   1150 MB/s    19520 calls/s  19520 msg/s
# udp rx:   1147 MB/s   837040 calls/s
# udp tx:   1150 MB/s    19507 calls/s  19507 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__->