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:    843 MB/s    14306 calls/s  14306 msg/s
# tcp rx:    847 MB/s    64903 calls/s
# tcp tx:    836 MB/s    14194 calls/s  14194 msg/s
# tcp rx:    838 MB/s    64982 calls/s
# tcp tx:    840 MB/s    14251 calls/s  14251 msg/s
# tcp rx:    846 MB/s    63779 calls/s
# tcp tx:    842 MB/s    14289 calls/s  14289 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:    655 MB/s   474733 calls/s
# udp tx:   1272 MB/s    21584 calls/s  21584 msg/s
# udp rx:    658 MB/s   477076 calls/s
# udp tx:   1273 MB/s    21595 calls/s  21595 msg/s
# udp rx:    672 MB/s   487092 calls/s
# udp tx:   1276 MB/s    21651 calls/s  21651 msg/s
# udp rx:    673 MB/s   487617 calls/s
# udp tx:   1286 MB/s    21820 calls/s  21820 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:   1131 MB/s   825029 calls/s
# udp tx:   1152 MB/s    19541 calls/s  19541 msg/s
# udp rx:   1150 MB/s   838982 calls/s
# udp tx:   1150 MB/s    19509 calls/s  19509 msg/s
# udp rx:   1134 MB/s   827245 calls/s
# udp tx:   1133 MB/s    19230 calls/s  19230 msg/s
# udp rx:   1153 MB/s   840961 calls/s
# udp tx:   1153 MB/s    19571 calls/s  19571 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__->