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:    948 MB/s    16090 calls/s  16090 msg/s
# tcp rx:    948 MB/s    50773 calls/s
# tcp tx:    598 MB/s    10143 calls/s  10143 msg/s
# tcp rx:    598 MB/s    31373 calls/s
# tcp tx:    587 MB/s     9959 calls/s   9959 msg/s
# tcp rx:    588 MB/s    31109 calls/s
# tcp tx:    564 MB/s     9576 calls/s   9576 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:    598 MB/s   433236 calls/s
# udp tx:   1089 MB/s    18483 calls/s  18483 msg/s
# udp rx:    546 MB/s   396151 calls/s
# udp tx:    779 MB/s    13218 calls/s  13218 msg/s
# udp rx:    576 MB/s   417571 calls/s
# udp tx:    937 MB/s    15895 calls/s  15895 msg/s
# udp rx:    655 MB/s   475076 calls/s
# udp tx:   1296 MB/s    21994 calls/s  21994 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:   1075 MB/s   784439 calls/s
# udp tx:   1103 MB/s    18715 calls/s  18715 msg/s
# udp rx:   1108 MB/s   808617 calls/s
# udp tx:   1112 MB/s    18877 calls/s  18877 msg/s
# udp rx:   1119 MB/s   816292 calls/s
# udp tx:   1119 MB/s    18991 calls/s  18991 msg/s
# udp rx:   1113 MB/s   812297 calls/s
# udp tx:   1112 MB/s    18871 calls/s  18871 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__->