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:    892 MB/s    15134 calls/s  15134 msg/s
# tcp rx:    892 MB/s    48959 calls/s
# tcp tx:    932 MB/s    15822 calls/s  15822 msg/s
# tcp rx:    934 MB/s    48564 calls/s
# tcp tx:    937 MB/s    15906 calls/s  15906 msg/s
# tcp rx:    938 MB/s    48580 calls/s
# tcp tx:    939 MB/s    15933 calls/s  15933 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:    593 MB/s   430379 calls/s
# udp tx:   1143 MB/s    19388 calls/s  19388 msg/s
# udp rx:    627 MB/s   454559 calls/s
# udp tx:   1099 MB/s    18653 calls/s  18653 msg/s
# udp rx:    515 MB/s   373116 calls/s
# udp tx:    851 MB/s    14443 calls/s  14443 msg/s
# udp rx:    522 MB/s   378265 calls/s
# udp tx:    840 MB/s    14260 calls/s  14260 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:   1046 MB/s   763218 calls/s
# udp tx:   1083 MB/s    18374 calls/s  18374 msg/s
# udp rx:   1173 MB/s   855713 calls/s
# udp tx:   1174 MB/s    19916 calls/s  19916 msg/s
# udp rx:   1171 MB/s   854504 calls/s
# udp tx:   1171 MB/s    19872 calls/s  19872 msg/s
# udp rx:   1151 MB/s   840034 calls/s
# udp tx:   1151 MB/s    19529 calls/s  19529 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__->