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:    609 MB/s    10335 calls/s  10335 msg/s
# tcp rx:    609 MB/s    35133 calls/s
# tcp tx:    538 MB/s     9138 calls/s   9138 msg/s
# tcp rx:    539 MB/s    32226 calls/s
# tcp tx:    533 MB/s     9047 calls/s   9047 msg/s
# tcp rx:    533 MB/s    32179 calls/s
# tcp tx:    898 MB/s    15243 calls/s  15243 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:    507 MB/s   367872 calls/s
# udp tx:    817 MB/s    13859 calls/s  13859 msg/s
# udp rx:    548 MB/s   398244 calls/s
# udp tx:    704 MB/s    11951 calls/s  11951 msg/s
# udp rx:    567 MB/s   411886 calls/s
# udp tx:    749 MB/s    12705 calls/s  12705 msg/s
# udp rx:    570 MB/s   413992 calls/s
# udp tx:    745 MB/s    12643 calls/s  12643 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:    639 MB/s   466034 calls/s
# udp tx:    656 MB/s    11142 calls/s  11142 msg/s
# udp rx:    684 MB/s   499101 calls/s
# udp tx:    683 MB/s    11590 calls/s  11590 msg/s
# udp rx:    682 MB/s   497532 calls/s
# udp tx:    681 MB/s    11564 calls/s  11564 msg/s
# udp rx:    665 MB/s   485423 calls/s
# udp tx:    665 MB/s    11279 calls/s  11279 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__->