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:    936 MB/s    15883 calls/s  15883 msg/s
# tcp rx:    936 MB/s    47888 calls/s
# tcp tx:    988 MB/s    16773 calls/s  16773 msg/s
# tcp rx:    989 MB/s    50375 calls/s
# tcp tx:    920 MB/s    15618 calls/s  15618 msg/s
# tcp rx:    921 MB/s    48813 calls/s
# tcp tx:   1003 MB/s    17023 calls/s  17023 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:    611 MB/s   443425 calls/s
# udp tx:   1130 MB/s    19167 calls/s  19167 msg/s
# udp rx:    659 MB/s   477453 calls/s
# udp tx:   1153 MB/s    19559 calls/s  19559 msg/s
# udp rx:    656 MB/s   475648 calls/s
# udp tx:   1218 MB/s    20665 calls/s  20665 msg/s
# udp rx:    656 MB/s   475392 calls/s
# udp tx:   1221 MB/s    20715 calls/s  20715 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:   1091 MB/s   795732 calls/s
# udp tx:   1119 MB/s    18995 calls/s  18995 msg/s
# udp rx:   1114 MB/s   812778 calls/s
# udp tx:   1116 MB/s    18936 calls/s  18936 msg/s
# udp rx:   1118 MB/s   815813 calls/s
# udp tx:   1119 MB/s    18994 calls/s  18994 msg/s
# udp rx:   1119 MB/s   816568 calls/s
# udp tx:   1120 MB/s    19008 calls/s  19008 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__->