app/testpmd: show link flow control info
[dpdk.git] / doc / guides / rel_notes / release_21_05.rst
index b136f1f..00cb306 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.**
 
@@ -230,10 +231,16 @@ New Features
 
   * Added a command line option to configure forced speed for Ethernet port.
     ``dpdk-testpmd -- --eth-link-speed N``
+  * Added command to show link flow control info.
+    ``show port (port_id) flow_ctrl``
   * Added command to display Rx queue used descriptor count.
     ``show port (port_id) rxq (queue_id) desc used count``
+  * Added command to cleanup a Tx queue's mbuf on a port.
+    ``port cleanup (port_id) txq (queue_id) (free_cnt)``
   * 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.
@@ -308,6 +315,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
 -----------