Re: [vpp-dev] VPP unable to link external .so libs

2017-05-18 Thread Damjan Marion (damarion)
Yes, look at Mellanox case in dpdk.am. if you want to upstream patch you will need to add additional stuff into configure.ac... On 18 May 2017, at 14:07, Marco Varlese mailto:marco.varl...@suse.com>> wrote: Hi Devendra, Did you try to look at src/plugins/dpdk.am ? Cheers, Marco On Thu, 201

Re: [vpp-dev] VPP unable to link external .so libs

2017-05-18 Thread Marco Varlese
Hi Devendra, Did you try to look at src/plugins/dpdk.am ? Cheers, Marco On Thu, 2017-05-18 at 15:42 +0530, devendra rawat wrote: > Hi, > > I am trying to run VPP on an arm64 processor. I am using DPDK v16.11. > > My board is having a non-pci ethernet interface I have added a PMD for that > >

[vpp-dev] VPP unable to link external .so libs

2017-05-18 Thread devendra rawat
Hi, I am trying to run VPP on an arm64 processor. I am using DPDK v16.11. My board is having a non-pci ethernet interface I have added a PMD for that in DPDK. This PMD makes calls to an external library libxal which is platform specific. All DPDK apps. including testpmd work fine. Using this DPD