Re: [PATCH v2 net-next 6/9] openvswitch: Inherit master's labels.

2017-02-09 Thread Jarno Rajahalme
> On Feb 8, 2017, at 3:25 PM, Joe Stringer wrote: > > On 8 February 2017 at 11:32, Jarno Rajahalme wrote: >> We avoid calling into nf_conntrack_in() for expected connections, as >> that would remove the expectation that we want to stick around until >> we are ready to commit the connection. In

Re: [PATCH v2 net-next 6/9] openvswitch: Inherit master's labels.

2017-02-08 Thread Joe Stringer
On 8 February 2017 at 11:32, Jarno Rajahalme wrote: > We avoid calling into nf_conntrack_in() for expected connections, as > that would remove the expectation that we want to stick around until > we are ready to commit the connection. Instead, we do a lookup in the > expectation table directly.

[PATCH v2 net-next 6/9] openvswitch: Inherit master's labels.

2017-02-08 Thread Jarno Rajahalme
We avoid calling into nf_conntrack_in() for expected connections, as that would remove the expectation that we want to stick around until we are ready to commit the connection. Instead, we do a lookup in the expectation table directly. However, after a successful expectation lookup we have set th