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:    961 MB/s    16307 calls/s  16307 msg/s
# tcp rx:    962 MB/s    49109 calls/s
# tcp tx:   1011 MB/s    17162 calls/s  17162 msg/s
# tcp rx:   1012 MB/s    51411 calls/s
# tcp tx:    961 MB/s    16304 calls/s  16304 msg/s
# tcp rx:    962 MB/s    49265 calls/s
# tcp tx:    992 MB/s    16838 calls/s  16838 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:    616 MB/s   446720 calls/s
# udp tx:   1235 MB/s    20948 calls/s  20948 msg/s
# udp rx:    634 MB/s   459264 calls/s
# udp tx:   1259 MB/s    21360 calls/s  21360 msg/s
# udp rx:    652 MB/s   472576 calls/s
# udp tx:   1287 MB/s    21834 calls/s  21834 msg/s
# udp rx:    642 MB/s   465408 calls/s
# udp tx:   1291 MB/s    21900 calls/s  21900 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:   1113 MB/s   812176 calls/s
# udp tx:   1141 MB/s    19360 calls/s  19360 msg/s
# udp rx:   1177 MB/s   858428 calls/s
# udp tx:   1176 MB/s    19951 calls/s  19951 msg/s
# udp rx:   1143 MB/s   834259 calls/s
# udp tx:   1143 MB/s    19398 calls/s  19398 msg/s
# udp rx:   1148 MB/s   837771 calls/s
# udp tx:   1147 MB/s    19467 calls/s  19467 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__->