dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release notes
@ 2020-04-17 16:35 Ajit Khaparde
  2020-04-17 22:29 ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Ajit Khaparde @ 2020-04-17 16:35 UTC (permalink / raw)
  To: dev

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
 -------------
-- 
2.21.1 (Apple Git-122.3)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes
  2020-04-17 16:35 [dpdk-dev] [PATCH] doc: update release notes Ajit Khaparde
@ 2020-04-17 22:29 ` Ferruh Yigit
  2020-04-17 22:40   ` Ajit Khaparde
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2020-04-17 22:29 UTC (permalink / raw)
  To: Ajit Khaparde, dev

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes
  2020-04-17 22:29 ` Ferruh Yigit
@ 2020-04-17 22:40   ` Ajit Khaparde
  2020-04-22 21:42     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Ajit Khaparde @ 2020-04-17 22:40 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dpdk-dev

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release notes
  2020-04-17 22:40   ` Ajit Khaparde
@ 2020-04-22 21:42     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2020-04-22 21:42 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: Ferruh Yigit, dev, dpdk-dev

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-22 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 16:35 [dpdk-dev] [PATCH] doc: update release notes Ajit Khaparde
2020-04-17 22:29 ` Ferruh Yigit
2020-04-17 22:40   ` Ajit Khaparde
2020-04-22 21:42     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).