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:    670 MB/s    11375 calls/s  11375 msg/s
# tcp rx:    670 MB/s    34527 calls/s
# tcp tx:    602 MB/s    10211 calls/s  10211 msg/s
# tcp rx:    602 MB/s    31675 calls/s
# tcp tx:    612 MB/s    10385 calls/s  10385 msg/s
# tcp rx:    612 MB/s    32013 calls/s
# tcp tx:    585 MB/s     9932 calls/s   9932 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:    613 MB/s   445184 calls/s
# udp tx:   1287 MB/s    21836 calls/s  21836 msg/s
# udp rx:    633 MB/s   459008 calls/s
# udp tx:   1310 MB/s    22229 calls/s  22229 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1309 MB/s    22209 calls/s  22209 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1304 MB/s    22117 calls/s  22117 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:   1077 MB/s   785481 calls/s
# udp tx:   1103 MB/s    18709 calls/s  18709 msg/s
# udp rx:   1034 MB/s   754233 calls/s
# udp tx:   1039 MB/s    17637 calls/s  17637 msg/s
# udp rx:   1099 MB/s   801925 calls/s
# udp tx:   1097 MB/s    18618 calls/s  18618 msg/s
# udp rx:   1148 MB/s   837691 calls/s
# udp tx:   1148 MB/s    19484 calls/s  19484 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__->