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:    947 MB/s    16071 calls/s  16071 msg/s
# tcp rx:    947 MB/s    49518 calls/s
# tcp tx:    928 MB/s    15744 calls/s  15744 msg/s
# tcp rx:    929 MB/s    48549 calls/s
# tcp tx:    900 MB/s    15281 calls/s  15281 msg/s
# tcp rx:    901 MB/s    48862 calls/s
# tcp tx:    887 MB/s    15046 calls/s  15046 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:    626 MB/s   453888 calls/s
# udp tx:   1223 MB/s    20745 calls/s  20745 msg/s
# udp rx:    639 MB/s   463104 calls/s
# udp tx:   1293 MB/s    21931 calls/s  21931 msg/s
# udp rx:    671 MB/s   486400 calls/s
# udp tx:   1282 MB/s    21748 calls/s  21748 msg/s
# udp rx:    670 MB/s   485888 calls/s
# udp tx:   1278 MB/s    21687 calls/s  21687 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:   1130 MB/s   824556 calls/s
# udp tx:   1150 MB/s    19519 calls/s  19519 msg/s
# udp rx:   1168 MB/s   852020 calls/s
# udp tx:   1166 MB/s    19782 calls/s  19782 msg/s
# udp rx:   1112 MB/s   811167 calls/s
# udp tx:   1114 MB/s    18902 calls/s  18902 msg/s
# udp rx:   1112 MB/s   811301 calls/s
# udp tx:   1112 MB/s    18869 calls/s  18869 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__->