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:    757 MB/s    12855 calls/s  12855 msg/s
# tcp rx:    760 MB/s    58619 calls/s
# tcp tx:    728 MB/s    12348 calls/s  12348 msg/s
# tcp rx:    728 MB/s    57632 calls/s
# tcp tx:    784 MB/s    13300 calls/s  13300 msg/s
# tcp rx:    791 MB/s    61858 calls/s
# tcp tx:    508 MB/s     8617 calls/s   8617 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:    537 MB/s   390179 calls/s
# udp tx:    722 MB/s    12254 calls/s  12254 msg/s
# udp rx:    576 MB/s   418120 calls/s
# udp tx:    750 MB/s    12725 calls/s  12725 msg/s
# udp rx:    568 MB/s   412339 calls/s
# udp tx:    759 MB/s    12875 calls/s  12875 msg/s
# udp rx:    522 MB/s   378508 calls/s
# udp tx:    807 MB/s    13689 calls/s  13689 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:    614 MB/s   448149 calls/s
# udp tx:    630 MB/s    10695 calls/s  10695 msg/s
# udp rx:    624 MB/s   455344 calls/s
# udp tx:    626 MB/s    10627 calls/s  10627 msg/s
# udp rx:    635 MB/s   463836 calls/s
# udp tx:    637 MB/s    10818 calls/s  10818 msg/s
# udp rx:    630 MB/s   459687 calls/s
# udp tx:    631 MB/s    10714 calls/s  10714 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__->