[ovs-dev] [PATCH] ofproto-dpif-xlate: Suppress oversize datapath actions.

Ben Pfaff blp at nicira.com
Fri Oct 4 15:48:54 UTC 2013


On Thu, Oct 03, 2013 at 05:18:00PM -0700, Justin Pettit wrote:
> On Aug 23, 2013, at 10:44 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > --- a/ofproto/ofproto-dpif-xlate.c
> > +++ b/ofproto/ofproto-dpif-xlate.c
> > @@ -2706,6 +2706,15 @@ xlate_actions(struct xlate_in *xin, struct xlate_out *xout)
> >         }
> >     }
> > 
> > +    if (nl_attr_oversized(ctx.xout->odp_actions.size)) {
> > +        /* It is impossible to these datapath actions into a Netlink attribute,
> 
> "to *put* these"?

Yes, fixed.

> Otherwise:
> 
> 	Acked-by: Justin Pettit <jpettit at nicira.com>

Thanks.



More information about the dev mailing list