[dpdk-dev] doc: update release notes

Message ID 1467382212-9044-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

Iremonger, Bernard July 1, 2016, 2:10 p.m. UTC
  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(+)
  

Comments

Thomas Monjalon July 14, 2016, 1:32 p.m. UTC | #1
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.
  
Iremonger, Bernard July 14, 2016, 1:45 p.m. UTC | #2
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.
  
Thomas Monjalon July 14, 2016, 3:04 p.m. UTC | #3
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?
  
Iremonger, Bernard July 14, 2016, 3:34 p.m. UTC | #4
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.
  
Thomas Monjalon July 22, 2016, 5:14 p.m. UTC | #5
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
  

Patch

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
 ---------------