[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPWQB7Gy_pd0ieXqSHXR=W-o0baX30G6yr9BbFLgEVxnP88Qjg@mail.gmail.com>
Date: Wed, 8 Feb 2017 15:06:46 -0800
From: Joe Stringer <joe@....org>
To: Jarno Rajahalme <jarno@....org>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH v2 net-next 5/9] openvswitch: Refactor labels initialization.
On 8 February 2017 at 11:32, Jarno Rajahalme <jarno@....org> wrote:
> Refactoring conntrack labels initialization makes chenges in later
*changes
> patches easier to review.
>
> Signed-off-by: Jarno Rajahalme <jarno@....org>
Minor other nit:
>
> cl = nf_ct_labels_find(ct);
> if (!cl) {
> nf_ct_labels_ext_add(ct);
> cl = nf_ct_labels_find(ct);
> }
> +
> + return cl;
> +}
> +
> +/* Initialize labels for a new, to be committed conntrack entry. Note that
Maybe insert 'yet':
Initialize labels for a new, yet to be committed conntrack entry. Note that
Powered by blists - more mailing lists