Re: [PATCH net-next 5/7] openvswitch: Add original direction conntrack tuple to sw_flow_key.

2017-02-07 Thread Jarno Rajahalme
> On Feb 6, 2017, at 11:15 PM, Joe Stringer wrote: > > On 2 February 2017 at 17:10, Jarno Rajahalme wrote: >> Add the fields of the conntrack original direction 5-tuple to struct >> sw_flow_key. The new fields are initially zeroed, and are populated >> whenever a

Re: [PATCH net-next 5/7] openvswitch: Add original direction conntrack tuple to sw_flow_key.

2017-02-07 Thread Joe Stringer
On 6 February 2017 at 23:15, Joe Stringer wrote: > On 2 February 2017 at 17:10, Jarno Rajahalme wrote: >> @@ -79,9 +80,17 @@ static inline void ovs_ct_fill_key(const struct sk_buff >> *skb, >> key->ct.zone = 0; >> key->ct.mark = 0; >>

Re: [PATCH net-next 5/7] openvswitch: Add original direction conntrack tuple to sw_flow_key.

2017-02-06 Thread Joe Stringer
On 2 February 2017 at 17:10, Jarno Rajahalme wrote: > Add the fields of the conntrack original direction 5-tuple to struct > sw_flow_key. The new fields are initially zeroed, and are populated > whenever a conntrack action is executed and either finds or generates > a conntrack

[PATCH net-next 5/7] openvswitch: Add original direction conntrack tuple to sw_flow_key.

2017-02-02 Thread Jarno Rajahalme
Add the fields of the conntrack original direction 5-tuple to struct sw_flow_key. The new fields are initially zeroed, and are populated whenever a conntrack action is executed and either finds or generates a conntrack entry. This means that these fields exist for all packets were not rejected