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:   1017 MB/s    17252 calls/s  17252 msg/s
# tcp rx:   1018 MB/s    52251 calls/s
# tcp tx:   1010 MB/s    17143 calls/s  17143 msg/s
# tcp rx:   1011 MB/s    52007 calls/s
# tcp tx:   1010 MB/s    17136 calls/s  17136 msg/s
# tcp rx:   1011 MB/s    51838 calls/s
# tcp tx:   1017 MB/s    17263 calls/s  17263 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:    595 MB/s   431360 calls/s
# udp tx:   1283 MB/s    21772 calls/s  21772 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1268 MB/s    21507 calls/s  21507 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1265 MB/s    21471 calls/s  21471 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1266 MB/s    21475 calls/s  21475 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:   1066 MB/s   777494 calls/s
# udp tx:   1094 MB/s    18556 calls/s  18556 msg/s
# udp rx:   1133 MB/s   826437 calls/s
# udp tx:   1133 MB/s    19217 calls/s  19217 msg/s
# udp rx:   1132 MB/s   825738 calls/s
# udp tx:   1131 MB/s    19189 calls/s  19189 msg/s
# udp rx:   1128 MB/s   823017 calls/s
# udp tx:   1127 MB/s    19129 calls/s  19129 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__->