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 C7103C433EF for ; Thu, 17 Feb 2022 18:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244051AbiBQSK3 (ORCPT ); Thu, 17 Feb 2022 13:10:29 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:42640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238697AbiBQSK1 (ORCPT ); Thu, 17 Feb 2022 13:10:27 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B640B175C52; Thu, 17 Feb 2022 10:10:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 54A3261A09; Thu, 17 Feb 2022 18:10:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id AE4EAC340F3; Thu, 17 Feb 2022 18:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645121411; bh=sCJkcAqcjN2K0I6iLFwlPC8Lb0pYxtpyAi1W9fm50t4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pxfM/X9C+3SMBgBLK5Kk/hoynM2ladV6nNXA6wcga/HR+62H7KijNZvAm/a6tA8yN 8+KVkW+RFjGdg3s6ZuC2QHRF1X18dqmcavoyZYReKm4wHr9f2DTyHRRLk09Y8oX3OV zE0aBfVMetKToZdaB0QL9lzsEQvnjbazzSAPi9D+jRWMt2RKIzY4oNN/lqCj7W7By0 FUDWdpqxpyOkqL5EQmYGKZIDfBOLFm7bLS2evCOBxvcQ+WRJyy6NMl6W35bERmmPB2 d2g0Qr8lJjMo3d3yrnzfhvhy/KIRnLNGFf/2+GhbYdA9zMpuglWH4KHv1tflJJC6KU l5esLJWI1KEAA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 9A7BEE7BB0B; Thu, 17 Feb 2022 18:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: dsa: lan9303: handle hwaccel VLAN tags From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164512141162.19163.18102808709571899496.git-patchwork-notify@kernel.org> Date: Thu, 17 Feb 2022 18:10:11 +0000 References: <20220216124634.23123-1-mans@mansr.com> In-Reply-To: <20220216124634.23123-1-mans@mansr.com> To: Mans Rullgard Cc: andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, kuba@kernel.org, jbe@pengutronix.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Wed, 16 Feb 2022 12:46:34 +0000 you wrote: > Check for a hwaccel VLAN tag on rx and use it if present. Otherwise, > use __skb_vlan_pop() like the other tag parsers do. This fixes the case > where the VLAN tag has already been consumed by the master. > > Signed-off-by: Mans Rullgard > --- > Changes: > - call skb_push/pull only where actually needed > > [...] Here is the summary with links: - [v2] net: dsa: lan9303: handle hwaccel VLAN tags https://git.kernel.org/netdev/net/c/017b355bbdc6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html