net/i40e: support ESP in flow director
[dpdk.git] / doc / guides / rel_notes / release_20_02.rst
index 3d483c6..b6f915b 100644 (file)
@@ -70,6 +70,17 @@ New Features
   Updated Hisilicon hns3 driver with new features and improvements, including:
 
   * Added support for Rx interrupt.
+  * Added support setting VF MAC address by PF driver.
+
+* **Updated i40e driver to support L2TPv3 over IP flows.**
+
+  Updated the i40e PMD to support L2TPv3 over IP profiles which can be
+  programmed by the dynamic device personalization (DDP) process.
+
+* **Updated i40e driver to support ESP.**
+
+  Updated the i40e PMD to support ESP-AH supporting profiles which can be
+  programmed by the dynamic device personalization (DDP) process.
 
 * **Updated Mellanox mlx5 driver.**
 
@@ -77,9 +88,9 @@ New Features
 
   * Added support for RSS using L3/L4 source/destination only.
 
-* **Updated testpmd to support L2TPv3 over IP flows.**
+* **Updated testpmd application.**
 
-  Added support for L2TPv3 over IP rte_flow patterns to the testpmd
+  Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd
   application.
 
 * **Added algorithms to cryptodev API.**