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:    887 MB/s    15053 calls/s  15053 msg/s
# tcp rx:    888 MB/s    47603 calls/s
# tcp tx:    984 MB/s    16697 calls/s  16697 msg/s
# tcp rx:    985 MB/s    50311 calls/s
# tcp tx:   1002 MB/s    16995 calls/s  16995 msg/s
# tcp rx:   1003 MB/s    51196 calls/s
# tcp tx:   1022 MB/s    17339 calls/s  17339 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:    581 MB/s   421359 calls/s
# udp tx:   1140 MB/s    19348 calls/s  19348 msg/s
# udp rx:    615 MB/s   445696 calls/s
# udp tx:   1293 MB/s    21934 calls/s  21934 msg/s
# udp rx:    593 MB/s   430080 calls/s
# udp tx:   1301 MB/s    22073 calls/s  22073 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1280 MB/s    21717 calls/s  21717 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:   1008 MB/s   735267 calls/s
# udp tx:   1033 MB/s    17531 calls/s  17531 msg/s
# udp rx:   1153 MB/s   841558 calls/s
# udp tx:   1153 MB/s    19559 calls/s  19559 msg/s
# udp rx:   1149 MB/s   838461 calls/s
# udp tx:   1148 MB/s    19483 calls/s  19483 msg/s
# udp rx:   1148 MB/s   837280 calls/s
# udp tx:   1146 MB/s    19453 calls/s  19453 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__->