RE: [PATCH v3 04/15] vdpa/ifc: add vdpa interrupt for blk device

2022-03-23 Thread Pei, Andy
elin ; dev@dpdk.org Cc: Xia, Chenbo ; Cao, Gang ; Liu, Changpeng Subject: RE: [PATCH v3 04/15] vdpa/ifc: add vdpa interrupt for blk device Hi Maxime, Thanks for your reply and my reply is inline. -Original Message- From: Maxime Coquelin Sent: Tuesday, March 22, 2022 6:05 PM To: Pei,

RE: [PATCH v3 04/15] vdpa/ifc: add vdpa interrupt for blk device

2022-03-23 Thread Pei, Andy
Hi Maxime, Thanks for your reply and my reply is inline. -Original Message- From: Maxime Coquelin Sent: Tuesday, March 22, 2022 6:05 PM To: Pei, Andy ; dev@dpdk.org Cc: Xia, Chenbo ; Cao, Gang ; Liu, Changpeng Subject: Re: [PATCH v3 04/15] vdpa/ifc: add vdpa interrupt for blk device

Re: [PATCH v3 04/15] vdpa/ifc: add vdpa interrupt for blk device

2022-03-22 Thread Maxime Coquelin
On 1/29/22 04:03, Andy Pei wrote: For the blk we need to relay all the cmd of each queue. The message is not clear to me, do you mean "For the block device type, we have to relay the commands on all queues."? Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 46 ++

[PATCH v3 04/15] vdpa/ifc: add vdpa interrupt for blk device

2022-01-28 Thread Andy Pei
For the blk we need to relay all the cmd of each queue. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/ifcvf_vdpa.c | 46 --- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index