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:    973 MB/s    16513 calls/s  16513 msg/s
# tcp rx:    973 MB/s    51601 calls/s
# tcp tx:    925 MB/s    15704 calls/s  15704 msg/s
# tcp rx:    926 MB/s    50607 calls/s
# tcp tx:    945 MB/s    16031 calls/s  16031 msg/s
# tcp rx:    946 MB/s    50137 calls/s
# tcp tx:    922 MB/s    15641 calls/s  15641 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:    624 MB/s   452608 calls/s
# udp tx:   1243 MB/s    21095 calls/s  21095 msg/s
# udp rx:    664 MB/s   481211 calls/s
# udp tx:   1177 MB/s    19967 calls/s  19967 msg/s
# udp rx:    663 MB/s   480608 calls/s
# udp tx:   1281 MB/s    21737 calls/s  21737 msg/s
# udp rx:    665 MB/s   481842 calls/s
# udp tx:   1285 MB/s    21808 calls/s  21808 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:   1094 MB/s   798495 calls/s
# udp tx:   1121 MB/s    19027 calls/s  19027 msg/s
# udp rx:   1119 MB/s   816148 calls/s
# udp tx:   1120 MB/s    19006 calls/s  19006 msg/s
# udp rx:   1135 MB/s   827973 calls/s
# udp tx:   1135 MB/s    19261 calls/s  19261 msg/s
# udp rx:   1146 MB/s   835855 calls/s
# udp tx:   1145 MB/s    19431 calls/s  19431 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__->