[v3,1/8] net/bnxt: update release notes for bnxt

Message ID 20190528192339.10903-2-lance.richardson@broadcom.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series bnxt patchset |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS

Commit Message

Lance Richardson May 28, 2019, 7:23 p.m. UTC
  From: Ajit Khaparde <ajit.khaparde@broadcom.com>

Update release doc briefly describing updates to bnxt PMD,
including transmit optimization changes in the following
commits:

  commit 5c26b1706862 ("net/bnxt: support bulk free of Tx mbufs")
  commit f8dea49ef89b ("net/bnxt: optimize Tx batching code")

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
---
 doc/guides/rel_notes/release_19_08.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index 5ebb564b1..2b66f41f5 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -54,6 +54,10 @@  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
 -------------