Re: [RFC net-next 2/6] net: Preparation for vrf device

2015-07-08 Thread David Ahern
On 7/8/15 2:37 AM, Nicolas Dichtel wrote: Le 06/07/2015 17:03, David Ahern a écrit : Add a VRF_MASTER flag for interfaces and helper functions for determining if a device is a VRF_MASTER. Also, add link attribute for passing VRF_TABLE id. Both are used in the following patch that adds a VRF d

Re: [RFC net-next 2/6] net: Preparation for vrf device

2015-07-08 Thread Nicolas Dichtel
Le 08/07/2015 10:37, Nicolas Dichtel a écrit : [snip] Also, why calling this '_MASTER', is there a notion of SLAVE? Ok, just got it in the next patch ;-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [RFC net-next 2/6] net: Preparation for vrf device

2015-07-08 Thread Nicolas Dichtel
Le 06/07/2015 17:03, David Ahern a écrit : Add a VRF_MASTER flag for interfaces and helper functions for determining if a device is a VRF_MASTER. Also, add link attribute for passing VRF_TABLE id. Both are used in the following patch that adds a VRF device driver. Signed-off-by: Shrijeet Mukhe

[RFC net-next 2/6] net: Preparation for vrf device

2015-07-06 Thread David Ahern
Add a VRF_MASTER flag for interfaces and helper functions for determining if a device is a VRF_MASTER. Also, add link attribute for passing VRF_TABLE id. Both are used in the following patch that adds a VRF device driver. Signed-off-by: Shrijeet Mukherjee Signed-off-by: David Ahern --- includ