From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7B9E821806; Sun, 27 May 2018 21:27:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 21:27:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=8D8jMwJVjxGw2LJQGhh+MtwNna xeJ7segUDJPXV3sp0=; b=T7cQ/A4OSsVvjLyaZIKc1W+yGqZvzE+ABBxfPHtpSF 3iE1NQFiaL+gEGLe8UV91o9cwSVKvz8LHCj4H4bdJqUMsQwoTwv/pMHL1/4wgMoH yKqi68ebqwtsA1ucg252vH6meyJujEOUT4yqSlVWGj7kf/TtdDOTLUM4MhAGyfzM k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=8D8jMw JVjxGw2LJQGhh+MtwNnaxeJ7segUDJPXV3sp0=; b=Pjo/svU48lI3wd8B89vKfx U0eMnkMjCEHr7f1FrQwMBMyBMxGWT3gWk8xtWPLszqlzmEz5gs4hZxbVXMBiyZVi 7A2aziQFIkXxrWs/nWvfIr8xdDKUZksTQbKWeQszVBBHeWNv5yHh4jSyZrlYwB8z lRBkkpRbPiVVGSHHJaawTf1iq2WjlQKhvv1qxRVHkdJawD1nypXaWzVZe8Wqtf4i 4QhJSaNIMqo76FSgI3FQjoDNLBkubRnNApywH+J4u/YAOK5Bvlo+qaqDgmt0ogbB VjIwWlRQuLmw7hVcbMPGdgcEIFN+ncaTM8oipEM2i6x54E1Ay9HSrDbyoIStqvLQ == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AEB58E4115; Sun, 27 May 2018 21:27:19 -0400 (EDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" , "Trahe, Fiona" Cc: dev@dpdk.org Date: Mon, 28 May 2018 03:27:18 +0200 Message-ID: <6916983.Gh1a3b5VCg@xps> In-Reply-To: References: <20180527222435.17001-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2018 01:27:21 -0000 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