On 06/11/14 at 11:10am, Jesse Gross wrote:
> On Wed, Jun 11, 2014 at 3:00 AM, Thomas Graf <tg...@suug.ch> wrote:
> > On 06/10/14 at 04:47pm, Jesse Gross wrote:
> >> diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h
> >> index 33423ad..57d40e3 100644
> >> --- a/include/linux/openvswitch.h
> >> +++ b/include/linux/openvswitch.h
> >> @@ -340,6 +340,7 @@ enum ovs_tunnel_key_attr {
> >>       OVS_TUNNEL_KEY_ATTR_TTL,                /* u8 Tunnel IP TTL. */
> >>       OVS_TUNNEL_KEY_ATTR_DONT_FRAGMENT,      /* No argument, set DF. */
> >>       OVS_TUNNEL_KEY_ATTR_CSUM,               /* No argument. CSUM packet. 
> >> */
> >> +     OVS_TUNNEL_KEY_ATTR_OAM,                /* No argument, OAM frame. */
> >>       __OVS_TUNNEL_KEY_ATTR_MAX
> >>  };
> >
> > Depending on how long you want to keep this out of tree, it might be
> > wise to push the above bits upstream as a placeholder to reserve the
> > bit.
> 
> I don't plan to keep this out of tree (I don't really want to add new
> out-of-tree only stuff). My guess is that the review and Andy's
> UDP/VXLAN refactoring will wrap up at about the same time and then the
> whole batch can go upstream.

Awesome!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to