Re: [net] i40e/i40evf: set AQ count after memory allocation

2015-10-07 Thread David Miller
From: Jeff Kirsher Date: Sat, 3 Oct 2015 17:13:05 -0700 > From: Mitch Williams > > The standard way to check if the AQ is enabled is to look at the > count field. So we should only set this field after we have > successfully allocated

[net] i40e/i40evf: set AQ count after memory allocation

2015-10-03 Thread Jeff Kirsher
From: Mitch Williams The standard way to check if the AQ is enabled is to look at the count field. So we should only set this field after we have successfully allocated memory. To do otherwise is to incite panic among the populace. Signed-off-by: Mitch Williams