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

2019-04-02 Thread Rastislav Černay
> I have a problem here, this requires 'netcope-common-6.4.0-1.x86_64.rpm' rpm to > be installed [1], meanwhile szedata requires > 'netcope-common-light-3.0.5-1.x86_64.rpm' to be installed, and these two > packages conflicts with eachother. > > What is the way of having an environment that dependen

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

2019-04-01 Thread Luca Boccassi
On Mon, 2019-04-01 at 16:55 +0200, Rastislav Černay wrote: > Hi Ferruh, <...> > btw, why do you prefer to have driver as experimental? > What does it mean it being experimental from your point of view > exactly? > <...> > I do not prefer to have driver experimental, only reason it is there > is >

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

2019-04-01 Thread Ferruh Yigit
On 4/1/2019 3:55 PM, Rastislav Černay wrote: > Hi Ferruh, > > I fixed most of issues you wrote, but before I send v6, I would like to make > sure everything is in order, mainly the experimental issue. > > I have a problem here, this requires 'netcope-common-6.4.0-1.x86_64.rpm' rpm > to > be inst

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

2019-04-01 Thread Rastislav Černay
Hi Ferruh, I fixed most of issues you wrote, but before I send v6, I would like to make sure everything is in order, mainly the experimental issue. I have a problem here, this requires 'netcope-common-6.4.0-1.x86_64.rpm' rpm to be installed [1], meanwhile szedata requires 'netcope-common-light-3.

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

2019-03-28 Thread Ferruh Yigit
On 3/22/2019 12:12 PM, 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 v5] net/nfb: new netcope driver

2019-03-22 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