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:    892 MB/s    15137 calls/s  15137 msg/s
# tcp rx:    892 MB/s    50948 calls/s
# tcp tx:    910 MB/s    15438 calls/s  15438 msg/s
# tcp rx:    911 MB/s    53180 calls/s
# tcp tx:    931 MB/s    15800 calls/s  15800 msg/s
# tcp rx:    932 MB/s    47860 calls/s
# tcp tx:    893 MB/s    15147 calls/s  15147 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:    628 MB/s   455424 calls/s
# udp tx:   1282 MB/s    21756 calls/s  21756 msg/s
# udp rx:    668 MB/s   484096 calls/s
# udp tx:   1280 MB/s    21716 calls/s  21716 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1280 MB/s    21719 calls/s  21719 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1281 MB/s    21732 calls/s  21732 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:    598 MB/s   436795 calls/s
# udp tx:    610 MB/s    10359 calls/s  10359 msg/s
# udp rx:    615 MB/s   448714 calls/s
# udp tx:    615 MB/s    10447 calls/s  10447 msg/s
# udp rx:    614 MB/s   448491 calls/s
# udp tx:    615 MB/s    10444 calls/s  10444 msg/s
# udp rx:    626 MB/s   456803 calls/s
# udp tx:    626 MB/s    10624 calls/s  10624 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__->