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:    978 MB/s    16603 calls/s  16603 msg/s
# tcp rx:    979 MB/s    50867 calls/s
# tcp tx:   1016 MB/s    17246 calls/s  17246 msg/s
# tcp rx:   1033 MB/s    51591 calls/s
# tcp tx:   1020 MB/s    17316 calls/s  17316 msg/s
# tcp rx:   1019 MB/s    51567 calls/s
# tcp tx:   1009 MB/s    17114 calls/s  17114 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:    627 MB/s   454656 calls/s
# udp tx:   1235 MB/s    20948 calls/s  20948 msg/s
# udp rx:    653 MB/s   473033 calls/s
# udp tx:   1302 MB/s    22087 calls/s  22087 msg/s
# udp rx:    663 MB/s   480247 calls/s
# udp tx:   1301 MB/s    22079 calls/s  22079 msg/s
# udp rx:    663 MB/s   480354 calls/s
# udp tx:   1303 MB/s    22107 calls/s  22107 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:   1106 MB/s   806656 calls/s
# udp tx:   1132 MB/s    19212 calls/s  19212 msg/s
# udp rx:   1126 MB/s   821824 calls/s
# udp tx:   1127 MB/s    19122 calls/s  19122 msg/s
# udp rx:   1084 MB/s   791011 calls/s
# udp tx:   1084 MB/s    18386 calls/s  18386 msg/s
# udp rx:   1113 MB/s   811788 calls/s
# udp tx:   1113 MB/s    18882 calls/s  18882 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__->