From: Viacheslav Ovsiienko Date: Mon, 24 Feb 2020 17:58:15 +0000 (+0000) Subject: doc: add external pinned memory mbuf to release notes X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=2237e8a77db8bf39dc0864d063436df86532211a doc: add external pinned memory mbuf to release notes Update release notes features for the new mbuf pool with external pinned buffers. Signed-off-by: Viacheslav Ovsiienko --- diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 7e8ddd309e..4adc6b848d 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -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).