Re: [ovs-dev] [PATCHv3] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-07 Thread Joe Stringer
> > This is for branch-2.3, I think. > > Acked-by: Ben Pfaff > Yes, thanks. I've pushed this to branch-2.3. A version of this series for master is available here: http://mail.openvswitch.org/pipermail/dev/2014-July/042507.html ___ dev mailing list dev

Re: [ovs-dev] [PATCHv3] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-07 Thread Ben Pfaff
On Fri, Jul 04, 2014 at 12:37:12PM +1200, Joe Stringer wrote: > Change the interface to allow implementations to pass back a buffer, and > allow callers to specify which of actions, mask, and stats they wish to > receive. This will be used in the next commit. > > Signed-off-by: Joe Stringer > ---

[ovs-dev] [PATCHv3] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-03 Thread Joe Stringer
Change the interface to allow implementations to pass back a buffer, and allow callers to specify which of actions, mask, and stats they wish to receive. This will be used in the next commit. Signed-off-by: Joe Stringer --- v3: Set *bufp to NULL before calling ->flow_get(). Allocate the corre