As discussed earlier, lets make the current 128bit upper size the fixed standard size. It allows to get rid of a few run-time tests and also reduces needed extension size with both openvswitch and nftables. While at it, also move a helper that is only needed by the xt_connlabel match there. Originally I kept this in the core because it wasn't yet clear if nft would needed it later. include/net/netfilter/nf_conntrack_labels.h | 18 +++-------------- net/netfilter/nf_conntrack_labels.c | 28 +-------------------------- net/netfilter/nf_conntrack_netlink.c | 10 ++++----- net/netfilter/nft_ct.c | 13 ++---------- net/netfilter/xt_connlabel.c | 29 +++++++++++++++------------- net/openvswitch/conntrack.c | 4 +-- 6 files changed, 32 insertions(+), 70 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html