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:    933 MB/s    15831 calls/s  15831 msg/s
# tcp rx:    936 MB/s    48551 calls/s
# tcp tx:    941 MB/s    15961 calls/s  15961 msg/s
# tcp rx:    943 MB/s    48161 calls/s
# tcp tx:    942 MB/s    15985 calls/s  15985 msg/s
# tcp rx:    943 MB/s    48457 calls/s
# tcp tx:    940 MB/s    15957 calls/s  15957 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:    477 MB/s   346028 calls/s
# udp tx:    825 MB/s    13999 calls/s  13999 msg/s
# udp rx:    468 MB/s   339286 calls/s
# udp tx:    872 MB/s    14794 calls/s  14794 msg/s
# udp rx:    487 MB/s   352798 calls/s
# udp tx:    850 MB/s    14424 calls/s  14424 msg/s
# udp rx:    490 MB/s   355334 calls/s
# udp tx:    807 MB/s    13702 calls/s  13702 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:    587 MB/s   428124 calls/s
# udp tx:    602 MB/s    10212 calls/s  10212 msg/s
# udp rx:    590 MB/s   430703 calls/s
# udp tx:    591 MB/s    10027 calls/s  10027 msg/s
# udp rx:    590 MB/s   430565 calls/s
# udp tx:    590 MB/s    10008 calls/s  10008 msg/s
# udp rx:    570 MB/s   415845 calls/s
# udp tx:    570 MB/s     9683 calls/s   9683 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__->