On 29/05/2019 16:02, Lance Richardson wrote: > From: Ajit Khaparde <ajit.khapa...@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") >
The commit-id's are not correct, and it should be with Fixes tag Fixes: 5ef3592c97b9 ("net/bnxt: support bulk free of Tx mbufs") Fixes: 220de9869bc3 ("net/bnxt: optimize Tx batching") > Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com> > Signed-off-by: Lance Richardson <lance.richard...@broadcom.com> > --- > doc/guides/rel_notes/release_19_08.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > 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 > ------------- >