From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Ostruszka Subject: Re: [PATCH v5 1/8] net/mvneta: add neta PMD skeleton Date: Mon, 1 Oct 2018 11:30:35 +0200 Message-ID: References: <1537369294-17099-1-git-send-email-amo@semihalf.com> <1537434339-22570-1-git-send-email-amo@semihalf.com> <1537434339-22570-2-git-send-email-amo@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mw@semihalf.com, zr@semihalf.com, tdu@semihalf.com, nadavh@marvell.com To: Ferruh Yigit , dev@dpdk.org Return-path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) by dpdk.org (Postfix) with ESMTP id C1B11160 for ; Mon, 1 Oct 2018 11:30:37 +0200 (CEST) Received: by mail-lj1-f193.google.com with SMTP id r83-v6so11443867ljr.7 for ; Mon, 01 Oct 2018 02:30:37 -0700 (PDT) In-Reply-To: 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" First of all sorry for late reply. I was trying to do some more testing with this NETA and got stuck into what turned out to be HW issue. On 24.09.2018 12:03, Ferruh Yigit wrote: > On 9/20/2018 10:05 AM, Andrzej Ostruszka wrote: [...] >> + MVNETA_LOG(INFO, "Perform MUSDK initializations"); >> + >> + ret = rte_mvep_init(MVEP_MOD_T_NETA, kvlist); > > Giving build error for shared libraries [1], needs to link with rte_common_mvep, > > In makefile needed: LDLIBS += -lrte_common_mvep, > please check "mvpp2/Makefile" > > > [1] > mvneta_ethdev.o: In function `rte_pmd_mvneta_probe': > mvneta_ethdev.c:(.text+0xa58): undefined reference to `rte_mvep_init' > mvneta_ethdev.c:(.text+0xc98): undefined reference to `rte_mvep_deinit' > mvneta_ethdev.c:(.text+0xcb4): undefined reference to `rte_mvep_deinit' > mvneta_ethdev.o: In function `rte_pmd_mvneta_remove': > mvneta_ethdev.c:(.text+0xe58): undefined reference to `rte_mvep_deinit' I can't reproduce this, nevertheless I've added mvep to the LDLIBS in the next version which I've just sent. Best regards Andrzej