make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    823 MB/s    13975 calls/s  13975 msg/s
# tcp rx:    824 MB/s    43747 calls/s
# tcp tx:    880 MB/s    14935 calls/s  14935 msg/s
# tcp rx:    880 MB/s    46948 calls/s
# tcp tx:    880 MB/s    14938 calls/s  14938 msg/s
# tcp rx:    881 MB/s    47815 calls/s
# tcp tx:    773 MB/s    13119 calls/s  13119 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:    429 MB/s   311808 calls/s
# udp tx:    792 MB/s    13439 calls/s  13439 msg/s
# udp rx:    469 MB/s   340480 calls/s
# udp tx:    804 MB/s    13638 calls/s  13638 msg/s
# udp rx:    524 MB/s   380672 calls/s
# udp tx:    782 MB/s    13280 calls/s  13280 msg/s
# udp rx:    511 MB/s   370944 calls/s
# udp tx:    784 MB/s    13299 calls/s  13299 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:    869 MB/s   634062 calls/s
# udp tx:    896 MB/s    15210 calls/s  15210 msg/s
# udp rx:   1046 MB/s   762910 calls/s
# udp tx:   1048 MB/s    17790 calls/s  17790 msg/s
# udp rx:    976 MB/s   712532 calls/s
# udp tx:    981 MB/s    16653 calls/s  16653 msg/s
# udp rx:   1060 MB/s   773070 calls/s
# udp tx:   1057 MB/s    17944 calls/s  17944 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__->