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:    586 MB/s     9949 calls/s   9949 msg/s
# tcp rx:    587 MB/s    33437 calls/s
# tcp tx:    573 MB/s     9728 calls/s   9728 msg/s
# tcp rx:    574 MB/s    32125 calls/s
# tcp tx:    551 MB/s     9353 calls/s   9353 msg/s
# tcp rx:    551 MB/s    32337 calls/s
# tcp tx:    557 MB/s     9461 calls/s   9461 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:    547 MB/s   396833 calls/s
# udp tx:   1058 MB/s    17954 calls/s  17954 msg/s
# udp rx:    636 MB/s   461312 calls/s
# udp tx:   1311 MB/s    22246 calls/s  22246 msg/s
# udp rx:    591 MB/s   428544 calls/s
# udp tx:   1326 MB/s    22497 calls/s  22497 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1306 MB/s    22159 calls/s  22159 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:   1102 MB/s   804195 calls/s
# udp tx:   1126 MB/s    19098 calls/s  19098 msg/s
# udp rx:   1095 MB/s   799176 calls/s
# udp tx:   1095 MB/s    18576 calls/s  18576 msg/s
# udp rx:   1110 MB/s   809760 calls/s
# udp tx:   1108 MB/s    18804 calls/s  18804 msg/s
# udp rx:   1087 MB/s   793001 calls/s
# udp tx:   1086 MB/s    18432 calls/s  18432 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__->