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:    668 MB/s    11334 calls/s  11334 msg/s
# tcp rx:    668 MB/s    34293 calls/s
# tcp tx:    666 MB/s    11301 calls/s  11301 msg/s
# tcp rx:    666 MB/s    34161 calls/s
# tcp tx:    668 MB/s    11339 calls/s  11339 msg/s
# tcp rx:    669 MB/s    34209 calls/s
# tcp tx:    683 MB/s    11599 calls/s  11599 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:    479 MB/s   347340 calls/s
# udp tx:    838 MB/s    14225 calls/s  14225 msg/s
# udp rx:    502 MB/s   364663 calls/s
# udp tx:    876 MB/s    14862 calls/s  14862 msg/s
# udp rx:    655 MB/s   474768 calls/s
# udp tx:   1288 MB/s    21854 calls/s  21854 msg/s
# udp rx:    610 MB/s   442533 calls/s
# udp tx:   1274 MB/s    21612 calls/s  21612 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:   1099 MB/s   802138 calls/s
# udp tx:   1131 MB/s    19199 calls/s  19199 msg/s
# udp rx:   1076 MB/s   785427 calls/s
# udp tx:   1076 MB/s    18264 calls/s  18264 msg/s
# udp rx:   1167 MB/s   851469 calls/s
# udp tx:   1167 MB/s    19796 calls/s  19796 msg/s
# udp rx:   1168 MB/s   852054 calls/s
# udp tx:   1167 MB/s    19801 calls/s  19801 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__->