Re: [dpdk-dev] [PATCH 1/3] mem: fix index for unmapping segments on failure

2018-05-13 Thread Thomas Monjalon
> > Segment index was calculated incorrectly, causing free_seg to > > attempt to free segments that do not exist. > > > > Fixes: a5ff05d60fc5 ("mem: support unmapping pages at runtime") > > Cc: anatoly.bura...@intel.com > > > > Signed-off-by: Anatoly Burakov > > Acked-by: Konstantin Ananyev S

Re: [dpdk-dev] [PATCH 1/3] mem: fix index for unmapping segments on failure

2018-05-10 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov > Sent: Thursday, May 3, 2018 11:11 AM > To: dev@dpdk.org > Cc: Liu, Yong ; Burakov, Anatoly > > Subject: [dpdk-dev] [PATCH 1/3] mem: fix index for unmapping segments on &

Re: [dpdk-dev] [PATCH 1/3] mem: fix index for unmapping segments on failure

2018-05-04 Thread Liu, Yong
Tested-by: Marvin Liu > -Original Message- > From: Burakov, Anatoly > Sent: Thursday, May 03, 2018 6:11 PM > To: dev@dpdk.org > Cc: Liu, Yong ; Burakov, Anatoly > > Subject: [PATCH 1/3] mem: fix index for unmapping segments on failure > > Segment index was calculated incorrectly, causin

[dpdk-dev] [PATCH 1/3] mem: fix index for unmapping segments on failure

2018-05-03 Thread Anatoly Burakov
Segment index was calculated incorrectly, causing free_seg to attempt to free segments that do not exist. Fixes: a5ff05d60fc5 ("mem: support unmapping pages at runtime") Cc: anatoly.bura...@intel.com Signed-off-by: Anatoly Burakov --- lib/librte_eal/linuxapp/eal/eal_memalloc.c | 3 +-- 1 file c