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:    996 MB/s    16895 calls/s  16895 msg/s
# tcp rx:    996 MB/s    50923 calls/s
# tcp tx:    969 MB/s    16450 calls/s  16450 msg/s
# tcp rx:    970 MB/s    48794 calls/s
# tcp tx:    910 MB/s    15449 calls/s  15449 msg/s
# tcp rx:    912 MB/s    47607 calls/s
# tcp tx:    830 MB/s    14080 calls/s  14080 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:    567 MB/s   410880 calls/s
# udp tx:   1096 MB/s    18590 calls/s  18590 msg/s
# udp rx:    621 MB/s   449981 calls/s
# udp tx:   1243 MB/s    21086 calls/s  21086 msg/s
# udp rx:    640 MB/s   464175 calls/s
# udp tx:   1221 MB/s    20723 calls/s  20723 msg/s
# udp rx:    538 MB/s   390223 calls/s
# udp tx:   1016 MB/s    17248 calls/s  17248 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:    957 MB/s   698441 calls/s
# udp tx:    979 MB/s    16610 calls/s  16610 msg/s
# udp rx:    908 MB/s   662337 calls/s
# udp tx:    909 MB/s    15423 calls/s  15423 msg/s
# udp rx:   1104 MB/s   805343 calls/s
# udp tx:   1117 MB/s    18950 calls/s  18950 msg/s
# udp rx:   1061 MB/s   773843 calls/s
# udp tx:   1054 MB/s    17892 calls/s  17892 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__->