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:    976 MB/s    16564 calls/s  16564 msg/s
# tcp rx:    977 MB/s    50762 calls/s
# tcp tx:   1031 MB/s    17491 calls/s  17491 msg/s
# tcp rx:   1032 MB/s    52514 calls/s
# tcp tx:   1010 MB/s    17135 calls/s  17135 msg/s
# tcp rx:   1011 MB/s    51743 calls/s
# tcp tx:   1032 MB/s    17510 calls/s  17510 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:    638 MB/s   462848 calls/s
# udp tx:   1211 MB/s    20551 calls/s  20551 msg/s
# udp rx:    633 MB/s   459248 calls/s
# udp tx:   1147 MB/s    19462 calls/s  19462 msg/s
# udp rx:    621 MB/s   450128 calls/s
# udp tx:   1185 MB/s    20105 calls/s  20105 msg/s
# udp rx:    661 MB/s   479045 calls/s
# udp tx:   1192 MB/s    20232 calls/s  20232 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:    989 MB/s   721761 calls/s
# udp tx:   1009 MB/s    17115 calls/s  17115 msg/s
# udp rx:    688 MB/s   502264 calls/s
# udp tx:    692 MB/s    11745 calls/s  11745 msg/s
# udp rx:    695 MB/s   507258 calls/s
# udp tx:    696 MB/s    11821 calls/s  11821 msg/s
# udp rx:    699 MB/s   509922 calls/s
# udp tx:    700 MB/s    11885 calls/s  11885 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__->