Re: [PATCH V2 5/6] ifcvf: replace irq_request/free with vDPA helpers

2020-07-16 Thread Jason Wang
On 2020/7/16 下午7:23, Zhu Lingshan wrote: This commit replaced irq_request/free() with helpers in vDPA core, so that it can request/free irq and setup irq offloading on order. Signed-off-by: Zhu Lingshan Suggested-by: Jason Wang --- drivers/vdpa/ifcvf/ifcvf_main.c | 14 +- 1 fi

[PATCH V2 5/6] ifcvf: replace irq_request/free with vDPA helpers

2020-07-16 Thread Zhu Lingshan
This commit replaced irq_request/free() with helpers in vDPA core, so that it can request/free irq and setup irq offloading on order. Signed-off-by: Zhu Lingshan Suggested-by: Jason Wang --- drivers/vdpa/ifcvf/ifcvf_main.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) di