doc: add external pinned memory mbuf to release notes
authorViacheslav Ovsiienko <viacheslavo@mellanox.com>
Mon, 24 Feb 2020 17:58:15 +0000 (17:58 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 25 Feb 2020 14:53:18 +0000 (15:53 +0100)
Update release notes features for the new mbuf pool
with external pinned buffers.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
doc/guides/rel_notes/release_20_02.rst

index 7e8ddd3..4adc6b8 100644 (file)
@@ -65,6 +65,10 @@ New Features
 
   New APIs have been added to support rings with custom element size.
 
+* **Added mbuf pool with pinned external memory.**
+
+  Added support of mbuf with data buffer allocated in an external device memory.
+
 * **Updated rte_flow api to support L2TPv3 over IP flows.**
 
   Added support for new flow item to handle L2TPv3 over IP rte_flow patterns.
@@ -137,6 +141,7 @@ New Features
 
   Updated Mellanox mlx5 driver with new features and improvements, including:
 
+  * Added support for the mbufs with external pinned buffers.
   * Added support for RSS using L3/L4 source/destination only.
   * Added support for matching on GTP tunnel header item.
   * Removed limitation of matching on tagged/untagged packets (when using DV flow engine).