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:    966 MB/s    16392 calls/s  16392 msg/s
# tcp rx:    966 MB/s    51695 calls/s
# tcp tx:    978 MB/s    16601 calls/s  16601 msg/s
# tcp rx:    982 MB/s    50226 calls/s
# tcp tx:    956 MB/s    16225 calls/s  16225 msg/s
# tcp rx:    956 MB/s    49521 calls/s
# tcp tx:    897 MB/s    15214 calls/s  15214 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:    648 MB/s   470016 calls/s
# udp tx:   1283 MB/s    21774 calls/s  21774 msg/s
# udp rx:    662 MB/s   479558 calls/s
# udp tx:   1282 MB/s    21749 calls/s  21749 msg/s
# udp rx:    636 MB/s   461166 calls/s
# udp tx:   1295 MB/s    21975 calls/s  21975 msg/s
# udp rx:    657 MB/s   476065 calls/s
# udp tx:   1245 MB/s    21119 calls/s  21119 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:   1074 MB/s   783587 calls/s
# udp tx:   1096 MB/s    18603 calls/s  18603 msg/s
# udp rx:   1056 MB/s   770474 calls/s
# udp tx:   1051 MB/s    17834 calls/s  17834 msg/s
# udp rx:   1105 MB/s   806254 calls/s
# udp tx:   1109 MB/s    18816 calls/s  18816 msg/s
# udp rx:   1104 MB/s   805792 calls/s
# udp tx:   1096 MB/s    18594 calls/s  18594 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__->