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:   1011 MB/s    17162 calls/s  17162 msg/s
# tcp rx:   1029 MB/s    51909 calls/s
# tcp tx:    930 MB/s    15779 calls/s  15779 msg/s
# tcp rx:    930 MB/s    47665 calls/s
# tcp tx:    885 MB/s    15015 calls/s  15015 msg/s
# tcp rx:    886 MB/s    45258 calls/s
# tcp tx:    935 MB/s    15875 calls/s  15875 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:    595 MB/s   432125 calls/s
# udp tx:   1026 MB/s    17411 calls/s  17411 msg/s
# udp rx:    467 MB/s   339077 calls/s
# udp tx:    880 MB/s    14941 calls/s  14941 msg/s
# udp rx:    569 MB/s   412549 calls/s
# udp tx:    777 MB/s    13181 calls/s  13181 msg/s
# udp rx:    568 MB/s   412329 calls/s
# udp tx:    789 MB/s    13388 calls/s  13388 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:   1042 MB/s   760554 calls/s
# udp tx:   1072 MB/s    18195 calls/s  18195 msg/s
# udp rx:   1154 MB/s   841924 calls/s
# udp tx:   1142 MB/s    19380 calls/s  19380 msg/s
# udp rx:   1132 MB/s   825758 calls/s
# udp tx:   1141 MB/s    19367 calls/s  19367 msg/s
# udp rx:   1165 MB/s   849821 calls/s
# udp tx:   1164 MB/s    19746 calls/s  19746 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__->