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:    550 MB/s     9335 calls/s   9335 msg/s
# tcp rx:    550 MB/s    33607 calls/s
# tcp tx:    544 MB/s     9235 calls/s   9235 msg/s
# tcp rx:    545 MB/s    32587 calls/s
# tcp tx:    549 MB/s     9325 calls/s   9325 msg/s
# tcp rx:    550 MB/s    32916 calls/s
# tcp tx:    551 MB/s     9355 calls/s   9355 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:    502 MB/s   364465 calls/s
# udp tx:    822 MB/s    13952 calls/s  13952 msg/s
# udp rx:    541 MB/s   392401 calls/s
# udp tx:    837 MB/s    14209 calls/s  14209 msg/s
# udp rx:    540 MB/s   391047 calls/s
# udp tx:    855 MB/s    14518 calls/s  14518 msg/s
# udp rx:    539 MB/s   390588 calls/s
# udp tx:    852 MB/s    14457 calls/s  14457 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:    629 MB/s   459294 calls/s
# udp tx:    645 MB/s    10941 calls/s  10941 msg/s
# udp rx:    660 MB/s   482024 calls/s
# udp tx:    665 MB/s    11288 calls/s  11288 msg/s
# udp rx:    610 MB/s   445023 calls/s
# udp tx:    611 MB/s    10368 calls/s  10368 msg/s
# udp rx:    587 MB/s   428665 calls/s
# udp tx:    591 MB/s    10027 calls/s  10027 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__->