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:    941 MB/s    15966 calls/s  15966 msg/s
# tcp rx:    941 MB/s    50718 calls/s
# tcp tx:    935 MB/s    15871 calls/s  15871 msg/s
# tcp rx:    952 MB/s    51161 calls/s
# tcp tx:    878 MB/s    14904 calls/s  14904 msg/s
# tcp rx:    885 MB/s    48538 calls/s
# tcp tx:    931 MB/s    15796 calls/s  15796 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:    648 MB/s   470016 calls/s
# udp tx:   1192 MB/s    20224 calls/s  20224 msg/s
# udp rx:    664 MB/s   481112 calls/s
# udp tx:   1274 MB/s    21622 calls/s  21622 msg/s
# udp rx:    664 MB/s   481017 calls/s
# udp tx:   1275 MB/s    21628 calls/s  21628 msg/s
# udp rx:    663 MB/s   480640 calls/s
# udp tx:   1277 MB/s    21668 calls/s  21668 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:   1100 MB/s   802317 calls/s
# udp tx:   1124 MB/s    19079 calls/s  19079 msg/s
# udp rx:   1140 MB/s   831698 calls/s
# udp tx:   1143 MB/s    19393 calls/s  19393 msg/s
# udp rx:   1140 MB/s   832082 calls/s
# udp tx:   1143 MB/s    19396 calls/s  19396 msg/s
# udp rx:   1142 MB/s   833173 calls/s
# udp tx:   1145 MB/s    19435 calls/s  19435 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__->