> -----Original Message----- > From: Jiang, Cheng1 <cheng1.ji...@intel.com> > Sent: Tuesday, June 28, 2022 10:07 AM > To: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com> > Cc: dev@dpdk.org; Hu, Jiayu <jiayu...@intel.com>; Ding, Xuan > <xuan.d...@intel.com>; Ma, WenwuX <wenwux...@intel.com>; Wang, YuanX > <yuanx.w...@intel.com>; Yang, YvonneX <yvonnex.y...@intel.com>; Jiang, > Cheng1 <cheng1.ji...@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.ji...@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....@intel.com>