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:    929 MB/s    15758 calls/s  15758 msg/s
# tcp rx:    929 MB/s    48284 calls/s
# tcp tx:    929 MB/s    15760 calls/s  15760 msg/s
# tcp rx:    929 MB/s    48104 calls/s
# tcp tx:    904 MB/s    15349 calls/s  15349 msg/s
# tcp rx:    906 MB/s    47368 calls/s
# tcp tx:    901 MB/s    15287 calls/s  15287 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:    545 MB/s   395520 calls/s
# udp tx:   1187 MB/s    20135 calls/s  20135 msg/s
# udp rx:    607 MB/s   439801 calls/s
# udp tx:   1289 MB/s    21876 calls/s  21876 msg/s
# udp rx:    608 MB/s   440576 calls/s
# udp tx:   1291 MB/s    21906 calls/s  21906 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1279 MB/s    21702 calls/s  21702 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:   1090 MB/s   795142 calls/s
# udp tx:   1115 MB/s    18920 calls/s  18920 msg/s
# udp rx:   1130 MB/s   824172 calls/s
# udp tx:   1132 MB/s    19204 calls/s  19204 msg/s
# udp rx:   1127 MB/s   822027 calls/s
# udp tx:   1128 MB/s    19144 calls/s  19144 msg/s
# udp rx:   1129 MB/s   823991 calls/s
# udp tx:   1131 MB/s    19192 calls/s  19192 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__->