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:    849 MB/s    14413 calls/s  14413 msg/s
# tcp rx:    849 MB/s    44909 calls/s
# tcp tx:    681 MB/s    11566 calls/s  11566 msg/s
# tcp rx:    682 MB/s    34823 calls/s
# tcp tx:    635 MB/s    10771 calls/s  10771 msg/s
# tcp rx:    635 MB/s    32607 calls/s
# tcp tx:    692 MB/s    11743 calls/s  11743 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:    480 MB/s   348999 calls/s
# udp tx:    783 MB/s    13287 calls/s  13287 msg/s
# udp rx:    486 MB/s   352665 calls/s
# udp tx:    797 MB/s    13526 calls/s  13526 msg/s
# udp rx:    509 MB/s   369175 calls/s
# udp tx:    821 MB/s    13925 calls/s  13925 msg/s
# udp rx:    579 MB/s   420608 calls/s
# udp tx:    754 MB/s    12797 calls/s  12797 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:   1121 MB/s   818003 calls/s
# udp tx:   1156 MB/s    19616 calls/s  19616 msg/s
# udp rx:   1148 MB/s   837474 calls/s
# udp tx:   1147 MB/s    19465 calls/s  19465 msg/s
# udp rx:   1143 MB/s   834103 calls/s
# udp tx:   1138 MB/s    19306 calls/s  19306 msg/s
# udp rx:   1067 MB/s   778409 calls/s
# udp tx:   1071 MB/s    18171 calls/s  18171 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__->