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:    894 MB/s    15172 calls/s  15172 msg/s
# tcp rx:    894 MB/s    44872 calls/s
# tcp tx:    892 MB/s    15144 calls/s  15144 msg/s
# tcp rx:    893 MB/s    45103 calls/s
# tcp tx:    900 MB/s    15277 calls/s  15277 msg/s
# tcp rx:    901 MB/s    45373 calls/s
# tcp tx:    904 MB/s    15337 calls/s  15337 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:    633 MB/s   458752 calls/s
# udp tx:   1300 MB/s    22062 calls/s  22062 msg/s
# udp rx:    556 MB/s   402944 calls/s
# udp tx:   1325 MB/s    22479 calls/s  22479 msg/s
# udp rx:    630 MB/s   456960 calls/s
# udp tx:   1298 MB/s    22030 calls/s  22030 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1289 MB/s    21863 calls/s  21863 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:   1075 MB/s   784393 calls/s
# udp tx:   1102 MB/s    18695 calls/s  18695 msg/s
# udp rx:   1154 MB/s   841721 calls/s
# udp tx:   1150 MB/s    19508 calls/s  19508 msg/s
# udp rx:   1129 MB/s   823481 calls/s
# udp tx:   1121 MB/s    19023 calls/s  19023 msg/s
# udp rx:   1105 MB/s   806047 calls/s
# udp tx:   1112 MB/s    18862 calls/s  18862 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__->