From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by mail.toke.dk (Postfix) with ESMTPS id 02D939FED31 for ; Tue, 18 Apr 2023 04:10:24 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=N8dDczYq 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 DF51562C3A; Tue, 18 Apr 2023 02:10:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D1335C433A0; Tue, 18 Apr 2023 02:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681783819; bh=MvfqSWbs8IULCqRVEwCUVudPRPAhWInXRLQP6KdLf4g=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=N8dDczYqartLaUqoIyTNnBT8ml/i6GU3vvQJNL5tL0bcr7JsVZSDKTp30lcVwo6GV xdS7LOzJs9sHbMRrAbSswEyY4ldrTzo8T08AnKJQC65WN9LOg0h5Uaj0ouhpNnzzqP ubW3A/MVAXg4hxM3y/5y3mhos/Bh+v+XHRqYkB+IAmLOOmteXoiEVpRLxuj2vzhSKy 6PT2Qd/xDA6jCsHU7UKbRYi6+YBL7+pc4BJysYeGpUI0u9270ymphtBqPryzPUWfP7 mDLX3mQXeWGGOvGXJwpXHoD+n3Zz6vYEZRx9u6WzWqSXpr6P+WD9mI7GdTUuD+g/G4 n6zLzufhQHkVw== 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 A8DA6C40C5E; Tue, 18 Apr 2023 02:10:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168178381968.5081.7896199883043114155.git-patchwork-notify@kernel.org> Date: Tue, 18 Apr 2023 02:10:19 +0000 References: <20230415064503.3225835-1-yoong.siang.song@intel.com> In-Reply-To: <20230415064503.3225835-1-yoong.siang.song@intel.com> To: Song@ci.codeaurora.org, Yoong Siang Message-ID-Hash: S5UBYTXBEFAT72Y2NWJSKH2P5WAYZGVT X-Message-ID-Hash: S5UBYTXBEFAT72Y2NWJSKH2P5WAYZGVT X-MailFrom: patchwork-bot+netdevbpf@kernel.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, ast@kernel.org, daniel@iogearbox.net, hawk@kernel.org, john.fastabend@gmail.com, sdf@google.com, alexanderduyck@fb.com, brouer@redhat.com, boon.leong.ong@intel.com, jacob.e.keller@intel.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, xdp-hints@xdp-project.net X-Mailman-Version: 3.3.8 Precedence: list Subject: [xdp-hints] Re: [PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver List-Id: XDP hardware hints design discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 15 Apr 2023 14:45:00 +0800 you wrote: > Implemented XDP receive hardware timestamp metadata for stmmac driver. > > This patchset is tested with tools/testing/selftests/bpf/xdp_hw_metadata. > Below are the test steps and results. > > Command on DUT: > sudo ./xdp_hw_metadata > > [...] Here is the summary with links: - [net-next,v6,1/3] net: stmmac: introduce wrapper for struct xdp_buff https://git.kernel.org/netdev/net-next/c/5b24324a907c - [net-next,v6,2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt https://git.kernel.org/netdev/net-next/c/e3f9c3e34840 - [net-next,v6,3/3] net: stmmac: add Rx HWTS metadata to XDP ZC receive pkt https://git.kernel.org/netdev/net-next/c/9570df353309 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html