Re: [PATCH net-next 2/3] mpls: consistently use u8 to store number of labels

2015-08-12 Thread roopa
On 8/12/15, 12:17 PM, Robert Shearman wrote: On 11/08/15 22:45, Roopa Prabhu wrote: From: Roopa Prabhu change all types representing number of labels to u8 to be consistent. This also changes labels to u8 in the light weight mpls_tunnel_encap structure. This is because the light weight mpls i

Re: [PATCH net-next 2/3] mpls: consistently use u8 to store number of labels

2015-08-12 Thread Robert Shearman
On 11/08/15 22:45, Roopa Prabhu wrote: From: Roopa Prabhu change all types representing number of labels to u8 to be consistent. This also changes labels to u8 in the light weight mpls_tunnel_encap structure. This is because the light weight mpls iptunnel code shares some of the label encoding

[PATCH net-next 2/3] mpls: consistently use u8 to store number of labels

2015-08-11 Thread Roopa Prabhu
From: Roopa Prabhu change all types representing number of labels to u8 to be consistent. This also changes labels to u8 in the light weight mpls_tunnel_encap structure. This is because the light weight mpls iptunnel code shares some of the label encoding functions like nla_get/put_labels with t