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:    992 MB/s    16837 calls/s  16837 msg/s
# tcp rx:    993 MB/s    50763 calls/s
# tcp tx:    976 MB/s    16570 calls/s  16570 msg/s
# tcp rx:    978 MB/s    49389 calls/s
# tcp tx:    988 MB/s    16765 calls/s  16765 msg/s
# tcp rx:    989 MB/s    50002 calls/s
# tcp tx:    978 MB/s    16597 calls/s  16597 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:    648 MB/s   470059 calls/s
# udp tx:   1207 MB/s    20483 calls/s  20483 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1292 MB/s    21920 calls/s  21920 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1304 MB/s    22125 calls/s  22125 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1298 MB/s    22015 calls/s  22015 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:   1166 MB/s   850794 calls/s
# udp tx:   1193 MB/s    20248 calls/s  20248 msg/s
# udp rx:   1133 MB/s   826387 calls/s
# udp tx:   1135 MB/s    19251 calls/s  19251 msg/s
# udp rx:   1142 MB/s   833009 calls/s
# udp tx:   1143 MB/s    19398 calls/s  19398 msg/s
# udp rx:   1140 MB/s   831509 calls/s
# udp tx:   1142 MB/s    19373 calls/s  19373 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__->