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:    978 MB/s    16592 calls/s  16592 msg/s
# tcp rx:    978 MB/s    50994 calls/s
# tcp tx:    956 MB/s    16225 calls/s  16225 msg/s
# tcp rx:    969 MB/s    48832 calls/s
# tcp tx:    994 MB/s    16865 calls/s  16865 msg/s
# tcp rx:    998 MB/s    49961 calls/s
# tcp tx:    908 MB/s    15410 calls/s  15410 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:    593 MB/s   429750 calls/s
# udp tx:   1136 MB/s    19271 calls/s  19271 msg/s
# udp rx:    664 MB/s   481295 calls/s
# udp tx:   1187 MB/s    20140 calls/s  20140 msg/s
# udp rx:    663 MB/s   480791 calls/s
# udp tx:   1263 MB/s    21427 calls/s  21427 msg/s
# udp rx:    665 MB/s   481642 calls/s
# udp tx:   1280 MB/s    21718 calls/s  21718 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:    595 MB/s   434133 calls/s
# udp tx:    613 MB/s    10397 calls/s  10397 msg/s
# udp rx:    633 MB/s   462065 calls/s
# udp tx:    634 MB/s    10768 calls/s  10768 msg/s
# udp rx:    637 MB/s   464686 calls/s
# udp tx:    638 MB/s    10822 calls/s  10822 msg/s
# udp rx:    642 MB/s   468386 calls/s
# udp tx:    644 MB/s    10925 calls/s  10925 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__->