common/mlx5: fix default devargs initialization
[dpdk.git] / doc / guides / tools / flow-perf.rst
index 7d986f0..41eae15 100644 (file)
@@ -134,6 +134,12 @@ The command line options are:
 *      ``--total-mbuf-count=N``
        Set the count of total mbuf number, default count is 32000.
 
+*      ``--meter-profile=N1,N2,N3``
+       Set the CIR, CBS and EBS parameters, default values are 1250000, 156250 and 0.
+
+*      ``--packet-mode``
+       Enable packet mode for meter profile.
+
 Attributes:
 
 *      ``--ingress``
@@ -384,6 +390,10 @@ Actions:
 *      ``--vxlan-decap``
        Add vxlan decap action to all flows actions.
 
-*       ``--meter``
-        Add meter action to all flows actions.
-        Currently, 1 meter profile -> N meter rules -> N rte flows.
+*      ``--policy-mtr=<str>``
+       Add policy-mtr to create meter with policy and specify policy actions.
+       Example: policy-mtr=rss,mark::drop
+
+*      ``--meter``
+       Add meter action to all flows actions.
+       Currently, 1 meter profile -> N meter rules -> N rte flows.