Re: [PATCH net-next v3] net: Make table id type u32

2015-09-01 Thread Nikolay Aleksandrov
> On Sep 1, 2015, at 1:26 PM, David Ahern wrote: > > A number of VRF patches used 'int' for table id. It should be u32 to be > consistent with the rest of the stack. > > Fixes: > 4e3c89920cd3a ("net: Introduce VRF related flags and helpers") > 15be405eb2ea9 ("net: Add

[PATCH net-next v3] net: Make table id type u32

2015-09-01 Thread David Ahern
A number of VRF patches used 'int' for table id. It should be u32 to be consistent with the rest of the stack. Fixes: 4e3c89920cd3a ("net: Introduce VRF related flags and helpers") 15be405eb2ea9 ("net: Add inet_addr lookup by table") 30bbaa1950055 ("net: Fix up inet_addr_type checks")

Re: [PATCH net-next v3] net: Make table id type u32

2015-09-01 Thread David Miller
From: David Ahern Date: Tue, 1 Sep 2015 14:26:35 -0600 > A number of VRF patches used 'int' for table id. It should be u32 to be > consistent with the rest of the stack. > > Fixes: > 4e3c89920cd3a ("net: Introduce VRF related flags and helpers") > 15be405eb2ea9 ("net: