X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ftools%2Fflow-perf.rst;h=7e5dc0c54b1a4987c7d7dd510f10f4a01d1857eb;hb=b94c709decbe39582c68cf3605745b60a4f7985a;hp=10c0c422e41515760e68f173774f1dccb90d1992;hpb=0c8f1f4ab90ef4acd63976de4a482891ed1d0aa4;p=dpdk.git diff --git a/doc/guides/tools/flow-perf.rst b/doc/guides/tools/flow-perf.rst index 10c0c422e4..7e5dc0c54b 100644 --- a/doc/guides/tools/flow-perf.rst +++ b/doc/guides/tools/flow-perf.rst @@ -84,6 +84,9 @@ The command line options are: * ``--enable-fwd`` Enable packets forwarding after insertion/deletion operations. +* ``--portmask=N`` + hexadecimal bitmask of ports to be used. + Attributes: @@ -172,6 +175,12 @@ Items: under ``TAG_INDEX`` with full mask, default value = 0. Other fields are open mask. +* ``--icmpv4`` + Add icmpv4 item to all flows items, This item have open mask. + +* ``--icmpv6`` + Add icmpv6 item to all flows items, This item have open mask. + Actions: @@ -316,3 +325,11 @@ Actions: Add raw decap action to all flows actions. Data is the data needed to be decaped, with fixed values. Example: raw-decap=ether,ipv4,gre + +* ``--vxlan-encap`` + Add vxlan encap action to all flows actions. + Data to encap is fixed with pattern: ether,ipv4,udp,vxlan, + all encapped items have fixed values. + +* ``--vxlan-decap`` + Add vxlan decap action to all flows actions.