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:    982 MB/s    16671 calls/s  16671 msg/s
# tcp rx:    995 MB/s    51224 calls/s
# tcp tx:    920 MB/s    15615 calls/s  15615 msg/s
# tcp rx:    927 MB/s    48473 calls/s
# tcp tx:    984 MB/s    16693 calls/s  16693 msg/s
# tcp rx:    984 MB/s    48914 calls/s
# tcp tx:    987 MB/s    16743 calls/s  16743 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:    610 MB/s   442112 calls/s
# udp tx:   1212 MB/s    20572 calls/s  20572 msg/s
# udp rx:    658 MB/s   476895 calls/s
# udp tx:   1206 MB/s    20463 calls/s  20463 msg/s
# udp rx:    661 MB/s   479417 calls/s
# udp tx:   1210 MB/s    20537 calls/s  20537 msg/s
# udp rx:    665 MB/s   481696 calls/s
# udp tx:   1205 MB/s    20439 calls/s  20439 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:   1058 MB/s   771823 calls/s
# udp tx:   1085 MB/s    18415 calls/s  18415 msg/s
# udp rx:   1088 MB/s   793925 calls/s
# udp tx:   1087 MB/s    18453 calls/s  18453 msg/s
# udp rx:   1069 MB/s   779738 calls/s
# udp tx:   1069 MB/s    18131 calls/s  18131 msg/s
# udp rx:   1059 MB/s   772754 calls/s
# udp tx:   1061 MB/s    18012 calls/s  18012 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__->