From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 1/2] app/testpmd: fix DPAA shared library dependency Date: Fri, 23 Feb 2018 10:45:56 +0530 Message-ID: <9f7c6ca7-e80e-8fd1-908f-90389f5430e5@nxp.com> References: <1519329652.2458.5.camel@suse.de> <20180222225308.16972-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Thomas Monjalon , mvarlese@suse.de Return-path: In-Reply-To: <20180222225308.16972-1-thomas@monjalon.net> Content-Language: en-US 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 2/23/2018 4:23 AM, Thomas Monjalon wrote: > The dynamic link is broken for ARM platform because the dependencies > of the DPAA PMD are not declared. > > Fixes: 83c82e15e1c0 ("app/testpmd: support loopback config for DPAA") > Cc: stable@dpdk.org > > Reported-by: Marco Varlese > Signed-off-by: Thomas Monjalon > --- Acked-by: Hemant Agrawal