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:    637 MB/s    10811 calls/s  10811 msg/s
# tcp rx:    638 MB/s    32653 calls/s
# tcp tx:    629 MB/s    10685 calls/s  10685 msg/s
# tcp rx:    630 MB/s    32316 calls/s
# tcp tx:    617 MB/s    10468 calls/s  10468 msg/s
# tcp rx:    617 MB/s    31727 calls/s
# tcp tx:    648 MB/s    11001 calls/s  11001 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:    538 MB/s   390182 calls/s
# udp tx:    789 MB/s    13394 calls/s  13394 msg/s
# udp rx:    563 MB/s   408530 calls/s
# udp tx:    755 MB/s    12813 calls/s  12813 msg/s
# udp rx:    551 MB/s   400296 calls/s
# udp tx:    711 MB/s    12069 calls/s  12069 msg/s
# udp rx:    566 MB/s   410604 calls/s
# udp tx:    777 MB/s    13194 calls/s  13194 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:   1119 MB/s   816516 calls/s
# udp tx:   1144 MB/s    19414 calls/s  19414 msg/s
# udp rx:   1163 MB/s   848550 calls/s
# udp tx:   1163 MB/s    19732 calls/s  19732 msg/s
# udp rx:   1164 MB/s   849195 calls/s
# udp tx:   1164 MB/s    19749 calls/s  19749 msg/s
# udp rx:   1159 MB/s   845269 calls/s
# udp tx:   1158 MB/s    19655 calls/s  19655 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__->