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:    921 MB/s    15636 calls/s  15636 msg/s
# tcp rx:    961 MB/s    47925 calls/s
# tcp tx:    905 MB/s    15354 calls/s  15354 msg/s
# tcp rx:    920 MB/s    42297 calls/s
# tcp tx:    887 MB/s    15045 calls/s  15045 msg/s
# tcp rx:    886 MB/s    45502 calls/s
# tcp tx:    671 MB/s    11383 calls/s  11383 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:    649 MB/s   470222 calls/s
# udp tx:   1249 MB/s    21195 calls/s  21195 msg/s
# udp rx:    667 MB/s   483072 calls/s
# udp tx:   1288 MB/s    21861 calls/s  21861 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1294 MB/s    21959 calls/s  21959 msg/s
# udp rx:    639 MB/s   463360 calls/s
# udp tx:   1298 MB/s    22022 calls/s  22022 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:    590 MB/s   430645 calls/s
# udp tx:    604 MB/s    10261 calls/s  10261 msg/s
# udp rx:    628 MB/s   458330 calls/s
# udp tx:    631 MB/s    10716 calls/s  10716 msg/s
# udp rx:    626 MB/s   456724 calls/s
# udp tx:    629 MB/s    10675 calls/s  10675 msg/s
# udp rx:    625 MB/s   455879 calls/s
# udp tx:    628 MB/s    10666 calls/s  10666 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__->