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:    546 MB/s     9269 calls/s   9269 msg/s
# tcp rx:    547 MB/s    33934 calls/s
# tcp tx:    572 MB/s     9709 calls/s   9709 msg/s
# tcp rx:    572 MB/s    32737 calls/s
# tcp tx:    581 MB/s     9856 calls/s   9856 msg/s
# tcp rx:    581 MB/s    32316 calls/s
# tcp tx:    542 MB/s     9205 calls/s   9205 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:    524 MB/s   380584 calls/s
# udp tx:    787 MB/s    13357 calls/s  13357 msg/s
# udp rx:    568 MB/s   412230 calls/s
# udp tx:    757 MB/s    12847 calls/s  12847 msg/s
# udp rx:    550 MB/s   399552 calls/s
# udp tx:    773 MB/s    13119 calls/s  13119 msg/s
# udp rx:    557 MB/s   404649 calls/s
# udp tx:    773 MB/s    13123 calls/s  13123 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:    721 MB/s   526111 calls/s
# udp tx:    742 MB/s    12587 calls/s  12587 msg/s
# udp rx:    719 MB/s   524620 calls/s
# udp tx:    719 MB/s    12205 calls/s  12205 msg/s
# udp rx:    714 MB/s   521115 calls/s
# udp tx:    715 MB/s    12127 calls/s  12127 msg/s
# udp rx:    713 MB/s   520453 calls/s
# udp tx:    714 MB/s    12112 calls/s  12112 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__->