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:    883 MB/s    14991 calls/s  14991 msg/s
# tcp rx:    884 MB/s    47908 calls/s
# tcp tx:    938 MB/s    15920 calls/s  15920 msg/s
# tcp rx:    951 MB/s    48740 calls/s
# tcp tx:    958 MB/s    16261 calls/s  16261 msg/s
# tcp rx:    957 MB/s    49320 calls/s
# tcp tx:    999 MB/s    16947 calls/s  16947 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:    518 MB/s   376511 calls/s
# udp tx:    702 MB/s    11907 calls/s  11907 msg/s
# udp rx:    580 MB/s   421376 calls/s
# udp tx:    715 MB/s    12133 calls/s  12133 msg/s
# udp rx:    583 MB/s   423168 calls/s
# udp tx:    754 MB/s    12801 calls/s  12801 msg/s
# udp rx:    531 MB/s   385536 calls/s
# udp tx:    819 MB/s    13892 calls/s  13892 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:    657 MB/s   479307 calls/s
# udp tx:    668 MB/s    11337 calls/s  11337 msg/s
# udp rx:    708 MB/s   516610 calls/s
# udp tx:    707 MB/s    12005 calls/s  12005 msg/s
# udp rx:    676 MB/s   493494 calls/s
# udp tx:    675 MB/s    11462 calls/s  11462 msg/s
# udp rx:    644 MB/s   470349 calls/s
# udp tx:    643 MB/s    10922 calls/s  10922 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__->