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:   1065 MB/s    18072 calls/s  18072 msg/s
# tcp rx:   1065 MB/s    54219 calls/s
# tcp tx:   1053 MB/s    17869 calls/s  17869 msg/s
# tcp rx:   1054 MB/s    53229 calls/s
# tcp tx:   1012 MB/s    17171 calls/s  17171 msg/s
# tcp rx:   1013 MB/s    51765 calls/s
# tcp tx:   1023 MB/s    17353 calls/s  17353 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:    554 MB/s   401920 calls/s
# udp tx:   1305 MB/s    22146 calls/s  22146 msg/s
# udp rx:    533 MB/s   386486 calls/s
# udp tx:   1006 MB/s    17078 calls/s  17078 msg/s
# udp rx:    531 MB/s   385681 calls/s
# udp tx:    815 MB/s    13834 calls/s  13834 msg/s
# udp rx:    586 MB/s   425524 calls/s
# udp tx:    762 MB/s    12931 calls/s  12931 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:    721 MB/s   526152 calls/s
# udp tx:    741 MB/s    12581 calls/s  12581 msg/s
# udp rx:    596 MB/s   434930 calls/s
# udp tx:    595 MB/s    10099 calls/s  10099 msg/s
# udp rx:    978 MB/s   713385 calls/s
# udp tx:    992 MB/s    16836 calls/s  16836 msg/s
# udp rx:   1099 MB/s   801876 calls/s
# udp tx:   1097 MB/s    18620 calls/s  18620 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__->