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:    960 MB/s    16285 calls/s  16285 msg/s
# tcp rx:    960 MB/s    50028 calls/s
# tcp tx:    968 MB/s    16425 calls/s  16425 msg/s
# tcp rx:    969 MB/s    50327 calls/s
# tcp tx:   1008 MB/s    17105 calls/s  17105 msg/s
# tcp rx:   1009 MB/s    51531 calls/s
# tcp tx:   1017 MB/s    17263 calls/s  17263 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:    595 MB/s   431360 calls/s
# udp tx:   1287 MB/s    21842 calls/s  21842 msg/s
# udp rx:    661 MB/s   479744 calls/s
# udp tx:   1185 MB/s    20099 calls/s  20099 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1276 MB/s    21657 calls/s  21657 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1274 MB/s    21619 calls/s  21619 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:   1046 MB/s   763481 calls/s
# udp tx:   1070 MB/s    18154 calls/s  18154 msg/s
# udp rx:   1092 MB/s   796696 calls/s
# udp tx:   1091 MB/s    18516 calls/s  18516 msg/s
# udp rx:   1090 MB/s   795140 calls/s
# udp tx:   1089 MB/s    18485 calls/s  18485 msg/s
# udp rx:   1089 MB/s   794635 calls/s
# udp tx:   1089 MB/s    18471 calls/s  18471 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__->