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:    912 MB/s    15470 calls/s  15470 msg/s
# tcp rx:    939 MB/s    48086 calls/s
# tcp tx:    939 MB/s    15942 calls/s  15942 msg/s
# tcp rx:    939 MB/s    48565 calls/s
# tcp tx:    961 MB/s    16313 calls/s  16313 msg/s
# tcp rx:    962 MB/s    48285 calls/s
# tcp tx:    970 MB/s    16461 calls/s  16461 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:    648 MB/s   469760 calls/s
# udp tx:   1256 MB/s    21311 calls/s  21311 msg/s
# udp rx:    665 MB/s   482560 calls/s
# udp tx:   1089 MB/s    18472 calls/s  18472 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1280 MB/s    21713 calls/s  21713 msg/s
# udp rx:    654 MB/s   474112 calls/s
# udp tx:   1180 MB/s    20015 calls/s  20015 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:   1112 MB/s   811480 calls/s
# udp tx:   1152 MB/s    19547 calls/s  19547 msg/s
# udp rx:   1139 MB/s   831315 calls/s
# udp tx:   1134 MB/s    19250 calls/s  19250 msg/s
# udp rx:   1124 MB/s   819790 calls/s
# udp tx:   1112 MB/s    18867 calls/s  18867 msg/s
# udp rx:   1104 MB/s   805498 calls/s
# udp tx:   1116 MB/s    18929 calls/s  18929 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__->