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 71D5DC433EF for ; Tue, 5 Jul 2022 10:00:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230074AbiGEKAP (ORCPT ); Tue, 5 Jul 2022 06:00:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229978AbiGEKAO (ORCPT ); Tue, 5 Jul 2022 06:00:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1B2A1086; Tue, 5 Jul 2022 03:00:13 -0700 (PDT) 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 90E4E619A9; Tue, 5 Jul 2022 10:00:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E40B0C341CB; Tue, 5 Jul 2022 10:00:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657015213; bh=NNs/Sfb/Zmnb/a+ZLP2b/3jAoI/7bLbn0FZIBanY5Mk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jRxUjEd445TIxHLH17oLJNDelmTmqvXcMn/ISyuHIDwLH2PdAEx7em9WrQYTEilrT 4+4OfuXunpRpl52rwJ4ussO2XRgqv+SqAps7Bo+L908yJlgIgZgp1u837zSnQL8ZWN 85UvVdKYHQ+kD3K+mVR4eNIAx3tUon/aZDqF4+oKNNzk+NVs3iC5R0jabebchmh3/j lk9T6FMZoolh0mYeYJfy/pThqKyokvSPXEBM4nHUxXPDUpBFmgun8euIA4wjYa5/GQ ItaNeqRhwNy0DoC5KD89Y0jkMOIhKdnFX1oTP/heuEmhMFebEv+bReZMzQmkDvLY7P 9mC9+ESvPLISA== 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 C5281E45BDB; Tue, 5 Jul 2022 10:00:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] selftests, bpf: remove AF_XDP samples From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165701521280.30326.4501585517121524437.git-patchwork-notify@kernel.org> Date: Tue, 05 Jul 2022 10:00:12 +0000 References: <20220630093717.8664-1-magnus.karlsson@gmail.com> In-Reply-To: <20220630093717.8664-1-magnus.karlsson@gmail.com> To: Magnus Karlsson Cc: magnus.karlsson@intel.com, bjorn@kernel.org, ast@kernel.org, daniel@iogearbox.net, netdev@vger.kernel.org, maciej.fijalkowski@intel.com, jonathan.lemon@gmail.com, andrii@kernel.org, hawk@kernel.org, toke@redhat.com, bpf@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 30 Jun 2022 11:37:17 +0200 you wrote: > From: Magnus Karlsson > > Remove the AF_XDP samples from samples/bpf as they are dependent on > the AF_XDP support in libbpf. This support has now been removed in the > 1.0 release, so these samples cannot be compiled anymore. Please start > to use libxdp instead. It is backwards compatible with the AF_XDP > support that was offered in libbpf. New samples can be found in the > various xdp-project repositories connected to libxdp and by googling. > > [...] Here is the summary with links: - [bpf-next] selftests, bpf: remove AF_XDP samples https://git.kernel.org/bpf/bpf-next/c/cfb5a2dbf141 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html