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:    611 MB/s    10369 calls/s  10369 msg/s
# tcp rx:    611 MB/s    31725 calls/s
# tcp tx:    560 MB/s     9506 calls/s   9506 msg/s
# tcp rx:    560 MB/s    29353 calls/s
# tcp tx:    624 MB/s    10594 calls/s  10594 msg/s
# tcp rx:    625 MB/s    32324 calls/s
# tcp tx:    613 MB/s    10410 calls/s  10410 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:    519 MB/s   376612 calls/s
# udp tx:    827 MB/s    14043 calls/s  14043 msg/s
# udp rx:    518 MB/s   376261 calls/s
# udp tx:    886 MB/s    15039 calls/s  15039 msg/s
# udp rx:    525 MB/s   380416 calls/s
# udp tx:    874 MB/s    14824 calls/s  14824 msg/s
# udp rx:    515 MB/s   372992 calls/s
# udp tx:    866 MB/s    14704 calls/s  14704 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   809514 calls/s
# udp tx:   1139 MB/s    19324 calls/s  19324 msg/s
# udp rx:   1039 MB/s   758302 calls/s
# udp tx:   1029 MB/s    17453 calls/s  17453 msg/s
# udp rx:   1078 MB/s   786293 calls/s
# udp tx:   1086 MB/s    18426 calls/s  18426 msg/s
# udp rx:   1141 MB/s   832309 calls/s
# udp tx:   1141 MB/s    19363 calls/s  19363 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__->