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:    965 MB/s    16378 calls/s  16378 msg/s
# tcp rx:    965 MB/s    49731 calls/s
# tcp tx:   1047 MB/s    17760 calls/s  17760 msg/s
# tcp rx:   1047 MB/s    53085 calls/s
# tcp tx:   1008 MB/s    17099 calls/s  17099 msg/s
# tcp rx:   1009 MB/s    51506 calls/s
# tcp tx:   1017 MB/s    17250 calls/s  17250 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:    476 MB/s   345112 calls/s
# udp tx:    848 MB/s    14399 calls/s  14399 msg/s
# udp rx:    520 MB/s   376576 calls/s
# udp tx:    828 MB/s    14052 calls/s  14052 msg/s
# udp rx:    527 MB/s   381440 calls/s
# udp tx:    828 MB/s    14048 calls/s  14048 msg/s
# udp rx:    483 MB/s   349696 calls/s
# udp tx:    912 MB/s    15480 calls/s  15480 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:   1067 MB/s   778503 calls/s
# udp tx:   1102 MB/s    18697 calls/s  18697 msg/s
# udp rx:   1145 MB/s   835401 calls/s
# udp tx:   1147 MB/s    19455 calls/s  19455 msg/s
# udp rx:   1050 MB/s   766286 calls/s
# udp tx:   1052 MB/s    17845 calls/s  17845 msg/s
# udp rx:   1143 MB/s   833897 calls/s
# udp tx:   1144 MB/s    19419 calls/s  19419 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__->