From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AEC38225791 for ; Fri, 15 Aug 2025 14:37:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755268642; cv=none; b=FnlOCgwyHWMqv7YxMrdS3twOnJgQiVHdR5RjFv7CnEZAc+BeQKkZ+pYwgZIUZUwAVULp4DMwcqt6uhyGyYEaDBPEWV2Epr9reL/zegamDYYmVLWfsLK9COBmnQC+waqfSioFLany0USnqUjhBODf1igasGIZw0NYMIltGi2TnEc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755268642; c=relaxed/simple; bh=J6u5vCkZ8+clC3MgrvHjeciGiRxfY+rfkRpzCW4XEs4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ED/tyhANHlxLPiogf9hksHUoaXgO54PYr+PkJSLbxsj8HFniLfy46PVljz7FAUWBNYysrGNRZZUItjjFHi/GRz3yA/LJoHu/GDwuW6YYuEQ6AcMfblF6RSanJ8z5N2C2As9dI48mDawFwfEQ90RcS0ifM1eBPm27YEWA8QT/iFw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=Chamillionaire.breakpoint.cc; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=Chamillionaire.breakpoint.cc Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id B3B4E60172; Fri, 15 Aug 2025 16:37:17 +0200 (CEST) From: Florian Westphal To: Cc: sbrivio@redhat.com, Florian Westphal Subject: [PATCH nf-next 0/2] netfilter: nft_set_pipapo: speed up insertions Date: Fri, 15 Aug 2025 16:36:56 +0200 Message-ID: <20250815143702.17272-1-fw@strlen.de> X-Mailer: git-send-email 2.49.1 Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Always prefer the avx2 implementation if its available. This greatly improves insertion performance (each insertion checks if the new element would overlap with an existing one): time nft -f - <