On 01/29/15 at 07:44pm, Pravin Shelar wrote:
> > +#ifndef HAVE_SKB_VLAN_TAG_PRESENT
> > +#define skb_vlan_tag_present(skb) vlan_tx_tag_present(skb)
> > +#define skb_vlan_tag_get(skb) vlan_tx_tag_get(skb)
> > +#endif
> > +
> 
> 
> No need to search skb_vlan_tag_present(), since it is macro we can use
> #undef instead. We should be careful while adding OVS_GREP_IFELSE to
> configure script, since it does increase build time.

Agreed. Changed to simple #ifndef.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to