[dpdk-dev,2/2] doc: update release note for fm10k pmd driver

Message ID 1425623986-15465-2-git-send-email-jing.d.chen@intel.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Chen, Jing D March 6, 2015, 6:39 a.m. UTC
  From: "Chen Jing D(Mark)" <jing.d.chen@intel.com>

Add feature list for fm10k driver.

Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
---
 doc/guides/rel_notes/new_features.rst |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
  

Comments

Michael Qiu March 6, 2015, 8:07 a.m. UTC | #1
On 3/6/2015 2:40 PM, Chen Jing D(Mark) wrote:
> From: "Chen Jing D(Mark)" <jing.d.chen@intel.com>
>
> Add feature list for fm10k driver.
>
> Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
> ---
>  doc/guides/rel_notes/new_features.rst |   20 ++++++++++++++++++++
>  1 files changed, 20 insertions(+), 0 deletions(-)
>
> diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst
> index 2993b1e..c08d5a8 100644
> --- a/doc/guides/rel_notes/new_features.rst
> +++ b/doc/guides/rel_notes/new_features.rst
> @@ -58,4 +58,24 @@ New Features
>  
>  *   Packet Distributor Sample Application
>  
> +*   Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10000 Series (librte_pmd_fm10k)
> +
> +    *   Basic Rx/Tx functions for PF/VF
> +
> +    *   Interrupt handling support for PF/VF
> +
> +    *   Per queue start/stop functions for PF/VF
> +
> +    *   Support Mailbox handling between PF/VF and PF/Switch Manager
> +
> +    *   Receive Side Scaling (RSS) for PF/VF
> +
> +    *   Scatter receive function for PF/VF
> +
> +    *   Reta update/query for PF/VF
> +
> +    *   VLAN filter set for PF
> +
> +    *   Link status query for PF/VF.

Why only last has '.'? I think should be keep the same style.

Thanks,
Michael
> +
>  For further features supported in this release, see Chapter 3 Supported Features.
  
Chen, Jing D March 6, 2015, 9:23 a.m. UTC | #2
Hi Michael,

> -----Original Message-----
> From: Qiu, Michael
> Sent: Friday, March 06, 2015 4:07 PM
> To: Chen, Jing D; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: update release note for fm10k
> pmd driver
> 
> On 3/6/2015 2:40 PM, Chen Jing D(Mark) wrote:
> > From: "Chen Jing D(Mark)" <jing.d.chen@intel.com>
> >
> > Add feature list for fm10k driver.
> >
> > Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
> > ---
> >  doc/guides/rel_notes/new_features.rst |   20 ++++++++++++++++++++
> >  1 files changed, 20 insertions(+), 0 deletions(-)
> >
> > diff --git a/doc/guides/rel_notes/new_features.rst
> b/doc/guides/rel_notes/new_features.rst
> > index 2993b1e..c08d5a8 100644
> > --- a/doc/guides/rel_notes/new_features.rst
> > +++ b/doc/guides/rel_notes/new_features.rst
> > @@ -58,4 +58,24 @@ New Features
> >
> >  *   Packet Distributor Sample Application
> >
> > +*   Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch
> FM10000 Series (librte_pmd_fm10k)
> > +
> > +    *   Basic Rx/Tx functions for PF/VF
> > +
> > +    *   Interrupt handling support for PF/VF
> > +
> > +    *   Per queue start/stop functions for PF/VF
> > +
> > +    *   Support Mailbox handling between PF/VF and PF/Switch Manager
> > +
> > +    *   Receive Side Scaling (RSS) for PF/VF
> > +
> > +    *   Scatter receive function for PF/VF
> > +
> > +    *   Reta update/query for PF/VF
> > +
> > +    *   VLAN filter set for PF
> > +
> > +    *   Link status query for PF/VF.
> 
> Why only last has '.'? I think should be keep the same style.

Thanks for your comments. 

> 
> Thanks,
> Michael
> > +
> >  For further features supported in this release, see Chapter 3 Supported
> Features.
  

Patch

diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst
index 2993b1e..c08d5a8 100644
--- a/doc/guides/rel_notes/new_features.rst
+++ b/doc/guides/rel_notes/new_features.rst
@@ -58,4 +58,24 @@  New Features
 
 *   Packet Distributor Sample Application
 
+*   Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10000 Series (librte_pmd_fm10k)
+
+    *   Basic Rx/Tx functions for PF/VF
+
+    *   Interrupt handling support for PF/VF
+
+    *   Per queue start/stop functions for PF/VF
+
+    *   Support Mailbox handling between PF/VF and PF/Switch Manager
+
+    *   Receive Side Scaling (RSS) for PF/VF
+
+    *   Scatter receive function for PF/VF
+
+    *   Reta update/query for PF/VF
+
+    *   VLAN filter set for PF
+
+    *   Link status query for PF/VF.
+
 For further features supported in this release, see Chapter 3 Supported Features.