> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Herakliusz Lipiec > Sent: Tuesday, April 23, 2019 7:44 PM > To: Burakov, Anatoly <[email protected]> > Cc: [email protected]; Lipiec, Herakliusz <[email protected]>; > [email protected]; [email protected] > 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: [email protected] > Cc: [email protected] > Signed-off-by: Herakliusz Lipiec <[email protected]> > Acked-by: Anatoly Burakov <[email protected]> > ---
For the patch itself: Reviewed-by: Darek Stojaczyk <[email protected]>

