make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    920 MB/s    15616 calls/s  15616 msg/s
# tcp rx:    921 MB/s    49328 calls/s
# tcp tx:    960 MB/s    16290 calls/s  16290 msg/s
# tcp rx:    961 MB/s    49809 calls/s
# tcp tx:    916 MB/s    15552 calls/s  15552 msg/s
# tcp rx:    917 MB/s    48063 calls/s
# tcp tx:    892 MB/s    15134 calls/s  15134 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:    607 MB/s   440832 calls/s
# udp tx:   1296 MB/s    21993 calls/s  21993 msg/s
# udp rx:    663 MB/s   480299 calls/s
# udp tx:   1270 MB/s    21546 calls/s  21546 msg/s
# udp rx:    605 MB/s   438811 calls/s
# udp tx:   1043 MB/s    17696 calls/s  17696 msg/s
# udp rx:    482 MB/s   349195 calls/s
# udp tx:    825 MB/s    13996 calls/s  13996 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:   1056 MB/s   770413 calls/s
# udp tx:   1084 MB/s    18394 calls/s  18394 msg/s
# udp rx:   1131 MB/s   825453 calls/s
# udp tx:   1132 MB/s    19216 calls/s  19216 msg/s
# udp rx:   1147 MB/s   836828 calls/s
# udp tx:   1146 MB/s    19446 calls/s  19446 msg/s
# udp rx:   1146 MB/s   836020 calls/s
# udp tx:   1149 MB/s    19503 calls/s  19503 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__->