From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D23CDC54EE9 for ; Thu, 1 Sep 2022 08:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233813AbiIAIIU (ORCPT ); Thu, 1 Sep 2022 04:08:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233763AbiIAIIP (ORCPT ); Thu, 1 Sep 2022 04:08:15 -0400 Received: from a3.inai.de (a3.inai.de [IPv6:2a01:4f8:10b:45d8::f5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4611132527; Thu, 1 Sep 2022 01:08:08 -0700 (PDT) Received: by a3.inai.de (Postfix, from userid 25121) id 57FCF58728BA0; Thu, 1 Sep 2022 10:08:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by a3.inai.de (Postfix) with ESMTP id 5741C60E43199; Thu, 1 Sep 2022 10:08:06 +0200 (CEST) Date: Thu, 1 Sep 2022 10:08:06 +0200 (CEST) From: Jan Engelhardt To: Alexei Starovoitov cc: Florian Westphal , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , "David S. Miller" , Jakub Kicinski , Network Development , =?UTF-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , netfilter-devel , bpf Subject: Re: [PATCH nf-next] netfilter: nf_tables: add ebpf expression In-Reply-To: Message-ID: References: <20220831101617.22329-1-fw@strlen.de> <87v8q84nlq.fsf@toke.dk> <20220831125608.GA8153@breakpoint.cc> <87o7w04jjb.fsf@toke.dk> <20220831135757.GC8153@breakpoint.cc> <87ilm84goh.fsf@toke.dk> <20220831152624.GA15107@breakpoint.cc> <20220831155341.GC15107@breakpoint.cc> User-Agent: Alpine 2.25 (LSU 592 2021-09-18) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wednesday 2022-08-31 19:26, Alexei Starovoitov wrote: > >Right. xt_bpf was a dead end from the start. >It's time to deprecate it and remove it. So does that extend to xt_u32, which is like a subset of BPF?