Re: [dpdk-dev] [PATCH] net/nfp: fix VLAN offload flags check

2017-01-13 Thread Ferruh Yigit
On 1/13/2017 3:16 PM, Ferruh Yigit wrote: > From: Olivier Matz > > Fix typo when checking that no VLAN offload flags are passed at port > initialization. > > By the way, also fix a typo in the log. > > Fixes: d4a27a3b092a ("nfp: add basic features") > > Signed-off-by: Olivier Matz > Acked-by:

[dpdk-dev] [PATCH] net/nfp: fix VLAN offload flags check

2017-01-13 Thread Ferruh Yigit
From: Olivier Matz Fix typo when checking that no VLAN offload flags are passed at port initialization. By the way, also fix a typo in the log. Fixes: d4a27a3b092a ("nfp: add basic features") Signed-off-by: Olivier Matz Acked-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 6 +++--- 1

Re: [dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-13 Thread Alejandro Lucero
I was assuming in my acked answer, that the patch had followed usual path and automatic compilation did not fail. But I forgot about the NFP PMD not being enabled by default :-) Hopefully, this will change if this just sent patch is accepted: http://www.dpdk.org/ml/archives/dev/2017-January/0548

Re: [dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-13 Thread Olivier Matz
On Fri, 13 Jan 2017 13:17:17 +, Ferruh Yigit wrote: > On 1/13/2017 12:48 PM, Olivier Matz wrote: > > On Fri, 13 Jan 2017 12:03:01 +, Ferruh Yigit > > wrote: > >> On 1/12/2017 1:04 PM, Olivier Matz wrote: > >>> Fix typo when checking that no Vlan offload flags are passed at > >>> port

Re: [dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-13 Thread Ferruh Yigit
On 1/13/2017 12:48 PM, Olivier Matz wrote: > On Fri, 13 Jan 2017 12:03:01 +, Ferruh Yigit > wrote: >> On 1/12/2017 1:04 PM, Olivier Matz wrote: >>> Fix typo when checking that no Vlan offload flags are passed at port >>> initialization. >>> >>> By the way, also fix a typo in the log. >>> >>> F

Re: [dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-13 Thread Ferruh Yigit
On 1/12/2017 1:04 PM, Olivier Matz wrote: > Fix typo when checking that no Vlan offload flags are passed at port > initialization. > > By the way, also fix a typo in the log. > > Fixes: d4a27a3b092a ("nfp: add basic features") > > Signed-off-by: Olivier Matz > --- > drivers/net/nfp/nfp_net.c |

Re: [dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-13 Thread Olivier Matz
On Fri, 13 Jan 2017 12:03:01 +, Ferruh Yigit wrote: > On 1/12/2017 1:04 PM, Olivier Matz wrote: > > Fix typo when checking that no Vlan offload flags are passed at port > > initialization. > > > > By the way, also fix a typo in the log. > > > > Fixes: d4a27a3b092a ("nfp: add basic features")

Re: [dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-13 Thread Alejandro Lucero
Acked. Thanks! On Thu, Jan 12, 2017 at 1:04 PM, Olivier Matz wrote: > Fix typo when checking that no Vlan offload flags are passed at port > initialization. > > By the way, also fix a typo in the log. > > Fixes: d4a27a3b092a ("nfp: add basic features") > > Signed-off-by: Olivier Matz > --- >

[dpdk-dev] [PATCH] net/nfp: fix Vlan offload flags check

2017-01-12 Thread Olivier Matz
Fix typo when checking that no Vlan offload flags are passed at port initialization. By the way, also fix a typo in the log. Fixes: d4a27a3b092a ("nfp: add basic features") Signed-off-by: Olivier Matz --- drivers/net/nfp/nfp_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff