[ovs-dev] [PATCH] ofproto-dpif: Remove the flow_dumper thread.

Joe Stringer joe at wand.net.nz
Mon Apr 14 23:37:41 UTC 2014


The latest version is on patchwork:

http://patchwork.openvswitch.org/patch/3628/


On 10 April 2014 04:59, Ben Pfaff <blp at nicira.com> wrote:

> On Wed, Apr 09, 2014 at 04:36:50PM +1200, Joe Stringer wrote:
> > Thanks Alex.
> >
> > There is also one minor fix to be rolled in:
> >
> > @@ -1403,8 +1416,8 @@ revalidate_ukey(struct udpif *udpif, struct
> udpif_key
> > *ukey,
> >          compose_slow_path(udpif, &xout, odp_in_port, &xout_actions);
> >      }
> >
> > -    if (actions_len != xout_actions.size
> > -        || memcmp(xout_actions.data, actions, actions_len)) {
> > +    if (actions_len != ofpbuf_size(&xout_actions)
> > +        || memcmp(ofpbuf_data(&xout_actions), actions, actions_len)) {
> >          goto exit;
> >      }
> >
> > I will wait for further review. Let me know if I should repost.
>
> Repost with the fix and I'll review it.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20140415/fe1d7a3c/attachment-0005.html>


More information about the dev mailing list