Re: [PATCH v4 net-next 05/10] openvswitch: Simplify labels length logic.

2017-02-09 Thread Joe Stringer
On 9 February 2017 at 11:21, 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

[PATCH v4 net-next 05/10] openvswitch: Simplify labels length logic.

2017-02-09 Thread Jarno Rajahalme
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 simplifies labels length logic accordingly, but allows the co