From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2 2/2] mempool/dpaa2: fix the incorrect free usages for bplist Date: Mon, 10 Jul 2017 10:11:05 +0200 Message-ID: <20170710101105.75e60966@platinum> 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=US-ASCII Content-Transfer-Encoding: 7bit Cc: , To: Hemant Agrawal Return-path: Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id 5B1307CCF for ; Mon, 10 Jul 2017 10:11:07 +0200 (CEST) Received: by mail-lf0-f54.google.com with SMTP id h22so53256547lfk.3 for ; Mon, 10 Jul 2017 01:11:07 -0700 (PDT) In-Reply-To: <1498135688-3853-2-git-send-email-hemant.agrawal@nxp.com> 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 Thu, 22 Jun 2017 18:18:08 +0530, 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 Reviewed-by: Olivier Matz