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:   1631 MB/s    27667 calls/s  27667 msg/s
# tcp rx:   1633 MB/s    72772 calls/s
# tcp tx:   1479 MB/s    25094 calls/s  25094 msg/s
# tcp rx:   1481 MB/s    60583 calls/s
# tcp tx:   1446 MB/s    24529 calls/s  24529 msg/s
# tcp rx:   1448 MB/s    65667 calls/s
# tcp tx:   1410 MB/s    23920 calls/s  23920 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:    535 MB/s   388407 calls/s
# udp tx:    843 MB/s    14309 calls/s  14309 msg/s
# udp rx:    576 MB/s   417755 calls/s
# udp tx:    868 MB/s    14724 calls/s  14724 msg/s
# udp rx:    557 MB/s   402813 calls/s
# udp tx:    951 MB/s    16145 calls/s  16145 msg/s
# udp rx:    393 MB/s   284725 calls/s
# udp tx:   1087 MB/s    18439 calls/s  18439 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:    649 MB/s   473341 calls/s
# udp tx:    671 MB/s    11385 calls/s  11385 msg/s
# udp rx:    693 MB/s   506128 calls/s
# udp tx:    697 MB/s    11833 calls/s  11833 msg/s
# udp rx:    628 MB/s   458244 calls/s
# udp tx:    624 MB/s    10592 calls/s  10592 msg/s
# udp rx:    570 MB/s   415916 calls/s
# udp tx:    569 MB/s     9664 calls/s   9664 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__->