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:    826 MB/s    14016 calls/s  14016 msg/s
# tcp rx:    826 MB/s    68449 calls/s
# tcp tx:    858 MB/s    14560 calls/s  14560 msg/s
# tcp rx:    865 MB/s    65839 calls/s
# tcp tx:    821 MB/s    13934 calls/s  13934 msg/s
# tcp rx:    820 MB/s    63728 calls/s
# tcp tx:    853 MB/s    14472 calls/s  14472 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:    630 MB/s   456696 calls/s
# udp tx:   1180 MB/s    20019 calls/s  20019 msg/s
# udp rx:    675 MB/s   489521 calls/s
# udp tx:   1288 MB/s    21857 calls/s  21857 msg/s
# udp rx:    676 MB/s   489728 calls/s
# udp tx:   1289 MB/s    21864 calls/s  21864 msg/s
# udp rx:    676 MB/s   489728 calls/s
# udp tx:   1286 MB/s    21824 calls/s  21824 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:   1092 MB/s   796987 calls/s
# udp tx:   1124 MB/s    19065 calls/s  19065 msg/s
# udp rx:   1157 MB/s   844418 calls/s
# udp tx:   1156 MB/s    19619 calls/s  19619 msg/s
# udp rx:   1136 MB/s   828642 calls/s
# udp tx:   1136 MB/s    19269 calls/s  19269 msg/s
# udp rx:   1136 MB/s   828918 calls/s
# udp tx:   1136 MB/s    19272 calls/s  19272 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__->