From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/fslmc: fix export of unknown symbol Date: Mon, 28 May 2018 03:23:36 +0200 Message-ID: <3642185.aRmqekA6Ai@xps> References: <20180527222407.16932-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: nipun.gupta@nxp.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4239D200 for ; Mon, 28 May 2018 03:23:38 +0200 (CEST) In-Reply-To: <20180527222407.16932-1-thomas@monjalon.net> 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:24, Thomas Monjalon: > The function dpdmai_set_tx_queue() is not implemented, > so it is removed from the export map file. > > Fixes: 23e8fcb0186c ("bus/fslmc: support MC DPDMAI object") > > Signed-off-by: Thomas Monjalon Applied