app/testpmd: support policy actions per color
[dpdk.git] / doc / guides / rel_notes / release_21_05.rst
index b949e58..11d3283 100644 (file)
@@ -88,11 +88,12 @@ New Features
   * Added new field ``queue_state`` to ``rte_eth_txq_info`` structure to
     provide indicated Tx queue state.
 
-* **Added support for meter PPS profile.**
+* **Updated meter API.**
 
-  Added packet mode in the meter profile parameters data structures
-  to support metering traffic by packet per second (PPS),
-  in addition to the initial bytes per second (BPS) mode (value 0).
+  * Added packet mode in the meter profile parameters data structures
+    to support metering traffic by packet per second (PPS),
+    in addition to the initial bytes per second (BPS) mode (value 0).
+  * Added support of pre-defined meter policy via flow action list per color.
 
 * **Added packet integrity match to flow rules.**
 
@@ -156,6 +157,7 @@ New Features
 
   * Added support for VXLAN and NVGRE encap as sample actions.
   * Support push VLAN on ingress traffic and pop VLAN on egress traffic in E-Switch mode.
+  * Added support for ASO (Advanced Steering Operation) meter.
 
 * **Updated NXP DPAA driver.**
 
@@ -233,6 +235,8 @@ New Features
     ``show port (port_id) rxq (queue_id) desc used count``
   * Added command to dump internal representation information of single flow.
     ``flow dump (port_id) rule (rule_id)``
+  * Added commands to create and delete meter policy.
+    ``add port meter policy (port_id) (policy_id) ...``
   * Added commands to construct conntrack context and relevant indirect
     action handle creation, update for conntrack action as well as conntrack
     item matching.
@@ -307,6 +311,11 @@ API Changes
   The action ``RTE_FLOW_ACTION_TYPE_SHARED`` is deprecated and can be
   replaced with ``RTE_FLOW_ACTION_TYPE_INDIRECT``.
 
+* ethdev: The experimental function ``rte_mtr_policer_actions_update()``,
+  the enum ``rte_mtr_policer_action``, and the struct members
+  ``policer_action_recolor_supported`` and ``policer_action_drop_supported``
+  have been removed.
+
 
 ABI Changes
 -----------