> -----Original Message----- > From: Jiang, Cheng1 <[email protected]> > Sent: Tuesday, June 28, 2022 10:07 AM > To: [email protected]; Xia, Chenbo <[email protected]> > Cc: [email protected]; Hu, Jiayu <[email protected]>; Ding, Xuan > <[email protected]>; Ma, WenwuX <[email protected]>; Wang, YuanX > <[email protected]>; Yang, YvonneX <[email protected]>; Jiang, > Cheng1 <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]>

