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:    619 MB/s    10501 calls/s  10501 msg/s
# tcp rx:    620 MB/s    33808 calls/s
# tcp tx:    566 MB/s     9606 calls/s   9606 msg/s
# tcp rx:    566 MB/s    32204 calls/s
# tcp tx:    572 MB/s     9706 calls/s   9706 msg/s
# tcp rx:    574 MB/s    32225 calls/s
# tcp tx:    562 MB/s     9541 calls/s   9541 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:    505 MB/s   366124 calls/s
# udp tx:    803 MB/s    13631 calls/s  13631 msg/s
# udp rx:    538 MB/s   390631 calls/s
# udp tx:    842 MB/s    14293 calls/s  14293 msg/s
# udp rx:    549 MB/s   398080 calls/s
# udp tx:    827 MB/s    14036 calls/s  14036 msg/s
# udp rx:    517 MB/s   375040 calls/s
# udp tx:    861 MB/s    14604 calls/s  14604 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:    617 MB/s   450679 calls/s
# udp tx:    637 MB/s    10817 calls/s  10817 msg/s
# udp rx:    642 MB/s   468482 calls/s
# udp tx:    641 MB/s    10881 calls/s  10881 msg/s
# udp rx:    638 MB/s   465508 calls/s
# udp tx:    637 MB/s    10811 calls/s  10811 msg/s
# udp rx:    642 MB/s   468831 calls/s
# udp tx:    642 MB/s    10903 calls/s  10903 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__->