Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-10 Thread Maxime Coquelin
On 2/10/22 21:50, Ferruh Yigit wrote: On 2/9/2022 12:51 PM, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA abstraction layer and simplify application logics, this patch integrates dmadev in asynchronous data path. Signed-off-by: Jiayu Hu Signed-off-b

Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-10 Thread Maxime Coquelin
Hi Ferruh, On 2/10/22 21:56, Ferruh Yigit wrote: On 2/9/2022 12:51 PM, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA abstraction layer and simplify application logics, this patch integrates dmadev in asynchronous data path. Signed-off-by: Jiayu Hu Sign

Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-10 Thread Ferruh Yigit
On 2/9/2022 12:51 PM, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA abstraction layer and simplify application logics, this patch integrates dmadev in asynchronous data path. Signed-off-by: Jiayu Hu Signed-off-by: Sunil Pai G Patch gives a build error

Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-10 Thread Ferruh Yigit
On 2/9/2022 12:51 PM, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA abstraction layer and simplify application logics, this patch integrates dmadev in asynchronous data path. Signed-off-by: Jiayu Hu Signed-off-by: Sunil Pai G CI not run on this patch

Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-10 Thread Maxime Coquelin
On 2/9/22 13:51, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA abstraction layer and simplify application logics, this patch integrates dmadev in asynchronous data path. Signed-off-by: Jiayu Hu Signed-off-by: Sunil Pai G --- doc/guides/prog_guide/

Re: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-10 Thread Maxime Coquelin
On 2/9/22 13:51, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA abstraction layer and simplify application logics, this patch integrates dmadev in asynchronous data path. Signed-off-by: Jiayu Hu Signed-off-by: Sunil Pai G --- doc/guides/prog_guide/

RE: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

2022-02-09 Thread Yang, YvonneX
> -Original Message- > From: Jiayu Hu > Sent: Wednesday, February 9, 2022 8:52 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; i.maxim...@ovn.org; Xia, Chenbo > ; Ding, Xuan ; Jiang, Cheng1 > ; lian...@liangbit.com; Hu, Jiayu > ; Pai G, Sunil > Subject: [PATCH v4 1/1] vhost: in