Re: [PATCH net-next v2 3/3] openvswitch: use mpls_hdr

2016-09-30 Thread pravin shelar
On Fri, Sep 30, 2016 at 10:08 AM, Jiri Benc wrote: > skb_mpls_header is equivalent to mpls_hdr now. Use the existing helper > instead. > > Signed-off-by: Jiri Benc Acked-by: Pravin B Shelar

[PATCH net-next v2 3/3] openvswitch: use mpls_hdr

2016-09-30 Thread Jiri Benc
skb_mpls_header is equivalent to mpls_hdr now. Use the existing helper instead. Signed-off-by: Jiri Benc --- v2: using the existing mpls_hdr instead of skb_network_header --- include/net/mpls.h| 12 net/openvswitch/actions.c | 24 2 files changed, 12