[dpdk-dev,v2,25/25] update release notes

Message ID 20170526183941.80678-26-ajit.khaparde@broadcom.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers

Checks

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

Commit Message

Ajit Khaparde May 26, 2017, 6:39 p.m. UTC
  Update release doc briefly describing updates to bnxt PMD.

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/rel_notes/release_17_08.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Ferruh Yigit May 29, 2017, 5:44 p.m. UTC | #1
On 5/26/2017 7:39 PM, Ajit Khaparde wrote:
> Update release doc briefly describing updates to bnxt PMD.
> 
> Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> ---
>  doc/guides/rel_notes/release_17_08.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
> index 74aae10..340c820 100644
> --- a/doc/guides/rel_notes/release_17_08.rst
> +++ b/doc/guides/rel_notes/release_17_08.rst
> @@ -69,6 +69,14 @@ EAL
>  Drivers
>  ~~~~~~~

This is "Resolved Issues" section of the document, please move following
to the "New Features" section.

>  
> +* **Updated bnxt PMD.**
> +
> +  Major enhancements include:
> +  * Support MTU modification.
> +  * Support LRO.
> +  * Support VLAN filter and strip functionality.
> +  * Other enhancements to add support for more dev_ops.
> +  * Add PMD specific APIs mainly to control VF from PF.

Update HWRM version to 1.7.7  ?

>  
>  Libraries
>  ~~~~~~~~~
>
  

Patch

diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
index 74aae10..340c820 100644
--- a/doc/guides/rel_notes/release_17_08.rst
+++ b/doc/guides/rel_notes/release_17_08.rst
@@ -69,6 +69,14 @@  EAL
 Drivers
 ~~~~~~~
 
+* **Updated bnxt PMD.**
+
+  Major enhancements include:
+  * Support MTU modification.
+  * Support LRO.
+  * Support VLAN filter and strip functionality.
+  * Other enhancements to add support for more dev_ops.
+  * Add PMD specific APIs mainly to control VF from PF.
 
 Libraries
 ~~~~~~~~~