Re: [PATCH] vdpa/ifc: fix update_datapath error handling

2022-11-02 Thread Maxime Coquelin
Hi, On 10/18/22 09:22, Taekyung Kim wrote: Stop and return the error code if update_datapath fails. update_datapath prepares resources for the vdpa device. The driver should not perform any further actions if update_datapath returns an error. You need to add Fixes tag and Cc sta...@dpdk.org, s

[PATCH] vdpa/ifc: fix update_datapath error handling

2022-10-24 Thread Taekyung Kim
Stop and return the error code if update_datapath fails. update_datapath prepares resources for the vdpa device. The driver should not perform any further actions if update_datapath returns an error. Signed-off-by: Taekyung Kim --- drivers/vdpa/ifc/ifcvf_vdpa.c | 20 1 file

[PATCH] vdpa/ifc: fix update_datapath error handling

2022-10-24 Thread Taekyung Kim
Stop and return the error code when update_datapath fails. update_datapath prepares resources for the vdpa device. The driver should not perform any further actions if update_datapath returns an error. Signed-off-by: Taekyung Kim --- drivers/vdpa/ifc/ifcvf_vdpa.c | 20 1 fil