* [PATCH] doc: add release notes for async vhost dequeue data-path
@ 2022-06-27 2:18 Cheng Jiang
2022-06-27 2:36 ` [PATCH v2] " Cheng Jiang
2022-06-28 2:06 ` [PATCH v3] " Cheng Jiang
0 siblings, 2 replies; 5+ messages in thread
From: Cheng Jiang @ 2022-06-27 2:18 UTC (permalink / raw)
To: maxime.coquelin, chenbo.xia
Cc: dev, jiayu.hu, xuan.ding, wenwux.ma, yuanx.wang, yvonnex.yang,
Cheng Jiang
Add release notes for asynchronous vhost dequeue data-path. Emphasize
that split virtqueue and packed virtqueue are both supported in
asynchronous vhost dequeue data-path
Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
---
doc/guides/rel_notes/release_22_07.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index e743031f61..2594ddcec1 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -102,7 +102,8 @@ New Features
* **Added vhost async dequeue API to receive packets from guest.**
Added vhost async dequeue API which can leverage DMA devices to
- accelerate receiving packets from guest.
+ accelerate receiving packets from guest. Split virtqueue and packed
+ virtqueue are both supported.
* **Added vhost API to get the device type of a vDPA device.**
--
2.35.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] doc: add release notes for async vhost dequeue data-path
2022-06-27 2:18 [PATCH] doc: add release notes for async vhost dequeue data-path Cheng Jiang
@ 2022-06-27 2:36 ` Cheng Jiang
2022-06-28 2:06 ` [PATCH v3] " Cheng Jiang
1 sibling, 0 replies; 5+ messages in thread
From: Cheng Jiang @ 2022-06-27 2:36 UTC (permalink / raw)
To: maxime.coquelin, chenbo.xia
Cc: dev, jiayu.hu, xuan.ding, wenwux.ma, yuanx.wang, yvonnex.yang,
Cheng Jiang
Add release notes for asynchronous vhost dequeue data-path. Emphasize
that split virtqueue and packed virtqueue are both supported in
asynchronous vhost dequeue data-path.
Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
---
v2: fixed a full stop missing in the commit message.
doc/guides/rel_notes/release_22_07.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index e743031f61..2594ddcec1 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -102,7 +102,8 @@ New Features
* **Added vhost async dequeue API to receive packets from guest.**
Added vhost async dequeue API which can leverage DMA devices to
- accelerate receiving packets from guest.
+ accelerate receiving packets from guest. Split virtqueue and packed
+ virtqueue are both supported.
* **Added vhost API to get the device type of a vDPA device.**
--
2.35.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v3] doc: add release notes for async vhost dequeue data-path
2022-06-27 2:18 [PATCH] doc: add release notes for async vhost dequeue data-path Cheng Jiang
2022-06-27 2:36 ` [PATCH v2] " Cheng Jiang
@ 2022-06-28 2:06 ` Cheng Jiang
2022-07-07 12:23 ` Xia, Chenbo
2022-07-08 9:12 ` Maxime Coquelin
1 sibling, 2 replies; 5+ messages in thread
From: Cheng Jiang @ 2022-06-28 2:06 UTC (permalink / raw)
To: maxime.coquelin, chenbo.xia
Cc: dev, jiayu.hu, xuan.ding, wenwux.ma, yuanx.wang, yvonnex.yang,
Cheng Jiang
Add release notes for asynchronous vhost dequeue data-path. Emphasize
that split virtqueue and packed virtqueue are both supported in
asynchronous vhost dequeue data-path.
Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
---
v3: code rebased.
v2: fixed a full stop missing in the commit message.
doc/guides/rel_notes/release_22_07.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index 6365800313..e43ab15260 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -107,7 +107,8 @@ New Features
* **Added vhost async dequeue API to receive packets from guest.**
Added vhost async dequeue API which can leverage DMA devices to
- accelerate receiving packets from guest.
+ accelerate receiving packets from guest. Split virtqueue and packed
+ virtqueue are both supported.
* **Added thread-safe version of in-flight packet clear API in vhost library.**
--
2.35.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH v3] doc: add release notes for async vhost dequeue data-path
2022-06-28 2:06 ` [PATCH v3] " Cheng Jiang
@ 2022-07-07 12:23 ` Xia, Chenbo
2022-07-08 9:12 ` Maxime Coquelin
1 sibling, 0 replies; 5+ messages in thread
From: Xia, Chenbo @ 2022-07-07 12:23 UTC (permalink / raw)
To: Jiang, Cheng1, maxime.coquelin
Cc: dev, Hu, Jiayu, Ding, Xuan, Ma, WenwuX, Wang, YuanX, Yang, YvonneX
> -----Original Message-----
> From: Jiang, Cheng1 <cheng1.jiang@intel.com>
> Sent: Tuesday, June 28, 2022 10:07 AM
> To: maxime.coquelin@redhat.com; Xia, Chenbo <chenbo.xia@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu.hu@intel.com>; Ding, Xuan
> <xuan.ding@intel.com>; Ma, WenwuX <wenwux.ma@intel.com>; Wang, YuanX
> <yuanx.wang@intel.com>; Yang, YvonneX <yvonnex.yang@intel.com>; Jiang,
> Cheng1 <cheng1.jiang@intel.com>
> Subject: [PATCH v3] doc: add release notes for async vhost dequeue data-
> path
>
> Add release notes for asynchronous vhost dequeue data-path. Emphasize
> that split virtqueue and packed virtqueue are both supported in
> asynchronous vhost dequeue data-path.
>
> Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
> ---
> v3: code rebased.
> v2: fixed a full stop missing in the commit message.
>
> doc/guides/rel_notes/release_22_07.rst | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/doc/guides/rel_notes/release_22_07.rst
> b/doc/guides/rel_notes/release_22_07.rst
> index 6365800313..e43ab15260 100644
> --- a/doc/guides/rel_notes/release_22_07.rst
> +++ b/doc/guides/rel_notes/release_22_07.rst
> @@ -107,7 +107,8 @@ New Features
> * **Added vhost async dequeue API to receive packets from guest.**
>
> Added vhost async dequeue API which can leverage DMA devices to
> - accelerate receiving packets from guest.
> + accelerate receiving packets from guest. Split virtqueue and packed
> + virtqueue are both supported.
>
> * **Added thread-safe version of in-flight packet clear API in vhost
> library.**
>
> --
> 2.35.1
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3] doc: add release notes for async vhost dequeue data-path
2022-06-28 2:06 ` [PATCH v3] " Cheng Jiang
2022-07-07 12:23 ` Xia, Chenbo
@ 2022-07-08 9:12 ` Maxime Coquelin
1 sibling, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2022-07-08 9:12 UTC (permalink / raw)
To: Cheng Jiang, chenbo.xia
Cc: dev, jiayu.hu, xuan.ding, wenwux.ma, yuanx.wang, yvonnex.yang
On 6/28/22 04:06, Cheng Jiang wrote:
> Add release notes for asynchronous vhost dequeue data-path. Emphasize
> that split virtqueue and packed virtqueue are both supported in
> asynchronous vhost dequeue data-path.
>
> Signed-off-by: Cheng Jiang <cheng1.jiang@intel.com>
> ---
> v3: code rebased.
> v2: fixed a full stop missing in the commit message.
>
> doc/guides/rel_notes/release_22_07.rst | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Applied to dpdk-next-virtio/main.
Thanks,
Maxime
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-07-08 9:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 2:18 [PATCH] doc: add release notes for async vhost dequeue data-path Cheng Jiang
2022-06-27 2:36 ` [PATCH v2] " Cheng Jiang
2022-06-28 2:06 ` [PATCH v3] " Cheng Jiang
2022-07-07 12:23 ` Xia, Chenbo
2022-07-08 9:12 ` Maxime Coquelin
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).