net/mlx5: support ASO meter action
[dpdk.git] / doc / guides / rel_notes / release_21_05.rst
index 9f54ba4..b136f1f 100644 (file)
@@ -99,6 +99,10 @@ New Features
   * Added ``RTE_FLOW_ITEM_TYPE_INTEGRITY`` flow item.
   * Added ``rte_flow_item_integrity`` data structure.
 
+* **Added TCP connection tracking offload in flow API.**
+
+  * Added conntrack item and action for stateful connection offload.
+
 * **Updated Arkville PMD driver.**
 
   Updated Arkville net driver with new features and improvements, including:
@@ -152,6 +156,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.**
 
@@ -229,6 +234,9 @@ 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 construct conntrack context and relevant indirect
+    action handle creation, update for conntrack action as well as conntrack
+    item matching.
 
 * **Added support for the FIB lookup method in the l3fwd example app.**