> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Herakliusz Lipiec > Sent: Tuesday, April 23, 2019 7:44 PM > To: Burakov, Anatoly <anatoly.bura...@intel.com> > Cc: dev@dpdk.org; Lipiec, Herakliusz <herakliusz.lip...@intel.com>; > jianfeng....@intel.com; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2 4/8] ipc: fix vfio memleak > > When sending synchronous IPC requests, the caller must free the response > buffer even if the request returned failure. Fix the code to correctly > use the IPC API. > > Bugzilla ID: 228 > Fixes: 83a73c5fef66 ("vfio: use generic multi-process channel") > Cc: jianfeng....@intel.com > Cc: sta...@dpdk.org > Signed-off-by: Herakliusz Lipiec <herakliusz.lip...@intel.com> > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com> > ---
For the patch itself: Reviewed-by: Darek Stojaczyk <dariusz.stojac...@intel.com>