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:    899 MB/s    15254 calls/s  15254 msg/s
# tcp rx:    900 MB/s    50301 calls/s
# tcp tx:    937 MB/s    15902 calls/s  15902 msg/s
# tcp rx:    949 MB/s    48320 calls/s
# tcp tx:    875 MB/s    14845 calls/s  14845 msg/s
# tcp rx:    876 MB/s    47564 calls/s
# tcp tx:    924 MB/s    15674 calls/s  15674 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:    639 MB/s   462848 calls/s
# udp tx:   1199 MB/s    20344 calls/s  20344 msg/s
# udp rx:    661 MB/s   478851 calls/s
# udp tx:   1262 MB/s    21412 calls/s  21412 msg/s
# udp rx:    657 MB/s   476381 calls/s
# udp tx:   1262 MB/s    21409 calls/s  21409 msg/s
# udp rx:    661 MB/s   479257 calls/s
# udp tx:   1212 MB/s    20569 calls/s  20569 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:   1076 MB/s   784814 calls/s
# udp tx:   1098 MB/s    18635 calls/s  18635 msg/s
# udp rx:   1104 MB/s   805481 calls/s
# udp tx:   1105 MB/s    18746 calls/s  18746 msg/s
# udp rx:   1146 MB/s   836127 calls/s
# udp tx:   1145 MB/s    19430 calls/s  19430 msg/s
# udp rx:   1146 MB/s   836228 calls/s
# udp tx:   1145 MB/s    19434 calls/s  19434 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__->