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:    954 MB/s    16181 calls/s  16181 msg/s
# tcp rx:   1013 MB/s    51016 calls/s
# tcp tx:    612 MB/s    10382 calls/s  10382 msg/s
# tcp rx:    580 MB/s    34278 calls/s
# tcp tx:    599 MB/s    10169 calls/s  10169 msg/s
# tcp rx:    600 MB/s    34361 calls/s
# tcp tx:    593 MB/s    10072 calls/s  10072 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:    523 MB/s   379816 calls/s
# udp tx:    780 MB/s    13235 calls/s  13235 msg/s
# udp rx:    548 MB/s   397703 calls/s
# udp tx:    812 MB/s    13773 calls/s  13773 msg/s
# udp rx:    547 MB/s   396800 calls/s
# udp tx:    808 MB/s    13715 calls/s  13715 msg/s
# udp rx:    546 MB/s   395942 calls/s
# udp tx:    796 MB/s    13517 calls/s  13517 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:    606 MB/s   442074 calls/s
# udp tx:    621 MB/s    10547 calls/s  10547 msg/s
# udp rx:    691 MB/s   504331 calls/s
# udp tx:    691 MB/s    11724 calls/s  11724 msg/s
# udp rx:    634 MB/s   462793 calls/s
# udp tx:    633 MB/s    10751 calls/s  10751 msg/s
# udp rx:    639 MB/s   466702 calls/s
# udp tx:    650 MB/s    11037 calls/s  11037 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__->