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:    974 MB/s    16530 calls/s  16530 msg/s
# tcp rx:    975 MB/s    50249 calls/s
# tcp tx:    979 MB/s    16608 calls/s  16608 msg/s
# tcp rx:    980 MB/s    50547 calls/s
# tcp tx:    943 MB/s    16006 calls/s  16006 msg/s
# tcp rx:    944 MB/s    48786 calls/s
# tcp tx:    971 MB/s    16471 calls/s  16471 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:    568 MB/s   411904 calls/s
# udp tx:   1208 MB/s    20495 calls/s  20495 msg/s
# udp rx:    501 MB/s   363313 calls/s
# udp tx:    837 MB/s    14209 calls/s  14209 msg/s
# udp rx:    562 MB/s   407552 calls/s
# udp tx:    800 MB/s    13575 calls/s  13575 msg/s
# udp rx:    557 MB/s   404224 calls/s
# udp tx:    826 MB/s    14012 calls/s  14012 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:    632 MB/s   461358 calls/s
# udp tx:    648 MB/s    11000 calls/s  11000 msg/s
# udp rx:    649 MB/s   473489 calls/s
# udp tx:    651 MB/s    11057 calls/s  11057 msg/s
# udp rx:    646 MB/s   471340 calls/s
# udp tx:    647 MB/s    10984 calls/s  10984 msg/s
# udp rx:    646 MB/s   471401 calls/s
# udp tx:    648 MB/s    10994 calls/s  10994 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__->