doc: update release notes

Message ID 20200417163525.88751-1-ajit.khaparde@broadcom.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: update release notes |

Checks

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

Commit Message

Ajit Khaparde April 17, 2020, 4:35 p.m. UTC
  Update release notes for 20.05 release with Broadcom PMD improvements:

  * Added support for host based flow table management
  * Added flow counters to extended stats
  * Added PCI function stats to extended stats

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

Comments

Ferruh Yigit April 17, 2020, 10:29 p.m. UTC | #1
On 4/17/2020 5:35 PM, Ajit Khaparde wrote:
> Update release notes for 20.05 release with Broadcom PMD improvements:
> 
>   * Added support for host based flow table management
>   * Added flow counters to extended stats
>   * Added PCI function stats to extended stats
> 
> Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> ---
>  doc/guides/rel_notes/release_20_05.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
> index 1d1819d27..b627c0b7c 100644
> --- a/doc/guides/rel_notes/release_20_05.rst
> +++ b/doc/guides/rel_notes/release_20_05.rst
> @@ -136,6 +136,14 @@ New Features
>    by making use of the event device capabilities. The event mode currently supports
>    only inline IPsec protocol offload.
>  
> +* **Updated Broadcom bnxt driver.**
> +
> +  Updated Broadcom bnxt driver with new features and improvements, including:
> +
> +  * Added support for host based flow table management
> +  * Added flow counters to extended stats
> +  * Added PCI function stats to extended stats
> +
>  
>  Removed Items
>  -------------
> 

Hi Ajit,

The release notes should updated with the patchset that adds the feature,
instead of as a separate patch, can you please pay attention for next sets.

Also please add the notes in the order that has been described in the comment of
the section.

Applied to dpdk-next-net/master, thanks.
  
Ajit Khaparde April 17, 2020, 10:40 p.m. UTC | #2
On Fri, Apr 17, 2020 at 3:29 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:

> On 4/17/2020 5:35 PM, Ajit Khaparde wrote:
> > Update release notes for 20.05 release with Broadcom PMD improvements:
> >
> >   * Added support for host based flow table management
> >   * Added flow counters to extended stats
> >   * Added PCI function stats to extended stats
> >
> > Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> > ---
> >  doc/guides/rel_notes/release_20_05.rst | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/release_20_05.rst
> b/doc/guides/rel_notes/release_20_05.rst
> > index 1d1819d27..b627c0b7c 100644
> > --- a/doc/guides/rel_notes/release_20_05.rst
> > +++ b/doc/guides/rel_notes/release_20_05.rst
> > @@ -136,6 +136,14 @@ New Features
> >    by making use of the event device capabilities. The event mode
> currently supports
> >    only inline IPsec protocol offload.
> >
> > +* **Updated Broadcom bnxt driver.**
> > +
> > +  Updated Broadcom bnxt driver with new features and improvements,
> including:
> > +
> > +  * Added support for host based flow table management
> > +  * Added flow counters to extended stats
> > +  * Added PCI function stats to extended stats
> > +
> >
> >  Removed Items
> >  -------------
> >
>
> Hi Ajit,
>
> The release notes should updated with the patchset that adds the feature,
> instead of as a separate patch, can you please pay attention for next sets.
>
> Also please add the notes in the order that has been described in the
> comment of
> the section.
>
> Applied to dpdk-next-net/master, thanks.
>
Will do. Thanks Ferruh.

Thanks
Ajit
  
Thomas Monjalon April 22, 2020, 9:42 p.m. UTC | #3
18/04/2020 00:40, Ajit Khaparde:
> On Fri, Apr 17, 2020 at 3:29 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> > On 4/17/2020 5:35 PM, Ajit Khaparde wrote:
> > > Update release notes for 20.05 release with Broadcom PMD improvements:
> > >
> > The release notes should updated with the patchset that adds the feature,
> > instead of as a separate patch, can you please pay attention for next sets.
> >
> > Also please add the notes in the order that has been described in the
> > comment of
> > the section.
> >
> > Applied to dpdk-next-net/master, thanks.
> >
> Will do. Thanks Ferruh.

I will squash in the appropriate patches,
so we can git blame release notes
to find the code change.
Thanks for double checking release notes for the next features.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 1d1819d27..b627c0b7c 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -136,6 +136,14 @@  New Features
   by making use of the event device capabilities. The event mode currently supports
   only inline IPsec protocol offload.
 
+* **Updated Broadcom bnxt driver.**
+
+  Updated Broadcom bnxt driver with new features and improvements, including:
+
+  * Added support for host based flow table management
+  * Added flow counters to extended stats
+  * Added PCI function stats to extended stats
+
 
 Removed Items
 -------------