Re: [PATCH] i40e: Fix incorrect pf->flags

2017-05-25 Thread tndave
On 05/25/2017 02:13 AM, Jeff Kirsher wrote: On Fri, 2017-05-19 at 18:01 -0700, Tushar Dave wrote: Fix bug introduced by 'commit 47994c119a36e ("i40e: remove hw_disabled_flags in favor of using separate flag bits")' that mistakenly wipes out pf->flags. Signed-off-by: Tushar Dave

Re: [PATCH] i40e: Fix incorrect pf->flags

2017-05-25 Thread Jeff Kirsher
On Fri, 2017-05-19 at 18:01 -0700, Tushar Dave wrote: > Fix bug introduced by 'commit 47994c119a36e ("i40e: remove > hw_disabled_flags in favor of using separate flag bits")' that > mistakenly wipes out pf->flags. > > Signed-off-by: Tushar Dave > --- >

[PATCH] i40e: Fix incorrect pf->flags

2017-05-19 Thread Tushar Dave
Fix bug introduced by 'commit 47994c119a36e ("i40e: remove hw_disabled_flags in favor of using separate flag bits")' that mistakenly wipes out pf->flags. Signed-off-by: Tushar Dave --- drivers/net/ethernet/intel/i40e/i40e_main.c | 4 ++-- 1 file changed, 2