Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-31 Thread Flavio Leitner
On Thu, 31 Aug 2017 13:17:28 -0700 Justin Pettit wrote: > > > On Aug 29, 2017, at 9:13 PM, Flavio Leitner wrote: > > > > On Mon, 21 Aug 2017 12:56:33 -0700 > > Justin Pettit wrote: > > > >>> On Aug 21, 2017, at 12:38 PM, Joe Stringer

Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-31 Thread Justin Pettit
> On Aug 29, 2017, at 9:13 PM, Flavio Leitner wrote: > > On Mon, 21 Aug 2017 12:56:33 -0700 > Justin Pettit wrote: > >>> On Aug 21, 2017, at 12:38 PM, Joe Stringer wrote: >>> >>> Overall I think that this is an improvement to consistency of

Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-29 Thread Flavio Leitner
On Mon, 21 Aug 2017 12:56:33 -0700 Justin Pettit wrote: > > On Aug 21, 2017, at 12:38 PM, Joe Stringer wrote: > > > > Overall I think that this is an improvement to consistency of what > > connection tracking metadata is accessible from different points in > >

Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-21 Thread Justin Pettit
> On Aug 21, 2017, at 12:38 PM, Joe Stringer wrote: > > Overall I think that this is an improvement to consistency of what > connection tracking metadata is accessible from different points in > the OpenFlow pipeline. Although this will restrict the availability of > ct_state

Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-21 Thread Joe Stringer
On 10 August 2017 at 23:38, Justin Pettit wrote: > Packet and Connection state is only available to the processing path > that follows the "recirc_table" argument of the ct() action. The > previous behavior made these states available until the end of the > pipeline. This

Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-15 Thread Russell Bryant
I've reached out to 3 other users of OVS connection tracking for feedback and will report back to this thread once I hear anything. On Fri, Aug 11, 2017 at 2:58 AM, Justin Pettit wrote: > I just wanted to specially call out this patch for testing. My hope is that > we can

Re: [ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-11 Thread Justin Pettit
I just wanted to specially call out this patch for testing. My hope is that we can merge this into 2.8, but wanted to give people a heads up that they may want to try it with their applications. The most visible change is that a call to ct() will clear the ct_state for any actions that follow

[ovs-dev] [PATCHv2] ofproto-dpif: Mark packets as "untracked" after call to ct().

2017-08-11 Thread Justin Pettit
Packet and Connection state is only available to the processing path that follows the "recirc_table" argument of the ct() action. The previous behavior made these states available until the end of the pipeline. This commit changes the behavior so that the Packet and Connection state are cleared