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:    652 MB/s    11065 calls/s  11065 msg/s
# tcp rx:    652 MB/s    33462 calls/s
# tcp tx:    581 MB/s     9861 calls/s   9861 msg/s
# tcp rx:    581 MB/s    30216 calls/s
# tcp tx:    614 MB/s    10416 calls/s  10416 msg/s
# tcp rx:    614 MB/s    31651 calls/s
# tcp tx:    603 MB/s    10233 calls/s  10233 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:    535 MB/s   387584 calls/s
# udp tx:    826 MB/s    14022 calls/s  14022 msg/s
# udp rx:    551 MB/s   399872 calls/s
# udp tx:    816 MB/s    13847 calls/s  13847 msg/s
# udp rx:    550 MB/s   398592 calls/s
# udp tx:    815 MB/s    13835 calls/s  13835 msg/s
# udp rx:    552 MB/s   400471 calls/s
# udp tx:    806 MB/s    13683 calls/s  13683 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:    739 MB/s   539417 calls/s
# udp tx:    757 MB/s    12850 calls/s  12850 msg/s
# udp rx:    669 MB/s   488401 calls/s
# udp tx:    669 MB/s    11355 calls/s  11355 msg/s
# udp rx:    671 MB/s   489725 calls/s
# udp tx:    671 MB/s    11381 calls/s  11381 msg/s
# udp rx:    670 MB/s   489185 calls/s
# udp tx:    670 MB/s    11368 calls/s  11368 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__->