RE: [PATCH v6 5/5] examples/vhost: support async dequeue data path

2022-05-12 Thread Ding, Xuan
t; ; Pai G, Sunil ; > > lian...@liangbit.com; Ding, Xuan ; Ma, WenwuX > > ; Wang, YuanX > > Subject: [PATCH v6 5/5] examples/vhost: support async dequeue data > > path > > > > From: Xuan Ding > > > > This patch adds the use case for async deq

RE: [PATCH v6 5/5] examples/vhost: support async dequeue data path

2022-05-12 Thread Xia, Chenbo
ct: [PATCH v6 5/5] examples/vhost: support async dequeue data path > > From: Xuan Ding > > This patch adds the use case for async dequeue API. Vswitch can > leverage DMA device to accelerate vhost async dequeue path. > > Signed-off-by: Wenwu Ma > Signed-off-by: Yuan Wa

[PATCH v6 5/5] examples/vhost: support async dequeue data path

2022-05-12 Thread xuan . ding
From: Xuan Ding This patch adds the use case for async dequeue API. Vswitch can leverage DMA device to accelerate vhost async dequeue path. Signed-off-by: Wenwu Ma Signed-off-by: Yuan Wang Signed-off-by: Xuan Ding Tested-by: Yvonne Yang Reviewed-by: Maxime Coquelin --- doc/guides/sample_ap