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:    829 MB/s    14069 calls/s  14069 msg/s
# tcp rx:    829 MB/s    43086 calls/s
# tcp tx:    641 MB/s    10886 calls/s  10886 msg/s
# tcp rx:    642 MB/s    32896 calls/s
# tcp tx:    880 MB/s    14926 calls/s  14926 msg/s
# tcp rx:    881 MB/s    46914 calls/s
# tcp tx:    873 MB/s    14807 calls/s  14807 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:    598 MB/s   433664 calls/s
# udp tx:   1224 MB/s    20771 calls/s  20771 msg/s
# udp rx:    663 MB/s   481024 calls/s
# udp tx:   1272 MB/s    21577 calls/s  21577 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1107 MB/s    18788 calls/s  18788 msg/s
# udp rx:    663 MB/s   481024 calls/s
# udp tx:   1158 MB/s    19655 calls/s  19655 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:   1108 MB/s   808307 calls/s
# udp tx:   1134 MB/s    19240 calls/s  19240 msg/s
# udp rx:   1110 MB/s   809768 calls/s
# udp tx:   1109 MB/s    18822 calls/s  18822 msg/s
# udp rx:   1147 MB/s   836926 calls/s
# udp tx:   1146 MB/s    19451 calls/s  19451 msg/s
# udp rx:   1146 MB/s   836282 calls/s
# udp tx:   1145 MB/s    19429 calls/s  19429 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__->