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:    603 MB/s    10233 calls/s  10233 msg/s
# tcp rx:    603 MB/s    31122 calls/s
# tcp tx:    652 MB/s    11063 calls/s  11063 msg/s
# tcp rx:    652 MB/s    33440 calls/s
# tcp tx:    657 MB/s    11154 calls/s  11154 msg/s
# tcp rx:    658 MB/s    33682 calls/s
# tcp tx:    635 MB/s    10784 calls/s  10784 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:    551 MB/s   399397 calls/s
# udp tx:    968 MB/s    16419 calls/s  16419 msg/s
# udp rx:    540 MB/s   391932 calls/s
# udp tx:    760 MB/s    12891 calls/s  12891 msg/s
# udp rx:    563 MB/s   408642 calls/s
# udp tx:    740 MB/s    12552 calls/s  12552 msg/s
# udp rx:    564 MB/s   409582 calls/s
# udp tx:    736 MB/s    12499 calls/s  12499 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:   1126 MB/s   821891 calls/s
# udp tx:   1160 MB/s    19677 calls/s  19677 msg/s
# udp rx:   1175 MB/s   857517 calls/s
# udp tx:   1177 MB/s    19968 calls/s  19968 msg/s
# udp rx:   1174 MB/s   856821 calls/s
# udp tx:   1175 MB/s    19942 calls/s  19942 msg/s
# udp rx:   1174 MB/s   856860 calls/s
# udp tx:   1175 MB/s    19941 calls/s  19941 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__->