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:    782 MB/s    13268 calls/s  13268 msg/s
# tcp rx:    788 MB/s    41016 calls/s
# tcp tx:    843 MB/s    14298 calls/s  14298 msg/s
# tcp rx:    846 MB/s    43155 calls/s
# tcp tx:    931 MB/s    15799 calls/s  15799 msg/s
# tcp rx:    932 MB/s    47492 calls/s
# tcp tx:    918 MB/s    15580 calls/s  15580 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:    628 MB/s   455583 calls/s
# udp tx:   1252 MB/s    21244 calls/s  21244 msg/s
# udp rx:    657 MB/s   476466 calls/s
# udp tx:   1267 MB/s    21498 calls/s  21498 msg/s
# udp rx:    650 MB/s   471253 calls/s
# udp tx:   1268 MB/s    21521 calls/s  21521 msg/s
# udp rx:    630 MB/s   456301 calls/s
# udp tx:   1271 MB/s    21558 calls/s  21558 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:   1013 MB/s   739362 calls/s
# udp tx:   1044 MB/s    17716 calls/s  17716 msg/s
# udp rx:   1052 MB/s   767764 calls/s
# udp tx:   1052 MB/s    17857 calls/s  17857 msg/s
# udp rx:   1067 MB/s   778838 calls/s
# udp tx:   1068 MB/s    18119 calls/s  18119 msg/s
# udp rx:   1067 MB/s   778522 calls/s
# udp tx:   1067 MB/s    18101 calls/s  18101 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__->