From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v2 2/2] mempool/dpaa2: fix the incorrect free usages for bplist Date: Tue, 18 Jul 2017 20:16:28 +0530 Message-ID: References: <1495532028-9700-1-git-send-email-hemant.agrawal@nxp.com> <1498135688-3853-1-git-send-email-hemant.agrawal@nxp.com> <1498135688-3853-2-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Hemant Agrawal , Return-path: In-Reply-To: <1498135688-3853-2-git-send-email-hemant.agrawal@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thursday 22 June 2017 06:18 PM, Hemant Agrawal wrote: > The dpaa2_bp_list is being allocated using "rte_malloc", > but the free is done using "free". Fixing it to use > "rte_free". > > Fixes: 5dc43d22b5ad ("mempool/dpaa2: add hardware offloaded mempool") > CC: stable@dpdk.org > > Signed-off-by: Hemant Agrawal > --- Acked-by: Shreyansh Jain