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:    594 MB/s    10087 calls/s  10087 msg/s
# tcp rx:    595 MB/s    30918 calls/s
# tcp tx:    618 MB/s    10491 calls/s  10491 msg/s
# tcp rx:    619 MB/s    31914 calls/s
# tcp tx:    608 MB/s    10321 calls/s  10321 msg/s
# tcp rx:    609 MB/s    31489 calls/s
# tcp tx:    615 MB/s    10432 calls/s  10432 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:    562 MB/s   408807 calls/s
# udp tx:    902 MB/s    15315 calls/s  15315 msg/s
# udp rx:    606 MB/s   439737 calls/s
# udp tx:   1172 MB/s    19886 calls/s  19886 msg/s
# udp rx:    657 MB/s   476641 calls/s
# udp tx:   1195 MB/s    20274 calls/s  20274 msg/s
# udp rx:    667 MB/s   483464 calls/s
# udp tx:   1226 MB/s    20810 calls/s  20810 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:    621 MB/s   453026 calls/s
# udp tx:    636 MB/s    10801 calls/s  10801 msg/s
# udp rx:    638 MB/s   465314 calls/s
# udp tx:    638 MB/s    10830 calls/s  10830 msg/s
# udp rx:    631 MB/s   460504 calls/s
# udp tx:    629 MB/s    10670 calls/s  10670 msg/s
# udp rx:    669 MB/s   488136 calls/s
# udp tx:    672 MB/s    11412 calls/s  11412 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__->