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 82457C4332F for ; Thu, 10 Nov 2022 06:13:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229583AbiKJGNx (ORCPT ); Thu, 10 Nov 2022 01:13:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiKJGNw (ORCPT ); Thu, 10 Nov 2022 01:13:52 -0500 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4449D26565; Wed, 9 Nov 2022 22:13:51 -0800 (PST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1668060825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dYfMXbucASYlRNtyKAlY7JBTVHHLnJFyX2WUJ6aRo04=; b=BoaAOATzOZ+Z8Sb8jgZEgLXoco4czKtJ8OYM0uzZab1aTefq9AA39FsyvYzT/D302c2dnR Xl/3ooTYMoCzvG+j6n+ek9PEod7iFR8hbBJY3XWuBkCSsjiZjbqVnnLxHLsHJpzB4qWuVD X94CM7Lb0SrJ8A/pqGbRavU5nKnQrF4= Date: Wed, 9 Nov 2022 22:13:41 -0800 MIME-Version: 1.0 Subject: Re: [PATCH net-next 0/2] net: vlan: claim one bit from sk_buff Content-Language: en-US To: Eric Dumazet Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, eric.dumazet@gmail.com, "David S . Miller" , Jakub Kicinski , Paolo Abeni , Daniel Borkmann , Alexei Starovoitov , Andrii Nakryiko References: <20221109095759.1874969-1-edumazet@google.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: <20221109095759.1874969-1-edumazet@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 11/9/22 1:57 AM, Eric Dumazet wrote: > First patch claims skb->vlan_present. > This means some bpf changes, eg for sparc32 that I could not test. > > Second patch removes one conditional test in gro_list_prepare(). Acked-by: Martin KaFai Lau