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:    957 MB/s    16235 calls/s  16235 msg/s
# tcp rx:    957 MB/s    49919 calls/s
# tcp tx:    959 MB/s    16269 calls/s  16269 msg/s
# tcp rx:    960 MB/s    49157 calls/s
# tcp tx:    863 MB/s    14648 calls/s  14648 msg/s
# tcp rx:    864 MB/s    48716 calls/s
# tcp tx:    909 MB/s    15425 calls/s  15425 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:    639 MB/s   463104 calls/s
# udp tx:   1278 MB/s    21678 calls/s  21678 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1262 MB/s    21406 calls/s  21406 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1277 MB/s    21670 calls/s  21670 msg/s
# udp rx:    668 MB/s   484096 calls/s
# udp tx:   1291 MB/s    21902 calls/s  21902 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:   1009 MB/s   736246 calls/s
# udp tx:   1036 MB/s    17572 calls/s  17572 msg/s
# udp rx:   1080 MB/s   787675 calls/s
# udp tx:   1083 MB/s    18383 calls/s  18383 msg/s
# udp rx:   1156 MB/s   843651 calls/s
# udp tx:   1156 MB/s    19608 calls/s  19608 msg/s
# udp rx:   1156 MB/s   843553 calls/s
# udp tx:   1156 MB/s    19609 calls/s  19609 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__->