Re: [dpdk-dev] [PATCH v4] net/nfb: new netcope driver

2019-03-07 Thread Jan Remeš
Hi, > I see netcope-common provides a pkg-config file, that's great. > However it's a bit broken at the moment: > > Name: netcope-common > Version: 6.3.0 > Description: Common software package for NetCOPE platform > Libs: -L${libdir} > Cflags: -I${includedir} > > There is no linker flag, and Libs.

Re: [dpdk-dev] [PATCH v4] net/nfb: new netcope driver

2019-03-07 Thread Luca Boccassi
On Thu, 2019-03-07 at 14:24 +0100, Rastislav Cernay wrote: > From: Rastislav Cernay > > Note: New netcope-commong pcg on which is support for pkg-config, > will be released soon and uploaded on official site. > > Added new net driver for Netcope nfb cards > > Signed-off-by: Rastislav Cernay >

[dpdk-dev] [PATCH v4] net/nfb: new netcope driver

2019-03-07 Thread Rastislav Cernay
From: Rastislav Cernay Note: New netcope-commong pcg on which is support for pkg-config, will be released soon and uploaded on official site. Added new net driver for Netcope nfb cards Signed-off-by: Rastislav Cernay --- v2: remove unnecessary cast remove unnecessary zeroing move decla