Re: [PATCH v2 net-next 5/9] openvswitch: Refactor labels initialization.

2017-02-09 Thread Jarno Rajahalme
> On Feb 8, 2017, at 3:06 PM, Joe Stringer wrote: > > On 8 February 2017 at 11:32, Jarno Rajahalme wrote: >> Refactoring conntrack labels initialization makes chenges in later > > *changes > >> patches easier to review. >> >> Signed-off-by: Jarno Rajahalme > > Minor other nit: > >> >>

Re: [PATCH v2 net-next 5/9] openvswitch: Refactor labels initialization.

2017-02-08 Thread Joe Stringer
On 8 February 2017 at 11:32, Jarno Rajahalme wrote: > Refactoring conntrack labels initialization makes chenges in later *changes > patches easier to review. > > Signed-off-by: Jarno Rajahalme Minor other nit: > > cl = nf_ct_labels_find(ct); > if (!cl) { > nf_c

[PATCH v2 net-next 5/9] openvswitch: Refactor labels initialization.

2017-02-08 Thread Jarno Rajahalme
Refactoring conntrack labels initialization makes chenges in later patches easier to review. Signed-off-by: Jarno Rajahalme --- net/openvswitch/conntrack.c | 104 ++-- 1 file changed, 62 insertions(+), 42 deletions(-) diff --git a/net/openvswitch/conntrac