Re: [dpdk-dev] [PATCH] vhost: remove available ring relay helper

2019-02-08 Thread Maxime Coquelin
On 1/23/19 2:02 PM, Xiao Wang wrote: We don't need to relay available ring and check the desc, vdpa device can access the available ring in the guest directly. With this patch, we can achieve better throughput and lower CPU usage. Signed-off-by: Xiao Wang --- drivers/net/ifc/ifcvf_vdpa.c

Re: [dpdk-dev] [PATCH] vhost: remove available ring relay helper

2019-02-08 Thread Maxime Coquelin
On 1/23/19 2:02 PM, Xiao Wang wrote: We don't need to relay available ring and check the desc, vdpa device can access the available ring in the guest directly. With this patch, we can achieve better throughput and lower CPU usage. Signed-off-by: Xiao Wang --- drivers/net/ifc/ifcvf_vdpa.c