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:   1038 MB/s    17606 calls/s  17606 msg/s
# tcp rx:   1038 MB/s    52726 calls/s
# tcp tx:   1016 MB/s    17241 calls/s  17241 msg/s
# tcp rx:   1017 MB/s    51791 calls/s
# tcp tx:   1018 MB/s    17272 calls/s  17272 msg/s
# tcp rx:   1019 MB/s    51852 calls/s
# tcp tx:   1019 MB/s    17291 calls/s  17291 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:    610 MB/s   442112 calls/s
# udp tx:   1262 MB/s    21419 calls/s  21419 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1218 MB/s    20663 calls/s  20663 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1208 MB/s    20489 calls/s  20489 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1238 MB/s    21003 calls/s  21003 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:   1075 MB/s   784282 calls/s
# udp tx:   1101 MB/s    18675 calls/s  18675 msg/s
# udp rx:   1101 MB/s   803086 calls/s
# udp tx:   1099 MB/s    18654 calls/s  18654 msg/s
# udp rx:   1101 MB/s   803445 calls/s
# udp tx:   1101 MB/s    18679 calls/s  18679 msg/s
# udp rx:   1097 MB/s   800700 calls/s
# udp tx:   1096 MB/s    18605 calls/s  18605 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__->