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:   1008 MB/s    17113 calls/s  17113 msg/s
# tcp rx:   1023 MB/s    51725 calls/s
# tcp tx:    985 MB/s    16715 calls/s  16715 msg/s
# tcp rx:    991 MB/s    49716 calls/s
# tcp tx:    981 MB/s    16650 calls/s  16650 msg/s
# tcp rx:    992 MB/s    49247 calls/s
# tcp tx:    977 MB/s    16581 calls/s  16581 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:    602 MB/s   436224 calls/s
# udp tx:   1302 MB/s    22093 calls/s  22093 msg/s
# udp rx:    632 MB/s   458002 calls/s
# udp tx:   1294 MB/s    21962 calls/s  21962 msg/s
# udp rx:    538 MB/s   391335 calls/s
# udp tx:    748 MB/s    12702 calls/s  12702 msg/s
# udp rx:    558 MB/s   406038 calls/s
# udp tx:    675 MB/s    11456 calls/s  11456 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:    589 MB/s   429837 calls/s
# udp tx:    603 MB/s    10240 calls/s  10240 msg/s
# udp rx:    630 MB/s   459788 calls/s
# udp tx:    632 MB/s    10721 calls/s  10721 msg/s
# udp rx:    629 MB/s   459345 calls/s
# udp tx:    630 MB/s    10689 calls/s  10689 msg/s
# udp rx:    630 MB/s   459943 calls/s
# udp tx:    632 MB/s    10720 calls/s  10720 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__->