Re: [ovs-dev] [PATCHv2 5/6] ofproto-provider: Add action validation.

2015-12-01 Thread Joe Stringer
On 24 November 2015 at 21:45, Ben Pfaff wrote: > On Wed, Nov 11, 2015 at 11:39:53AM -0800, Joe Stringer wrote: >> Add an ofproto-level function to allow implementations to reject >> specific action types based on internal implementation details. The >> first user will be the next patch, which chec

Re: [ovs-dev] [PATCHv2 5/6] ofproto-provider: Add action validation.

2015-11-24 Thread Ben Pfaff
On Wed, Nov 11, 2015 at 11:39:53AM -0800, Joe Stringer wrote: > Add an ofproto-level function to allow implementations to reject > specific action types based on internal implementation details. The > first user will be the next patch, which checks for datapath (kernel) > support for various aspect

Re: [ovs-dev] [PATCHv2 5/6] ofproto-provider: Add action validation.

2015-11-11 Thread Joe Stringer
On 11 November 2015 at 14:23, Jarno Rajahalme wrote: > With a comment below, > > Acked-by: Jarno Rajahalme > >> On Nov 11, 2015, at 11:39 AM, Joe Stringer wrote: >> >> Add an ofproto-level function to allow implementations to reject >> specific action types based on internal implementation detai

Re: [ovs-dev] [PATCHv2 5/6] ofproto-provider: Add action validation.

2015-11-11 Thread Jarno Rajahalme
I would urge Ben to check this up as well, though. Jarno > On Nov 11, 2015, at 2:23 PM, Jarno Rajahalme wrote: > > With a comment below, > > Acked-by: Jarno Rajahalme > >> On Nov 11, 2015, at 11:39 AM, Joe Stringer wrote: >> >> Add an ofproto-level function to allow implementations to re

Re: [ovs-dev] [PATCHv2 5/6] ofproto-provider: Add action validation.

2015-11-11 Thread Jarno Rajahalme
With a comment below, Acked-by: Jarno Rajahalme > On Nov 11, 2015, at 11:39 AM, Joe Stringer wrote: > > Add an ofproto-level function to allow implementations to reject > specific action types based on internal implementation details. The > first user will be the next patch, which checks for d

[ovs-dev] [PATCHv2 5/6] ofproto-provider: Add action validation.

2015-11-11 Thread Joe Stringer
Add an ofproto-level function to allow implementations to reject specific action types based on internal implementation details. The first user will be the next patch, which checks for datapath (kernel) support for various aspects of connection tracking and uses this to allow or reject ct() actions