From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4BA2765ECE for ; Tue, 5 Dec 2023 14:40:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nKpWuv8I" Received: by smtp.kernel.org (Postfix) with ESMTPS id D91CDC433CB; Tue, 5 Dec 2023 14:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701787224; bh=xKSg6YWd7FptnbFK0b1ZsI2xozjfbGnWlRTS4lTvbGc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nKpWuv8IFzA3Ji27KInyHKLxU0qf7XENZNDJjsueusK3UkOMAhZ/Ee68GPXO2xa/m yPT2IcRVyIlgBBt6AljHBkZo0rtzO02wQ4pp9mqo3lim1YzZBNxrila9KaYt8k24pk Tbx8ArKdpyLAIo6hewFiOIrc1hDDh6znuUNjv0Z5ZdOOqmes5L79fproRLrIDgl0EB z8vQ7zddYswgYCxkySIFCILsk9xqy6lp5bzy0ihXcZNA6o0M8+2j2Y0NgSdC8EQU52 W0+M1cvwPHio6nYj3AN4rLVk6vjXZhBbKXCBlYeka36QY1bLa7uO1EM0r5S6p9soWa UR9D3MOWTI4aw== 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 B6AB4C43170; Tue, 5 Dec 2023 14:40:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next,v3] ipvlan: implement .parse_protocol hook function in ipvlan_header_ops From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170178722474.32384.10492437388064744383.git-patchwork-notify@kernel.org> Date: Tue, 05 Dec 2023 14:40:24 +0000 References: <20231202130438.2266343-1-shaozhengchao@huawei.com> In-Reply-To: <20231202130438.2266343-1-shaozhengchao@huawei.com> To: Zhengchao Shao Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, willemb@google.com, luwei32@huawei.com, willemdebruijn.kernel@gmail.com, weiyongjun1@huawei.com, yuehaibing@huawei.com Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Sat, 2 Dec 2023 21:04:38 +0800 you wrote: > The .parse_protocol hook function in the ipvlan_header_ops structure is > not implemented. As a result, when the AF_PACKET family is used to send > packets, skb->protocol will be set to 0. > Ipvlan is a device of type ARPHRD_ETHER (ether_setup). Therefore, use > eth_header_parse_protocol function to obtain the protocol. > > Signed-off-by: Zhengchao Shao > Reviewed-by: Willem de Bruijn > > [...] Here is the summary with links: - [net-next,v3] ipvlan: implement .parse_protocol hook function in ipvlan_header_ops https://git.kernel.org/netdev/net-next/c/fb70136ded2e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html