From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] compressdev: fix export of unknown symbols Date: Mon, 28 May 2018 03:27:18 +0200 Message-ID: <6916983.Gh1a3b5VCg@xps> References: <20180527222435.17001-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" , "Trahe, Fiona" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F30F92BAF for ; Mon, 28 May 2018 03:27:20 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/05/2018 00:51, De Lara Guarch, Pablo: > > From: Thomas Monjalon > > > > The *_callback_* functions are not implemented, so they are removed from the > > export map file. > > > > Fixes: ed7dd94f7f66 ("compressdev: add basic device management") > > > > Signed-off-by: Thomas Monjalon > > Thanks for spotting this, we removed these functions and forgot to > take them out from the map file. > > Acked-by: Pablo de Lara Applied