[dpdk-dev,v3,6/6] docs: add release note for qtest virtio container support

Message ID 1456129075-14909-7-git-send-email-mukawa@igel.co.jp (mailing list archive)
State Superseded, archived
Headers

Commit Message

Tetsuya Mukawa Feb. 22, 2016, 8:17 a.m. UTC
  Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
---
 doc/guides/rel_notes/release_16_04.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

John McNamara Feb. 22, 2016, 3:40 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tetsuya Mukawa
> Sent: Monday, February 22, 2016 8:18 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v3 6/6] docs: add release note for qtest virtio
> container support
> ...
> 
> +* **Virtio support for containers using QEMU qtest mode.**
> +  Add a new virtual device, named eth_qtest_virtio, to support virtio for
> containers
> +  using QEMU qtest mode.

There should be a newline after the title and both the title and the description should be in the past tense, as explained in the inline example.

However, no need to respin the patch for this.

Acked-by: John McNamara <john.mcnamara@intel.com>
  
John McNamara Feb. 23, 2016, 10:28 a.m. UTC | #2
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Monday, February 22, 2016 3:41 PM
> To: Tetsuya Mukawa <mukawa@igel.co.jp>; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3 6/6] docs: add release note for qtest
> virtio container support
> 

Also, could you move the v2 patchset to "Superseded".
  
Tetsuya Mukawa Feb. 24, 2016, 1:20 a.m. UTC | #3
On 2016/02/23 19:28, Mcnamara, John wrote:
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
>> Sent: Monday, February 22, 2016 3:41 PM
>> To: Tetsuya Mukawa <mukawa@igel.co.jp>; dev@dpdk.org
>> Subject: Re: [dpdk-dev] [PATCH v3 6/6] docs: add release note for qtest
>> virtio container support
>>
> Also, could you move the v2 patchset to "Superseded".
>

Thanks for your reviewing.
I will change v2 patches status to "Superseded".

Thanks,
Tetsuya
  

Patch

diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst
index 197d4e1..4c6d528 100644
--- a/doc/guides/rel_notes/release_16_04.rst
+++ b/doc/guides/rel_notes/release_16_04.rst
@@ -50,6 +50,9 @@  This section should contain new features added in this release. Sample format:
 
   Add a new virtual device, named eth_cvio, to support virtio for containers.
 
+* **Virtio support for containers using QEMU qtest mode.**
+  Add a new virtual device, named eth_qtest_virtio, to support virtio for containers
+  using QEMU qtest mode.
 
 Resolved Issues
 ---------------