make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    917 MB/s    15555 calls/s  15555 msg/s
# tcp rx:    937 MB/s    46649 calls/s
# tcp tx:    922 MB/s    15638 calls/s  15638 msg/s
# tcp rx:    932 MB/s    45522 calls/s
# tcp tx:    928 MB/s    15748 calls/s  15748 msg/s
# tcp rx:    922 MB/s    45371 calls/s
# tcp tx:    945 MB/s    16036 calls/s  16036 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:    576 MB/s   418048 calls/s
# udp tx:   1305 MB/s    22147 calls/s  22147 msg/s
# udp rx:    619 MB/s   449024 calls/s
# udp tx:   1264 MB/s    21452 calls/s  21452 msg/s
# udp rx:    505 MB/s   366080 calls/s
# udp tx:    992 MB/s    16836 calls/s  16836 msg/s
# udp rx:    522 MB/s   378624 calls/s
# udp tx:    814 MB/s    13811 calls/s  13811 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:    989 MB/s   721858 calls/s
# udp tx:   1018 MB/s    17280 calls/s  17280 msg/s
# udp rx:   1151 MB/s   839549 calls/s
# udp tx:   1151 MB/s    19523 calls/s  19523 msg/s
# udp rx:   1099 MB/s   802065 calls/s
# udp tx:   1099 MB/s    18648 calls/s  18648 msg/s
# udp rx:   1144 MB/s   834685 calls/s
# udp tx:   1144 MB/s    19404 calls/s  19404 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__->