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 6000
# 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:    629 MB/s    10683 calls/s  10683 msg/s
# tcp rx:    635 MB/s    23860 calls/s
# tcp tx:    603 MB/s    10233 calls/s  10233 msg/s
# tcp rx:    603 MB/s    20466 calls/s
# tcp tx:    617 MB/s    10468 calls/s  10468 msg/s
# tcp rx:    618 MB/s    20870 calls/s
# tcp tx:    615 MB/s    10431 calls/s  10431 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:    489 MB/s   355719 calls/s
# udp tx:    619 MB/s    10506 calls/s  10506 msg/s
# udp rx:    456 MB/s   331452 calls/s
# udp tx:    645 MB/s    10941 calls/s  10941 msg/s
# udp rx:    405 MB/s   294656 calls/s
# udp tx:    608 MB/s    10316 calls/s  10316 msg/s
# udp rx:    425 MB/s   309248 calls/s
# udp tx:    507 MB/s     8614 calls/s   8614 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:    409 MB/s   298420 calls/s
# udp tx:    419 MB/s     7123 calls/s   7123 msg/s
# udp rx:    367 MB/s   267774 calls/s
# udp tx:    366 MB/s     6209 calls/s   6209 msg/s
# udp rx:    382 MB/s   278750 calls/s
# udp tx:    385 MB/s     6533 calls/s   6533 msg/s
# udp rx:    444 MB/s   324226 calls/s
# udp tx:    444 MB/s     7534 calls/s   7534 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__->