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:    788 MB/s    13379 calls/s  13379 msg/s
# tcp rx:    788 MB/s    43632 calls/s
# tcp tx:    577 MB/s     9800 calls/s   9800 msg/s
# tcp rx:    577 MB/s    30098 calls/s
# tcp tx:    593 MB/s    10063 calls/s  10063 msg/s
# tcp rx:    593 MB/s    30933 calls/s
# tcp tx:    606 MB/s    10293 calls/s  10293 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:    619 MB/s   449199 calls/s
# udp tx:   1223 MB/s    20746 calls/s  20746 msg/s
# udp rx:    654 MB/s   474244 calls/s
# udp tx:   1241 MB/s    21057 calls/s  21057 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1277 MB/s    21674 calls/s  21674 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1271 MB/s    21567 calls/s  21567 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:   1101 MB/s   803533 calls/s
# udp tx:   1134 MB/s    19237 calls/s  19237 msg/s
# udp rx:   1149 MB/s   838112 calls/s
# udp tx:   1148 MB/s    19485 calls/s  19485 msg/s
# udp rx:   1145 MB/s   835069 calls/s
# udp tx:   1144 MB/s    19411 calls/s  19411 msg/s
# udp rx:   1144 MB/s   834520 calls/s
# udp tx:   1143 MB/s    19401 calls/s  19401 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__->