From: Ajit Khaparde Date: Wed, 29 May 2019 21:02:20 +0000 (-0400) Subject: net/bnxt: update release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0b7591e34f66239b968d17ccd69ee4bcbab085ac;p=dpdk.git net/bnxt: update release notes Update release doc briefly describing updates to bnxt PMD done during 19.05 release, including transmit optimization changes in the commits identified by the "Fixes:" tags below. Fixes: 5ef3592c97b9 ("net/bnxt: support bulk free of Tx mbufs") Fixes: 220de9869bc3 ("net/bnxt: optimize Tx batching") Signed-off-by: Ajit Khaparde Signed-off-by: Lance Richardson --- diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index c199270c5c..1d684c1384 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -54,6 +54,12 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Updated the bnxt PMD.** + + Updated the bnxt PMD. The major enhancements include: + + * Performance optimizations in non-vector Tx path + Removed Items -------------