Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-20 Thread Alejandro Lucero
On Tue, Dec 20, 2016 at 10:29 AM, Alejandro Lucero < alejandro.luc...@netronome.com> wrote: > > > On Tue, Dec 20, 2016 at 10:25 AM, Ferruh Yigit > wrote: > >> On 12/19/2016 6:00 PM, Alejandro Lucero wrote: >> > I forgot one thing: to update the features file with this new one. >> > >> > I will wa

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-20 Thread Alejandro Lucero
On Tue, Dec 20, 2016 at 10:25 AM, Ferruh Yigit wrote: > On 12/19/2016 6:00 PM, Alejandro Lucero wrote: > > I forgot one thing: to update the features file with this new one. > > > > I will wait for your feedback regarding the discussed problem for > > sending another version. > > I think it is go

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-20 Thread Ferruh Yigit
On 12/19/2016 6:00 PM, Alejandro Lucero wrote: > I forgot one thing: to update the features file with this new one. > > I will wait for your feedback regarding the discussed problem for > sending another version. I think it is good to go, please send updated version. > <...> > > Sorr

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Alejandro Lucero
I forgot one thing: to update the features file with this new one. I will wait for your feedback regarding the discussed problem for sending another version. Thanks On Mon, Dec 19, 2016 at 5:59 PM, Alejandro Lucero < alejandro.luc...@netronome.com> wrote: > > > On Mon, Dec 19, 2016 at 4:43 PM,

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Alejandro Lucero
On Mon, Dec 19, 2016 at 4:43 PM, Ferruh Yigit wrote: > On 12/19/2016 4:18 PM, Alejandro Lucero wrote: > > On Mon, Dec 19, 2016 at 3:05 PM, Ferruh Yigit > > wrote: > > > >> On 12/19/2016 3:02 PM, Alejandro Lucero wrote: > >>> > >>> > >>> On Mon, Dec 19, 2016 at 2:36 PM, Ferruh Yigit >>>

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Alejandro Lucero
On Mon, Dec 19, 2016 at 4:35 PM, Marc wrote: > > > On 19 December 2016 at 17:18, Alejandro Lucero < > alejandro.luc...@netronome.com> wrote: > >> On Mon, Dec 19, 2016 at 3:05 PM, Ferruh Yigit >> wrote: >> >> > On 12/19/2016 3:02 PM, Alejandro Lucero wrote: >> > > >> > > >> > > On Mon, Dec 19, 20

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Ferruh Yigit
On 12/19/2016 4:18 PM, Alejandro Lucero wrote: > On Mon, Dec 19, 2016 at 3:05 PM, Ferruh Yigit > wrote: > >> On 12/19/2016 3:02 PM, Alejandro Lucero wrote: >>> >>> >>> On Mon, Dec 19, 2016 at 2:36 PM, Ferruh Yigit >> > wrote: >>> >>> Hi Alejandro, >>> >>> >>> Hi

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Marc
On 19 December 2016 at 17:18, Alejandro Lucero < alejandro.luc...@netronome.com> wrote: > On Mon, Dec 19, 2016 at 3:05 PM, Ferruh Yigit > wrote: > > > On 12/19/2016 3:02 PM, Alejandro Lucero wrote: > > > > > > > > > On Mon, Dec 19, 2016 at 2:36 PM, Ferruh Yigit > >

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Alejandro Lucero
On Mon, Dec 19, 2016 at 3:05 PM, Ferruh Yigit wrote: > On 12/19/2016 3:02 PM, Alejandro Lucero wrote: > > > > > > On Mon, Dec 19, 2016 at 2:36 PM, Ferruh Yigit > > wrote: > > > > Hi Alejandro, > > > > > > Hi, > > > > > > On 12/19/2016 12:05 PM, Alejandro Lu

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Ferruh Yigit
On 12/19/2016 3:02 PM, Alejandro Lucero wrote: > > > On Mon, Dec 19, 2016 at 2:36 PM, Ferruh Yigit > wrote: > > Hi Alejandro, > > > Hi, > > > On 12/19/2016 12:05 PM, Alejandro Lucero wrote: > > NFP supports more speeds than just 40 and 100GB, whic

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Alejandro Lucero
On Mon, Dec 19, 2016 at 2:36 PM, Ferruh Yigit wrote: > Hi Alejandro, > > Hi, > On 12/19/2016 12:05 PM, Alejandro Lucero wrote: > > NFP supports more speeds than just 40 and 100GB, which were > > what was advertised before. > > > > Signed-off-by: Alejandro Lucero > > --- > > drivers/net/nfp/nf

Re: [dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Ferruh Yigit
Hi Alejandro, On 12/19/2016 12:05 PM, Alejandro Lucero wrote: > NFP supports more speeds than just 40 and 100GB, which were > what was advertised before. > > Signed-off-by: Alejandro Lucero > --- > drivers/net/nfp/nfp_net.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --

[dpdk-dev] [PATCH] nfp: extend speed capabilities advertised

2016-12-19 Thread Alejandro Lucero
NFP supports more speeds than just 40 and 100GB, which were what was advertised before. Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/nfp/nfp_net.c b/drivers/net/nfp/nfp_net.c index 27afbfd..77015c