From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mail.toke.dk (Postfix) with ESMTPS id DDD22A01A77 for ; Thu, 27 Apr 2023 19:00: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=o2GYbH6/ 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 95F2163E82; Thu, 27 Apr 2023 17:00:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id EC6B6C433D2; Thu, 27 Apr 2023 17:00:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682614822; bh=JyIySdGEmS2lvqX23RxQJW2WsiscvHOpbSP1ElxnVeI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=o2GYbH6/kS2borua9TpV7kVKhf3Vs/Qco35Yp9Tb3Va5uK4thtS7S+msIJUAgIO7a XK3mu8V4/eViWfMYaIu2UxzEXPvi9n3bKS5JoUaaNigdlVmceB55Dd0hdJJunZZlsJ DyJyr/ZGCJMBDVb9cMdA4/0O3zA6EnFMSw9bYcN8NadDF/udo/WhkwGmljoZ2ddZWQ xvkNqAGNsUDYc1RpNxVGAUTWljyweUX/Rej5PcYK3TXZjzwgVDl9tE4ctReSUajxyP 7JV5Q5htudH0UMArpNxKG3ZBNOVWcdX6NynftbFkuINAO933rkM5K/3/mxD0c9ggVK L2zL8pfayDKSg== 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 C4217C43158; Thu, 27 Apr 2023 17:00:21 +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: <168261482179.5377.8182484249151476104.git-patchwork-notify@kernel.org> Date: Thu, 27 Apr 2023 17:00:21 +0000 References: <168182460362.616355.14591423386485175723.stgit@firesoul> In-Reply-To: <168182460362.616355.14591423386485175723.stgit@firesoul> To: Jesper Dangaard Brouer Message-ID-Hash: MDRWYNJFPDN7KCKHUC6LR2XFWOHQIXTG X-Message-ID-Hash: MDRWYNJFPDN7KCKHUC6LR2XFWOHQIXTG 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: bpf@vger.kernel.org, sdf@google.com, toke@redhat.com, netdev@vger.kernel.org, martin.lau@kernel.org, ast@kernel.org, daniel@iogearbox.net, alexandr.lobakin@intel.com, larysa.zaremba@intel.com, xdp-hints@xdp-project.net, yoong.siang.song@intel.com, intel-wired-lan@lists.osuosl.org, pabeni@redhat.com, jesse.brandeburg@intel.com, kuba@kernel.org, edumazet@google.com, john.fastabend@gmail.com, hawk@kernel.org, davem@davemloft.net X-Mailman-Version: 3.3.8 Precedence: list Subject: [xdp-hints] Re: [PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc 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 bpf/bpf-next.git (master) by Daniel Borkmann : On Tue, 18 Apr 2023 15:30:37 +0200 you wrote: > Implement both RX hash and RX timestamp XDP hints kfunc metadata > for driver igc. > > First patch fix RX hashing for igc in general. > > Last patch change test program xdp_hw_metadata to track more > timestamps, which helps us correlate the hardware RX timestamp > with something. > > [...] Here is the summary with links: - [bpf-next,V2,1/5] igc: enable and fix RX hash usage by netstack https://git.kernel.org/bpf/bpf-next/c/84214ab4689f - [bpf-next,V2,2/5] igc: add igc_xdp_buff wrapper for xdp_buff in driver https://git.kernel.org/bpf/bpf-next/c/73b7123de0cf - [bpf-next,V2,3/5] igc: add XDP hints kfuncs for RX hash https://git.kernel.org/bpf/bpf-next/c/8416814fffa9 - [bpf-next,V2,4/5] igc: add XDP hints kfuncs for RX timestamp https://git.kernel.org/bpf/bpf-next/c/d677266755c6 - [bpf-next,V2,5/5] selftests/bpf: xdp_hw_metadata track more timestamps https://git.kernel.org/bpf/bpf-next/c/bb323478767d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html