net/af_xdp: update release notes

Message ID 20190612124850.37081-1-xiaolong.ye@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series net/af_xdp: update release notes |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Xiaolong Ye June 12, 2019, 12:48 p.m. UTC
  Update release notes for new added features include zero copy and
multi-queue.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
---
 doc/guides/rel_notes/release_19_08.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Ferruh Yigit June 12, 2019, 12:41 p.m. UTC | #1
On 6/12/2019 1:48 PM, Xiaolong Ye wrote:
> Update release notes for new added features include zero copy and
> multi-queue.
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>

Squashed into relevant commit in next-net, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index 575c590d9..4bade0cfb 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -72,6 +72,13 @@  New Features
   Added the new Shared Memory Packet Interface (``memif``) PMD.
   See the :doc:`../nics/memif` guide for more details on this new driver.
 
+* **Updated the AF_XDP PMD.**
+
+  Updated the AF_XDP PMD. The new features include:
+  * Enabled zero copy through mbuf's external memory mechanism to achieve
+    high performance
+  * Added multi-queue support to allow one af_xdp vdev with multiple netdev
+    queues
 
 Removed Items
 -------------