From: John Fastabend
Date: Wed, 17 Feb 2016 14:34:53 -0800
> I incorrectly used __u32 types where we should be using u32 types when
> I added the ixgbe_model.h file.
>
> Fixes: 9d35cf062e05 ("net: ixgbe: add minimal parser details for ixgbe")
> Suggested-by: Jamal Hadi Salim
> Signed-off-by: Jo
From: Jeff Kirsher
Date: Wed, 17 Feb 2016 14:41:48 -0800
> On Wed, 2016-02-17 at 14:34 -0800, John Fastabend wrote:
>> I incorrectly used __u32 types where we should be using u32 types
>> when
>> I added the ixgbe_model.h file.
>>
>> Fixes: 9d35cf062e05 ("net: ixgbe: add minimal parser details f
On Wed, 2016-02-17 at 14:34 -0800, John Fastabend wrote:
> I incorrectly used __u32 types where we should be using u32 types
> when
> I added the ixgbe_model.h file.
>
> Fixes: 9d35cf062e05 ("net: ixgbe: add minimal parser details for
> ixgbe")
> Suggested-by: Jamal Hadi Salim
> Signed-off-by: Jo
I incorrectly used __u32 types where we should be using u32 types when
I added the ixgbe_model.h file.
Fixes: 9d35cf062e05 ("net: ixgbe: add minimal parser details for ixgbe")
Suggested-by: Jamal Hadi Salim
Signed-off-by: John Fastabend
---
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h | 18