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:   1010 MB/s    17141 calls/s  17141 msg/s
# tcp rx:   1010 MB/s    51689 calls/s
# tcp tx:   1002 MB/s    17000 calls/s  17000 msg/s
# tcp rx:   1003 MB/s    51530 calls/s
# tcp tx:    990 MB/s    16801 calls/s  16801 msg/s
# tcp rx:    991 MB/s    51037 calls/s
# tcp tx:    961 MB/s    16304 calls/s  16304 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:    568 MB/s   411904 calls/s
# udp tx:   1291 MB/s    21900 calls/s  21900 msg/s
# udp rx:    623 MB/s   451328 calls/s
# udp tx:   1324 MB/s    22463 calls/s  22463 msg/s
# udp rx:    601 MB/s   435712 calls/s
# udp tx:   1330 MB/s    22567 calls/s  22567 msg/s
# udp rx:    630 MB/s   456960 calls/s
# udp tx:   1318 MB/s    22359 calls/s  22359 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:    996 MB/s   727032 calls/s
# udp tx:   1021 MB/s    17327 calls/s  17327 msg/s
# udp rx:   1103 MB/s   804612 calls/s
# udp tx:   1099 MB/s    18643 calls/s  18643 msg/s
# udp rx:   1034 MB/s   754125 calls/s
# udp tx:   1033 MB/s    17536 calls/s  17536 msg/s
# udp rx:   1114 MB/s   812817 calls/s
# udp tx:   1117 MB/s    18954 calls/s  18954 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__->