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:    866 MB/s    14688 calls/s  14688 msg/s
# tcp rx:    866 MB/s    52523 calls/s
# tcp tx:    898 MB/s    15235 calls/s  15235 msg/s
# tcp rx:    899 MB/s    50440 calls/s
# tcp tx:    915 MB/s    15525 calls/s  15525 msg/s
# tcp rx:    916 MB/s    47036 calls/s
# tcp tx:    698 MB/s    11850 calls/s  11850 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:    624 MB/s   452352 calls/s
# udp tx:   1223 MB/s    20750 calls/s  20750 msg/s
# udp rx:    660 MB/s   478720 calls/s
# udp tx:   1215 MB/s    20615 calls/s  20615 msg/s
# udp rx:    665 MB/s   482560 calls/s
# udp tx:   1132 MB/s    19213 calls/s  19213 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1228 MB/s    20837 calls/s  20837 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:    637 MB/s   465202 calls/s
# udp tx:    652 MB/s    11072 calls/s  11072 msg/s
# udp rx:    653 MB/s   476809 calls/s
# udp tx:    652 MB/s    11069 calls/s  11069 msg/s
# udp rx:    668 MB/s   487668 calls/s
# udp tx:    668 MB/s    11343 calls/s  11343 msg/s
# udp rx:    674 MB/s   491898 calls/s
# udp tx:    683 MB/s    11601 calls/s  11601 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__->