[dpdk-dev] [PATCH] nfp: using random mac address if not a configured mac

2016-09-16 Thread Alejandro Lucero
Thank you for the feedback. I'll send the fixed patched today. On Tue, Sep 13, 2016 at 8:30 PM, Thomas Monjalon wrote: > 2016-09-13 18:10, Ferruh Yigit: > > Hi Alejandro, > > > > On 8/16/2016 4:15 PM, Alejandro Lucero wrote: > > > Signed-off-by: Alejandro Lucero > > > --- > > > > There are

[dpdk-dev] [PATCH] nfp: using random mac address if not a configured mac

2016-09-13 Thread Thomas Monjalon
2016-09-13 18:10, Ferruh Yigit: > Hi Alejandro, > > On 8/16/2016 4:15 PM, Alejandro Lucero wrote: > > Signed-off-by: Alejandro Lucero > > --- > > There are following checkpatch warnings, also check-git-log complains: > > Headline too long: > nfp: unregister interrupt callback function

[dpdk-dev] [PATCH] nfp: using random mac address if not a configured mac

2016-09-13 Thread Ferruh Yigit
On 9/13/2016 6:10 PM, Ferruh Yigit wrote: > Hi Alejandro, > > On 8/16/2016 4:15 PM, Alejandro Lucero wrote: >> Signed-off-by: Alejandro Lucero >> --- > > There are following checkpatch warnings, also check-git-log complains: > > Headline too long: > nfp: unregister interrupt callback

[dpdk-dev] [PATCH] nfp: using random mac address if not a configured mac

2016-09-13 Thread Ferruh Yigit
Hi Alejandro, On 8/16/2016 4:15 PM, Alejandro Lucero wrote: > Signed-off-by: Alejandro Lucero > --- There are following checkpatch warnings, also check-git-log complains: Headline too long: nfp: unregister interrupt callback function when closing device ... > > +static void

[dpdk-dev] [PATCH] nfp: using random mac address if not a configured mac

2016-08-16 Thread Alejandro Lucero
Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/drivers/net/nfp/nfp_net.c b/drivers/net/nfp/nfp_net.c index 82e3e4e..45d122d 100644 --- a/drivers/net/nfp/nfp_net.c +++