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:    626 MB/s    10634 calls/s  10634 msg/s
# tcp rx:    627 MB/s    32368 calls/s
# tcp tx:    581 MB/s     9859 calls/s   9859 msg/s
# tcp rx:    581 MB/s    30362 calls/s
# tcp tx:    608 MB/s    10314 calls/s  10314 msg/s
# tcp rx:    608 MB/s    31635 calls/s
# tcp tx:    658 MB/s    11164 calls/s  11164 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:    598 MB/s   433920 calls/s
# udp tx:   1105 MB/s    18746 calls/s  18746 msg/s
# udp rx:    646 MB/s   468520 calls/s
# udp tx:   1213 MB/s    20582 calls/s  20582 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1210 MB/s    20538 calls/s  20538 msg/s
# udp rx:    668 MB/s   484096 calls/s
# udp tx:   1177 MB/s    19969 calls/s  19969 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:   1131 MB/s   825209 calls/s
# udp tx:   1158 MB/s    19652 calls/s  19652 msg/s
# udp rx:   1165 MB/s   849847 calls/s
# udp tx:   1167 MB/s    19801 calls/s  19801 msg/s
# udp rx:   1164 MB/s   849111 calls/s
# udp tx:   1164 MB/s    19758 calls/s  19758 msg/s
# udp rx:   1164 MB/s   848944 calls/s
# udp tx:   1164 MB/s    19759 calls/s  19759 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__->