Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbdGaRBU (ORCPT ); Mon, 31 Jul 2017 13:01:20 -0400 Received: from mail.us.es ([193.147.175.20]:49742 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877AbdGaRBS (ORCPT ); Mon, 31 Jul 2017 13:01:18 -0400 Date: Mon, 31 Jul 2017 19:01:10 +0200 From: Pablo Neira Ayuso To: Aaron Conole Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jozsef Kadlecsik , Florian Westphal Subject: Re: [PATCH nf-next] netfilter: ipset: deduplicate prefixlen maps Message-ID: <20170731170110.GA4006@salvia> References: <20170720181300.20955-1-aconole@bytheb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170720181300.20955-1-aconole@bytheb.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 262 Lines: 6 On Thu, Jul 20, 2017 at 02:13:00PM -0400, Aaron Conole wrote: > The prefixlen maps used here are identical, and have been since > introduction. It seems to make sense to use a single large map, > that the preprocessor will fill appropriately. Applied, thanks.