Message ID | 1467382212-9044-1-git-send-email-bernard.iremonger@intel.com |
---|---|
State | Accepted, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
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.
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.
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?
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.
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
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 ---------------
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(+)