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:    967 MB/s    16402 calls/s  16402 msg/s
# tcp rx:    968 MB/s    50413 calls/s
# tcp tx:    896 MB/s    15204 calls/s  15204 msg/s
# tcp rx:    896 MB/s    47408 calls/s
# tcp tx:    907 MB/s    15389 calls/s  15389 msg/s
# tcp rx:    908 MB/s    51689 calls/s
# tcp tx:    981 MB/s    16647 calls/s  16647 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:    545 MB/s   395264 calls/s
# udp tx:   1106 MB/s    18775 calls/s  18775 msg/s
# udp rx:    523 MB/s   379136 calls/s
# udp tx:    856 MB/s    14522 calls/s  14522 msg/s
# udp rx:    545 MB/s   394752 calls/s
# udp tx:    839 MB/s    14245 calls/s  14245 msg/s
# udp rx:    540 MB/s   391168 calls/s
# udp tx:    835 MB/s    14174 calls/s  14174 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:   1072 MB/s   782372 calls/s
# udp tx:   1104 MB/s    18732 calls/s  18732 msg/s
# udp rx:   1124 MB/s   819761 calls/s
# udp tx:   1126 MB/s    19105 calls/s  19105 msg/s
# udp rx:   1020 MB/s   744505 calls/s
# udp tx:   1017 MB/s    17250 calls/s  17250 msg/s
# udp rx:   1005 MB/s   733275 calls/s
# udp tx:   1008 MB/s    17113 calls/s  17113 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__->