Re: [dpdk-dev] [PATCH v2] net/nfb: new Netcope driver

2019-02-27 Thread Ferruh Yigit
On 2/27/2019 11:43 AM, Rastislav Cernay wrote: > 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 exam

[dpdk-dev] [PATCH v2] net/nfb: new Netcope driver

2019-02-27 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 MAINTAINERS | 7 + config/common_base