Re: [PATCH v2 net-next 3/9] openvswitch: Simplify labels length logic.

2017-02-09 Thread Jarno Rajahalme
> On Feb 8, 2017, at 2:47 PM, Joe Stringer wrote: > > On 8 February 2017 at 11:32, Jarno Rajahalme wrote: >> Since 23014011ba42 ("netfilter: conntrack: support a fixed size of 128 >> distinct labels"), the size of conntrack labels extension has fixed to >> 128 bits, so we do not need to check f

Re: [PATCH v2 net-next 3/9] openvswitch: Simplify labels length logic.

2017-02-08 Thread Joe Stringer
On 8 February 2017 at 11:32, Jarno Rajahalme wrote: > Since 23014011ba42 ("netfilter: conntrack: support a fixed size of 128 > distinct labels"), the size of conntrack labels extension has fixed to > 128 bits, so we do not need to check for labels sizes shorter than 128 > at run-time. This patch