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:    986 MB/s    16740 calls/s  16740 msg/s
# tcp rx:   1011 MB/s    50805 calls/s
# tcp tx:    966 MB/s    16393 calls/s  16393 msg/s
# tcp rx:    961 MB/s    49108 calls/s
# tcp tx:    940 MB/s    15947 calls/s  15947 msg/s
# tcp rx:    941 MB/s    48875 calls/s
# tcp tx:    971 MB/s    16469 calls/s  16469 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:    564 MB/s   408832 calls/s
# udp tx:   1259 MB/s    21360 calls/s  21360 msg/s
# udp rx:    636 MB/s   461056 calls/s
# udp tx:   1171 MB/s    19877 calls/s  19877 msg/s
# udp rx:    613 MB/s   444672 calls/s
# udp tx:   1274 MB/s    21608 calls/s  21608 msg/s
# udp rx:    612 MB/s   443904 calls/s
# udp tx:   1250 MB/s    21204 calls/s  21204 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:   1061 MB/s   773868 calls/s
# udp tx:   1084 MB/s    18396 calls/s  18396 msg/s
# udp rx:   1069 MB/s   780198 calls/s
# udp tx:   1073 MB/s    18202 calls/s  18202 msg/s
# udp rx:   1138 MB/s   830036 calls/s
# udp tx:   1137 MB/s    19298 calls/s  19298 msg/s
# udp rx:   1138 MB/s   830007 calls/s
# udp tx:   1137 MB/s    19291 calls/s  19291 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__->