From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mempool: fix lack of free registration Date: Thu, 21 Jul 2016 23:04:26 +0200 Message-ID: <4464250.C6Y7UAgs9h@xps13> References: <1469034842-2580-1-git-send-email-zoltan.kiss@schaman.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Hunt , olivier.matz@6wind.com To: Zoltan Kiss Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id B450247CD for ; Thu, 21 Jul 2016 23:04:27 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id q128so34827806wma.1 for ; Thu, 21 Jul 2016 14:04:27 -0700 (PDT) In-Reply-To: <1469034842-2580-1-git-send-email-zoltan.kiss@schaman.hu> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-20 18:14, Zoltan Kiss: > The new mempool handler interface forgets to register the free() function > of the ops. Introduced in this patch: > > Fixes: 449c49b93a6b ("mempool: support handler operations") > > Signed-off-by: Zoltan Kiss > Acked-by: Olivier Matz Applied, thanks