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:    929 MB/s    15769 calls/s  15769 msg/s
# tcp rx:    929 MB/s    49628 calls/s
# tcp tx:    979 MB/s    16609 calls/s  16609 msg/s
# tcp rx:    979 MB/s    50692 calls/s
# tcp tx:    990 MB/s    16792 calls/s  16792 msg/s
# tcp rx:    991 MB/s    50753 calls/s
# tcp tx:    983 MB/s    16681 calls/s  16681 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:    633 MB/s   459395 calls/s
# udp tx:   1159 MB/s    19667 calls/s  19667 msg/s
# udp rx:    648 MB/s   470272 calls/s
# udp tx:   1198 MB/s    20321 calls/s  20321 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1261 MB/s    21391 calls/s  21391 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1188 MB/s    20155 calls/s  20155 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:    579 MB/s   422760 calls/s
# udp tx:    592 MB/s    10054 calls/s  10054 msg/s
# udp rx:    659 MB/s   481275 calls/s
# udp tx:    659 MB/s    11181 calls/s  11181 msg/s
# udp rx:    703 MB/s   512984 calls/s
# udp tx:    711 MB/s    12060 calls/s  12060 msg/s
# udp rx:   1086 MB/s   792753 calls/s
# udp tx:   1086 MB/s    18435 calls/s  18435 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__->