Re: [dpdk-dev] [PATCH 0/2] use pkg-config to find Netcope dependencies

2019-10-03 Thread Ferruh Yigit
On 9/14/2019 10:36 AM, Thomas Monjalon wrote: > The libraries required for Netcope PMDs can be found in > https://www.netcope.com/en/company/community-support/dpdk-libsze2 > > These libraries are compatible with pkg-config, which is a better solution > than directly looking for libraries and inclu

Re: [dpdk-dev] [PATCH 0/2] use pkg-config to find Netcope dependencies

2019-09-16 Thread Jan Remeš
On Mon, Sep 16, 2019 at 5:34 PM Ferruh Yigit wrote: > +1 to this patch, unrelated to this patch I remember there was an issue with > the > nfb & szedata2 dependencies, that their dependencies conflict with each other, > so it wasn't possible to enable both at the same time. > > Jan, Rastislav, >

Re: [dpdk-dev] [PATCH 0/2] use pkg-config to find Netcope dependencies

2019-09-16 Thread Ferruh Yigit
On 9/14/2019 10:36 AM, Thomas Monjalon wrote: > The libraries required for Netcope PMDs can be found in > https://www.netcope.com/en/company/community-support/dpdk-libsze2 > > These libraries are compatible with pkg-config, which is a better solution > than directly looking for libraries and inclu

[dpdk-dev] [PATCH 0/2] use pkg-config to find Netcope dependencies

2019-09-14 Thread Thomas Monjalon
The libraries required for Netcope PMDs can be found in https://www.netcope.com/en/company/community-support/dpdk-libsze2 These libraries are compatible with pkg-config, which is a better solution than directly looking for libraries and includes. These patches are using exclusively pkg-config with