[dpdk-dev] [PATCH v5 1/8] net/mvneta: add neta PMD skeleton

Andrzej Ostruszka amo at semihalf.com
Mon Oct 1 11:30:35 CEST 2018


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


More information about the dev mailing list