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:    878 MB/s    14896 calls/s  14896 msg/s
# tcp rx:    878 MB/s    48717 calls/s
# tcp tx:    924 MB/s    15676 calls/s  15676 msg/s
# tcp rx:    935 MB/s    47771 calls/s
# tcp tx:    941 MB/s    15976 calls/s  15976 msg/s
# tcp rx:    952 MB/s    46852 calls/s
# tcp tx:    889 MB/s    15081 calls/s  15081 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:    621 MB/s   450304 calls/s
# udp tx:   1282 MB/s    21751 calls/s  21751 msg/s
# udp rx:    608 MB/s   440832 calls/s
# udp tx:   1303 MB/s    22111 calls/s  22111 msg/s
# udp rx:    593 MB/s   430080 calls/s
# udp tx:   1291 MB/s    21904 calls/s  21904 msg/s
# udp rx:    637 MB/s   461824 calls/s
# udp tx:   1296 MB/s    21996 calls/s  21996 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:   1109 MB/s   809140 calls/s
# udp tx:   1137 MB/s    19297 calls/s  19297 msg/s
# udp rx:   1118 MB/s   815726 calls/s
# udp tx:   1117 MB/s    18952 calls/s  18952 msg/s
# udp rx:   1139 MB/s   831159 calls/s
# udp tx:   1139 MB/s    19321 calls/s  19321 msg/s
# udp rx:   1128 MB/s   823161 calls/s
# udp tx:   1128 MB/s    19132 calls/s  19132 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__->