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:    903 MB/s    15318 calls/s  15318 msg/s
# tcp rx:    904 MB/s    51867 calls/s
# tcp tx:    975 MB/s    16545 calls/s  16545 msg/s
# tcp rx:    976 MB/s    51693 calls/s
# tcp tx:    983 MB/s    16676 calls/s  16676 msg/s
# tcp rx:    984 MB/s    50809 calls/s
# tcp tx:    994 MB/s    16871 calls/s  16871 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:    613 MB/s   444416 calls/s
# udp tx:   1313 MB/s    22272 calls/s  22272 msg/s
# udp rx:    608 MB/s   440832 calls/s
# udp tx:   1260 MB/s    21381 calls/s  21381 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1279 MB/s    21706 calls/s  21706 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1214 MB/s    20595 calls/s  20595 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:    685 MB/s   499938 calls/s
# udp tx:    704 MB/s    11942 calls/s  11942 msg/s
# udp rx:    632 MB/s   461357 calls/s
# udp tx:    641 MB/s    10873 calls/s  10873 msg/s
# udp rx:    634 MB/s   462412 calls/s
# udp tx:    629 MB/s    10675 calls/s  10675 msg/s
# udp rx:    616 MB/s   449937 calls/s
# udp tx:    625 MB/s    10611 calls/s  10611 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__->