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:    963 MB/s    16339 calls/s  16339 msg/s
# tcp rx:    963 MB/s    50547 calls/s
# tcp tx:    970 MB/s    16461 calls/s  16461 msg/s
# tcp rx:    972 MB/s    49922 calls/s
# tcp tx:    912 MB/s    15481 calls/s  15481 msg/s
# tcp rx:    912 MB/s    48750 calls/s
# tcp tx:    847 MB/s    14367 calls/s  14367 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:    529 MB/s   384178 calls/s
# udp tx:   1015 MB/s    17226 calls/s  17226 msg/s
# udp rx:    518 MB/s   375812 calls/s
# udp tx:    780 MB/s    13240 calls/s  13240 msg/s
# udp rx:    554 MB/s   401701 calls/s
# udp tx:    778 MB/s    13198 calls/s  13198 msg/s
# udp rx:    560 MB/s   406708 calls/s
# udp tx:    777 MB/s    13179 calls/s  13179 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:    630 MB/s   459842 calls/s
# udp tx:    645 MB/s    10944 calls/s  10944 msg/s
# udp rx:    687 MB/s   501715 calls/s
# udp tx:    691 MB/s    11722 calls/s  11722 msg/s
# udp rx:    681 MB/s   496725 calls/s
# udp tx:    684 MB/s    11606 calls/s  11606 msg/s
# udp rx:    685 MB/s   499592 calls/s
# udp tx:    688 MB/s    11670 calls/s  11670 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__->