Re: [net-next PATCH 1/2] ixgbe: use u32 instead of __u32 in model header

2016-02-17 Thread David Miller
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

Re: [net-next PATCH 1/2] ixgbe: use u32 instead of __u32 in model header

2016-02-17 Thread David Miller
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

Re: [net-next PATCH 1/2] ixgbe: use u32 instead of __u32 in model header

2016-02-17 Thread Jeff Kirsher
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

[net-next PATCH 1/2] ixgbe: use u32 instead of __u32 in model header

2016-02-17 Thread John Fastabend
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