Re: [dpdk-dev] [PATCH v6 2/2] vhost: introduce async enqueue for split ring

2020-07-07 Thread Xia, Chenbo
> -Original Message- > From: Fu, Patrick > Sent: Tuesday, July 7, 2020 1:07 PM > To: dev@dpdk.org; maxime.coque...@redhat.com; Xia, Chenbo > ; Wang, Zhihong > Cc: Fu, Patrick ; Wang, Yinan ; > Jiang, Cheng1 ; Liang, Cunming > > Subject: [PATCH v6 2/2] vhost: introduce async enqueue for

[dpdk-dev] [PATCH v6 2/2] vhost: introduce async enqueue for split ring

2020-07-06 Thread patrick . fu
From: Patrick Fu This patch implements async enqueue data path for split ring. 2 new async data path APIs are defined, by which applications can submit and poll packets to/from async engines. The async engine is either a physical DMA device or it could also be a software emulated backend. The asy