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

2019-04-04 Thread Ferruh Yigit
On 4/4/2019 10:05 AM, Rastislav Cernay wrote: > From: Rastislav Cernay > > Added new net driver for Netcope nfb cards > > Signed-off-by: Rastislav Cernay <...> > @@ -0,0 +1,18 @@ > +; > +; Supported features of the 'nfb' network poll mode driver. > +; > +; Refer to default.ini for the full li

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

2019-04-04 Thread Rastislav Cernay
From: Rastislav Cernay Added new net driver for Netcope nfb cards Signed-off-by: Rastislav Cernay --- v2: remove unnecessary cast remove unnecessary zeroing move declaration to not mix with code restore skeleton example v3: add release notes add doc to doc index add architec