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:    863 MB/s    14650 calls/s  14650 msg/s
# tcp rx:    864 MB/s    65865 calls/s
# tcp tx:    841 MB/s    14272 calls/s  14272 msg/s
# tcp rx:    842 MB/s    64257 calls/s
# tcp tx:    876 MB/s    14874 calls/s  14874 msg/s
# tcp rx:    877 MB/s    64386 calls/s
# tcp tx:    860 MB/s    14599 calls/s  14599 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:    606 MB/s   439552 calls/s
# udp tx:   1240 MB/s    21044 calls/s  21044 msg/s
# udp rx:    655 MB/s   474435 calls/s
# udp tx:   1274 MB/s    21620 calls/s  21620 msg/s
# udp rx:    624 MB/s   452068 calls/s
# udp tx:   1279 MB/s    21693 calls/s  21693 msg/s
# udp rx:    664 MB/s   480929 calls/s
# udp tx:   1269 MB/s    21536 calls/s  21536 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:    629 MB/s   458985 calls/s
# udp tx:    646 MB/s    10972 calls/s  10972 msg/s
# udp rx:    629 MB/s   459246 calls/s
# udp tx:    629 MB/s    10680 calls/s  10680 msg/s
# udp rx:    629 MB/s   458987 calls/s
# udp tx:    630 MB/s    10686 calls/s  10686 msg/s
# udp rx:    626 MB/s   457074 calls/s
# udp tx:    626 MB/s    10618 calls/s  10618 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__->