Re: [net-next,06/15] i40e: change flags to use 64 bits

2018-02-07 Thread Shannon Nelson
On 2/7/2018 7:09 AM, James Hogan wrote: On Fri, Jan 26, 2018 at 01:24:50PM -0800, Jeff Kirsher wrote: From: Alice Michael As we have added more flags, we need to now use more bits and have over flooded the 32 bit size. So make it 64. Also change all the existing bits to unsigned long long bi

Re: [net-next,06/15] i40e: change flags to use 64 bits

2018-02-07 Thread James Hogan
On Fri, Jan 26, 2018 at 01:24:50PM -0800, Jeff Kirsher wrote: > From: Alice Michael > > As we have added more flags, we need to now use more > bits and have over flooded the 32 bit size. So > make it 64. > > Also change all the existing bits to unsigned long long > bits. > > Signed-off-by: Ali

[net-next 06/15] i40e: change flags to use 64 bits

2018-01-26 Thread Jeff Kirsher
From: Alice Michael As we have added more flags, we need to now use more bits and have over flooded the 32 bit size. So make it 64. Also change all the existing bits to unsigned long long bits. Signed-off-by: Alice Michael Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher --- drivers/ne