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 1052F9E6542 for ; Thu, 2 Feb 2023 01:00:20 +0100 (CET) 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=OuyAWwYt 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 A12B6619AB; Thu, 2 Feb 2023 00:00:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0A948C4339B; Thu, 2 Feb 2023 00:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675296019; bh=oNgquPxvzarAxvamPYZk3VyyfX1RbWV59kRUH7Lpp50=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OuyAWwYtNcB4eNLzqvf+Bsznnf3L0oIEecwgoNGj0QfyGNpdnE2/ctgj2rZxW/Wpr TZZHmXUdwsS46gzrIPNuwmjNi4QurExHPIYlk3Wy1rtt+8iolcxkAZFxdbJ+EWUzuP OhEQT/M6YPyoHh5ma+0T17JtvPTAGNd+/2fbZglDtLTgWX54wqsZUOhKHMVqv5Qk0V A8TrbqLBwgZFaUcs9gcoT8xJCSWC8OY37x6opFdcL3XXtwY3Pbia3sW/NWewUKzxj8 4hTbn6N86GTgLT+Vl9zxk7a1plYk7YRx8rZpB0GxTKnmobJ7GbnzCpPO8YtybU08Lp /F7J+oXgFNdnw== 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 D9C7BC4314C; Thu, 2 Feb 2023 00:00:18 +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: <167529601888.4665.18238879247975199342.git-patchwork-notify@kernel.org> Date: Thu, 02 Feb 2023 00:00:18 +0000 References: <167527267453.937063.6000918625343592629.stgit@firesoul> In-Reply-To: <167527267453.937063.6000918625343592629.stgit@firesoul> To: Jesper Dangaard Brouer Message-ID-Hash: TIFGXGQG2TZ7QVC5VNIU34EV2AWBERFY X-Message-ID-Hash: TIFGXGQG2TZ7QVC5VNIU34EV2AWBERFY 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, netdev@vger.kernel.org, martin.lau@kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@linux.dev, song@kernel.org, yhs@fb.com, john.fastabend@gmail.com, dsahern@gmail.com, willemb@google.com, void@manifault.com, kuba@kernel.org, xdp-hints@xdp-project.net X-Mailman-Version: 3.3.8 Precedence: list Subject: [xdp-hints] Re: [PATCH bpf-next V2 0/4] selftests/bpf: xdp_hw_metadata fixes series 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 Wed, 01 Feb 2023 18:31:45 +0100 you wrote: > This series contains a number of small fixes to the BPF selftest > xdp_hw_metadata that I've run into when using it for testing XDP > hardware hints on different NIC hardware. > > Fixes: 297a3f124155 ("selftests/bpf: Simple program to dump XDP RX metadata") > Signed-off-by: Jesper Dangaard Brouer > > [...] Here is the summary with links: - [bpf-next,V2,1/4] selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP https://git.kernel.org/bpf/bpf-next/c/3fd9dcd689a5 - [bpf-next,V2,2/4] selftests/bpf: xdp_hw_metadata cleanup cause segfault https://git.kernel.org/bpf/bpf-next/c/a19a62e56478 - [bpf-next,V2,3/4] selftests/bpf: xdp_hw_metadata correct status value in error(3) https://git.kernel.org/bpf/bpf-next/c/7bd4224deecd - [bpf-next,V2,4/4] selftests/bpf: xdp_hw_metadata use strncpy for ifname https://git.kernel.org/bpf/bpf-next/c/e8a3c8bd6870 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html