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:    558 MB/s     9476 calls/s   9476 msg/s
# tcp rx:    558 MB/s    31323 calls/s
# tcp tx:    571 MB/s     9689 calls/s   9689 msg/s
# tcp rx:    571 MB/s    31072 calls/s
# tcp tx:    573 MB/s     9723 calls/s   9723 msg/s
# tcp rx:    573 MB/s    30731 calls/s
# tcp tx:    553 MB/s     9392 calls/s   9392 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:    514 MB/s   372480 calls/s
# udp tx:    852 MB/s    14465 calls/s  14465 msg/s
# udp rx:    524 MB/s   380040 calls/s
# udp tx:    846 MB/s    14352 calls/s  14352 msg/s
# udp rx:    507 MB/s   367602 calls/s
# udp tx:    856 MB/s    14529 calls/s  14529 msg/s
# udp rx:    508 MB/s   367917 calls/s
# udp tx:    868 MB/s    14732 calls/s  14732 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:    596 MB/s   434802 calls/s
# udp tx:    615 MB/s    10439 calls/s  10439 msg/s
# udp rx:    584 MB/s   426027 calls/s
# udp tx:    600 MB/s    10185 calls/s  10185 msg/s
# udp rx:   1082 MB/s   789678 calls/s
# udp tx:   1083 MB/s    18370 calls/s  18370 msg/s
# udp rx:   1090 MB/s   795138 calls/s
# udp tx:   1090 MB/s    18493 calls/s  18493 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__->