> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Anatoly Burakov > Sent: Thursday, May 3, 2018 11:11 AM > To: [email protected] > Cc: Liu, Yong <[email protected]>; Burakov, Anatoly > <[email protected]> > Subject: [dpdk-dev] [PATCH 2/3] memalloc: fix wrong return value on freeing > segment on fail > > Return value should be zero for success, but if unlock and unlink > have succeeded, return value was 1, which triggered failure message > in calling code. > > Fixes: a5ff05d60fc5 ("mem: support unmapping pages at runtime") > Cc: [email protected] > > Signed-off-by: Anatoly Burakov <[email protected]> > ---
Acked-by: Konstantin Ananyev <[email protected]>

