make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    958 MB/s    16262 calls/s  16262 msg/s
# tcp rx:    959 MB/s    50495 calls/s
# tcp tx:    877 MB/s    14876 calls/s  14876 msg/s
# tcp rx:    878 MB/s    48997 calls/s
# tcp tx:    893 MB/s    15156 calls/s  15156 msg/s
# tcp rx:    894 MB/s    48418 calls/s
# tcp tx:    832 MB/s    14118 calls/s  14118 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:    578 MB/s   419072 calls/s
# udp tx:   1295 MB/s    21978 calls/s  21978 msg/s
# udp rx:    574 MB/s   416356 calls/s
# udp tx:    856 MB/s    14529 calls/s  14529 msg/s
# udp rx:    527 MB/s   382211 calls/s
# udp tx:    763 MB/s    12942 calls/s  12942 msg/s
# udp rx:    510 MB/s   370700 calls/s
# udp tx:    734 MB/s    12455 calls/s  12455 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:   1084 MB/s   790821 calls/s
# udp tx:   1107 MB/s    18777 calls/s  18777 msg/s
# udp rx:   1089 MB/s   794484 calls/s
# udp tx:   1091 MB/s    18505 calls/s  18505 msg/s
# udp rx:   1016 MB/s   741591 calls/s
# udp tx:   1008 MB/s    17110 calls/s  17110 msg/s
# udp rx:    629 MB/s   459441 calls/s
# udp tx:    631 MB/s    10707 calls/s  10707 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__->