Re: [ovs-dev] [PATCHv2 1/2] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-03 Thread Ben Pfaff
On Fri, Jul 04, 2014 at 12:15:58PM +1200, Joe Stringer wrote: > Thanks for the review, > > On 4 July 2014 11:53, Ben Pfaff wrote: > > > On Thu, Jul 03, 2014 at 12:29:25PM +1200, Joe Stringer wrote: > > > Change the interface to allow implementations to pass back a buffer, and > > > allow callers

Re: [ovs-dev] [PATCHv2 1/2] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-03 Thread Joe Stringer
Thanks for the review, On 4 July 2014 11:53, Ben Pfaff wrote: > On Thu, Jul 03, 2014 at 12:29:25PM +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

Re: [ovs-dev] [PATCHv2 1/2] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-03 Thread Ben Pfaff
On Thu, Jul 03, 2014 at 12:29:25PM +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 I th

Re: [ovs-dev] [PATCHv2 1/2] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-02 Thread Joe Stringer
Woops, I forgot to indicate that this series is for branch-2.3. On 3 July 2014 12:29, 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

[ovs-dev] [PATCHv2 1/2] dpif: Support fetching flow mask via dpif_flow_get().

2014-07-02 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 --- lib/dpif-linux.c| 23 +-- lib/dpif-netdev.c