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:    883 MB/s    14981 calls/s  14981 msg/s
# tcp rx:    883 MB/s    49329 calls/s
# tcp tx:    927 MB/s    15734 calls/s  15734 msg/s
# tcp rx:    928 MB/s    49919 calls/s
# tcp tx:    974 MB/s    16524 calls/s  16524 msg/s
# tcp rx:    975 MB/s    50349 calls/s
# tcp tx:    976 MB/s    16570 calls/s  16570 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:    586 MB/s   424704 calls/s
# udp tx:   1241 MB/s    21063 calls/s  21063 msg/s
# udp rx:    600 MB/s   435200 calls/s
# udp tx:   1317 MB/s    22339 calls/s  22339 msg/s
# udp rx:    610 MB/s   441856 calls/s
# udp tx:   1292 MB/s    21921 calls/s  21921 msg/s
# udp rx:    595 MB/s   431616 calls/s
# udp tx:   1299 MB/s    22042 calls/s  22042 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:   1015 MB/s   740356 calls/s
# udp tx:   1039 MB/s    17639 calls/s  17639 msg/s
# udp rx:    947 MB/s   690769 calls/s
# udp tx:    936 MB/s    15879 calls/s  15879 msg/s
# udp rx:    652 MB/s   476046 calls/s
# udp tx:    652 MB/s    11067 calls/s  11067 msg/s
# udp rx:    649 MB/s   473799 calls/s
# udp tx:    648 MB/s    11002 calls/s  11002 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__->