RE: [RFC 1/1] vhost: integrate dmadev in asynchronous datapath

2022-01-05 Thread Hu, Jiayu
inal Message- > >> From: Maxime Coquelin > >> Sent: Friday, December 24, 2021 6:40 PM > >> To: Hu, Jiayu ; dev@dpdk.org > >> Cc: i.maxim...@ovn.org; Xia, Chenbo ; > >> Richardson, Bruce ; Van Haaren, Harry > >> ; Mcnamara, John > >>

Re: [RFC 1/1] vhost: integrate dmadev in asynchronous datapath

2022-01-03 Thread Maxime Coquelin
; Richardson, Bruce ; Van Haaren, Harry ; Mcnamara, John ; Pai G, Sunil Subject: Re: [RFC 1/1] vhost: integrate dmadev in asynchronous datapath Hi Jiayu, This is a first review, I need to spend more time on the series to understand it well. Do you have a prototype of the OVS part, so that it helps us to

RE: [RFC 1/1] vhost: integrate dmadev in asynchronous datapath

2021-12-27 Thread Hu, Jiayu
Van Haaren, Harry > ; Mcnamara, John > ; Pai G, Sunil > Subject: Re: [RFC 1/1] vhost: integrate dmadev in asynchronous datapath > > Hi Jiayu, > > This is a first review, I need to spend more time on the series to understand > it well. Do you have a prototype of the OVS part, s

Re: [RFC 1/1] vhost: integrate dmadev in asynchronous datapath

2021-12-24 Thread Maxime Coquelin
Hi Jiayu, This is a first review, I need to spend more time on the series to understand it well. Do you have a prototype of the OVS part, so that it helps us to grasp how the full integration would look like? On 11/22/21 11:54, Jiayu Hu wrote: Since dmadev is introduced in 21.11, to avoid the o

[RFC 1/1] vhost: integrate dmadev in asynchronous datapath

2021-11-21 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 | 63 examples/