* [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; 13+ 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 [flat|nested] 13+ 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; 13+ 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] 13+ 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; 13+ 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] 13+ 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; 13+ 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] 13+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes.
@ 2018-05-10 4:19 Qi Zhang
0 siblings, 0 replies; 13+ messages in thread
From: Qi Zhang @ 2018-05-10 4:19 UTC (permalink / raw)
To: john.mcnamara; +Cc: dev, Qi Zhang
Add updates for runtime queue setup.
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
doc/guides/rel_notes/release_18_05.rst | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst
index 718734852..589649121 100644
--- a/doc/guides/rel_notes/release_18_05.rst
+++ b/doc/guides/rel_notes/release_18_05.rst
@@ -183,7 +183,6 @@ New Features
stats/xstats on shared memory from secondary process, and also pdump packets on
those virtual devices.
-
API Changes
-----------
@@ -322,6 +321,12 @@ API Changes
* ``rte_flow_create()`` API count action now requires the ``struct rte_flow_action_count``.
* ``rte_flow_query()`` API parameter changed from action type to action structure.
+* ethdev: runtime queue setup:
+ * ``rte_eth_rx_queue_setup`` and ``rte_eth_rx_queue_setup`` can be called after
+ ``rte_eth_dev_start`` if device support runtime queue setup. Device driver can
+ expose this capability through ``rte_eth_dev_info_get``. A Rx or Tx queue be
+ setup at runtime need to be started explictly by ``rte_eth_dev_rx_queue_start``
+ or ``rte_eth_dev_tx_queue_start``.
ABI Changes
-----------
--
2.13.6
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes
2016-07-01 14:10 Bernard Iremonger
2016-07-14 13:32 ` Thomas Monjalon
@ 2016-07-22 17:14 ` Thomas Monjalon
1 sibling, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2016-07-22 17:14 UTC (permalink / raw)
To: Bernard Iremonger; +Cc: dev, john.mcnamara
2016-07-01 15:10, Bernard Iremonger:
> add release note for live migration of a VM with SRIOV VF
>
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes
2016-07-14 15:04 ` Thomas Monjalon
@ 2016-07-14 15:34 ` Iremonger, Bernard
0 siblings, 0 replies; 13+ messages in thread
From: Iremonger, Bernard @ 2016-07-14 15:34 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev, Mcnamara, John
Hi Thomas,
<snip>
> Subject: Re: [dpdk-dev] [PATCH] doc: update release notes
>
> 2016-07-14 13:45, Iremonger, Bernard:
> > > 2016-07-01 15:10, Bernard Iremonger:
> > > > add release note for live migration of a VM with SRIOV VF
> > > [...]
> > > > +* **Added support for live migration of a VM with SRIOV VF.**
> > > > +
> > > > + Live migration of a VM with Virtio and VF PMD's using the bonding
> PMD.
> > >
> > > Is there some new code for this feature?
> > > I am not sure we need to update the release notes for a doc addition.
> >
> > The testpmd patches which I submitted and were applied, were made to
> enable testing of this feature.
> > This doc patch is to announce that this feature is available now.
>
> The feature was not available before?
It has not been announced previously.
Regards,
Bernard.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes
2016-07-14 13:45 ` Iremonger, Bernard
@ 2016-07-14 15:04 ` Thomas Monjalon
2016-07-14 15:34 ` Iremonger, Bernard
0 siblings, 1 reply; 13+ messages in thread
From: Thomas Monjalon @ 2016-07-14 15:04 UTC (permalink / raw)
To: Iremonger, Bernard; +Cc: dev, Mcnamara, John
2016-07-14 13:45, Iremonger, Bernard:
> > 2016-07-01 15:10, Bernard Iremonger:
> > > add release note for live migration of a VM with SRIOV VF
> > [...]
> > > +* **Added support for live migration of a VM with SRIOV VF.**
> > > +
> > > + Live migration of a VM with Virtio and VF PMD's using the bonding PMD.
> >
> > Is there some new code for this feature?
> > I am not sure we need to update the release notes for a doc addition.
>
> The testpmd patches which I submitted and were applied, were made to enable testing of this feature.
> This doc patch is to announce that this feature is available now.
The feature was not available before?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes
2016-07-14 13:32 ` Thomas Monjalon
@ 2016-07-14 13:45 ` Iremonger, Bernard
2016-07-14 15:04 ` Thomas Monjalon
0 siblings, 1 reply; 13+ messages in thread
From: Iremonger, Bernard @ 2016-07-14 13:45 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev, Mcnamara, John
Hi Thomas,
<snip>
> Subject: Re: [dpdk-dev] [PATCH] doc: update release notes
>
> 2016-07-01 15:10, Bernard Iremonger:
> > add release note for live migration of a VM with SRIOV VF
> [...]
> > +* **Added support for live migration of a VM with SRIOV VF.**
> > +
> > + Live migration of a VM with Virtio and VF PMD's using the bonding PMD.
>
> Is there some new code for this feature?
> I am not sure we need to update the release notes for a doc addition.
The testpmd patches which I submitted and were applied, were made to enable testing of this feature.
This doc patch is to announce that this feature is available now.
Regards,
Bernard.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes
2016-07-01 14:10 Bernard Iremonger
@ 2016-07-14 13:32 ` Thomas Monjalon
2016-07-14 13:45 ` Iremonger, Bernard
2016-07-22 17:14 ` Thomas Monjalon
1 sibling, 1 reply; 13+ messages in thread
From: Thomas Monjalon @ 2016-07-14 13:32 UTC (permalink / raw)
To: Bernard Iremonger; +Cc: dev, john.mcnamara
2016-07-01 15:10, Bernard Iremonger:
> add release note for live migration of a VM with SRIOV VF
[...]
> +* **Added support for live migration of a VM with SRIOV VF.**
> +
> + Live migration of a VM with Virtio and VF PMD's using the bonding PMD.
Is there some new code for this feature?
I am not sure we need to update the release notes for a doc addition.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes
@ 2016-07-01 14:10 Bernard Iremonger
2016-07-14 13:32 ` Thomas Monjalon
2016-07-22 17:14 ` Thomas Monjalon
0 siblings, 2 replies; 13+ messages in thread
From: Bernard Iremonger @ 2016-07-01 14:10 UTC (permalink / raw)
To: john.mcnamara, dev; +Cc: Bernard Iremonger
add release note for live migration of a VM with SRIOV VF
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
doc/guides/rel_notes/release_16_07.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst
index 569f562..350b259 100644
--- a/doc/guides/rel_notes/release_16_07.rst
+++ b/doc/guides/rel_notes/release_16_07.rst
@@ -179,6 +179,9 @@ New Features
For information on this feature, please see the "I40E Poll Mode Driver"
section of the "Network Interface Controller Drivers" document.
+* **Added support for live migration of a VM with SRIOV VF.**
+
+ Live migration of a VM with Virtio and VF PMD's using the bonding PMD.
Resolved Issues
---------------
--
2.6.3
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes
2015-11-12 3:18 Helin Zhang
@ 2015-12-13 23:26 ` Thomas Monjalon
0 siblings, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2015-12-13 23:26 UTC (permalink / raw)
To: Helin Zhang; +Cc: dev
2015-11-12 11:18, Helin Zhang:
> Updated release notes about adding X722 support.
>
> Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 13+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes
@ 2015-11-12 3:18 Helin Zhang
2015-12-13 23:26 ` Thomas Monjalon
0 siblings, 1 reply; 13+ messages in thread
From: Helin Zhang @ 2015-11-12 3:18 UTC (permalink / raw)
To: dev
Updated release notes about adding X722 support.
Signed-off-by: Helin Zhang <helin.zhang@intel.com>
---
doc/guides/rel_notes/release_2_2.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
index 5636aad..5811c2f 100644
--- a/doc/guides/rel_notes/release_2_2.rst
+++ b/doc/guides/rel_notes/release_2_2.rst
@@ -59,6 +59,10 @@ New Features
* **Added flow director support in i40e VF.**
+* **Added i40e support of early X722 series.**
+
+ * Add early X722 support for evaluation only, as the hardware is in A0.
+
* **Added fm10k vector RX/TX.**
* **Added fm10k TSO support for both PF and VF.**
--
1.9.3
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2020-04-22 21:42 UTC | newest]
Thread overview: 13+ 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
-- strict thread matches above, loose matches on Subject: below --
2018-05-10 4:19 Qi Zhang
2016-07-01 14:10 Bernard Iremonger
2016-07-14 13:32 ` Thomas Monjalon
2016-07-14 13:45 ` Iremonger, Bernard
2016-07-14 15:04 ` Thomas Monjalon
2016-07-14 15:34 ` Iremonger, Bernard
2016-07-22 17:14 ` Thomas Monjalon
2015-11-12 3:18 Helin Zhang
2015-12-13 23:26 ` 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).