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:    676 MB/s    11472 calls/s  11472 msg/s
# tcp rx:    677 MB/s    34570 calls/s
# tcp tx:    677 MB/s    11496 calls/s  11496 msg/s
# tcp rx:    678 MB/s    34626 calls/s
# tcp tx:    667 MB/s    11321 calls/s  11321 msg/s
# tcp rx:    668 MB/s    34166 calls/s
# tcp tx:    655 MB/s    11120 calls/s  11120 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:    603 MB/s   436992 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 msg/s
# udp rx:    646 MB/s   468224 calls/s
# udp tx:   1243 MB/s    21099 calls/s  21099 msg/s
# udp rx:    498 MB/s   361326 calls/s
# udp tx:    823 MB/s    13964 calls/s  13964 msg/s
# udp rx:    519 MB/s   376379 calls/s
# udp tx:    779 MB/s    13213 calls/s  13213 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:    646 MB/s   471566 calls/s
# udp tx:    667 MB/s    11319 calls/s  11319 msg/s
# udp rx:    701 MB/s   511341 calls/s
# udp tx:    695 MB/s    11797 calls/s  11797 msg/s
# udp rx:    655 MB/s   478300 calls/s
# udp tx:    661 MB/s    11220 calls/s  11220 msg/s
# udp rx:    703 MB/s   512971 calls/s
# udp tx:    702 MB/s    11923 calls/s  11923 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__->