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
bject: [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path > > 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-o

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

2022-02-08 Thread Jiayu Hu
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/vhost_lib.rst | 100 +- example