Hi Kim, > -----Original Message----- > From: Taekyung Kim <kim.tae.ky...@navercorp.com> > Sent: Tuesday, November 8, 2022 4:56 PM > To: dev@dpdk.org > Cc: Xia, Chenbo <chenbo....@intel.com>; Pei, Andy <andy....@intel.com>; > kim.tae.ky...@navercorp.com; maxime.coque...@redhat.com; sta...@dpdk.org; > Wang, Xiao W <xiao.w.w...@intel.com> > Subject: [PATCH v4] vdpa/ifc: fix update_datapath error handling > > 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. > > Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") > Cc: sta...@dpdk.org > > Signed-off-by: Taekyung Kim <kim.tae.ky...@navercorp.com> > --- > v4: > * Add rte_vdpa_unregister_device in ifcvf_pci_probe > > v3: > * Fix coding style > > v2: > * Revert the prepared resources before returning an error > * Rebase to 22.11 rc2 > * Add fixes and cc for backport > > --- > drivers/vdpa/ifc/ifcvf_vdpa.c | 27 +++++++++++++++++++++++---- > 1 file changed, 23 insertions(+), 4 deletions(-)
I can't find your patch in patchwork: http://patchwork.dpdk.org/project/dpdk/list/?series=&submitter=2877&state=*&q=&archive=both&delegate= so it's difficult to review and merge. Do you know why or is it possible that you send a new version to make it show on Patchwork today? Thanks, Chenbo