22/01/2020 18:06, Stephen Hemminger: > The loop to unwind existing mmaps was only unmapping the > first segment and the error paths after mmap() were not > doing munmap of the current segment. > > Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists") > Cc: anatoly.bura...@intel.com > Cc: sta...@dpdk.org > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > v2 - incorporate feedback from David Marchand > fix missing munmap of current segment
Applied, thanks