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:    953 MB/s    16170 calls/s  16170 msg/s
# tcp rx:    954 MB/s    50423 calls/s
# tcp tx:    980 MB/s    16632 calls/s  16632 msg/s
# tcp rx:    981 MB/s    50362 calls/s
# tcp tx:    952 MB/s    16151 calls/s  16151 msg/s
# tcp rx:    953 MB/s    49968 calls/s
# tcp tx:    948 MB/s    16095 calls/s  16095 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:    650 MB/s   471552 calls/s
# udp tx:   1220 MB/s    20700 calls/s  20700 msg/s
# udp rx:    666 MB/s   482682 calls/s
# udp tx:   1291 MB/s    21899 calls/s  21899 msg/s
# udp rx:    667 MB/s   483142 calls/s
# udp tx:   1292 MB/s    21921 calls/s  21921 msg/s
# udp rx:    666 MB/s   482954 calls/s
# udp tx:   1292 MB/s    21923 calls/s  21923 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:   1096 MB/s   799887 calls/s
# udp tx:   1113 MB/s    18886 calls/s  18886 msg/s
# udp rx:   1103 MB/s   804871 calls/s
# udp tx:   1112 MB/s    18864 calls/s  18864 msg/s
# udp rx:   1137 MB/s   829514 calls/s
# udp tx:   1136 MB/s    19281 calls/s  19281 msg/s
# udp rx:   1149 MB/s   838639 calls/s
# udp tx:   1151 MB/s    19527 calls/s  19527 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__->