From patchwork Thu Aug 24 10:22:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= X-Patchwork-Id: 13363962 X-Patchwork-Delegate: bpf@iogearbox.net Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 2AF6B12B61 for ; Thu, 24 Aug 2023 10:23:16 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0511619B6 for ; Thu, 24 Aug 2023 03:23:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1692872587; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dzTfbUgHc72NrNoOv+tWEcEaymTZdKO41i7Hv/lMOTk=; b=GsWtgQnxhgtyMfB12YSmCVAfk2MlCtCY1MCc6ytdIlwQTLNOE9FI6Ds9TdOzo3IIa8GUg3 T8OPCUzgiL9zpAkjRDXZ+Igihdn7BzpI0r3HKVFmebnKgQarEK2OxWoCzUi5tlid9SDKdT MGcZXCCw8U0gZTGa2eoMn9CMRKCo8WA= Received: from mail-ej1-f70.google.com (mail-ej1-f70.google.com [209.85.218.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-65-xm5Ch-usPrSVy8EKSD7Zrg-1; Thu, 24 Aug 2023 06:23:05 -0400 X-MC-Unique: xm5Ch-usPrSVy8EKSD7Zrg-1 Received: by mail-ej1-f70.google.com with SMTP id a640c23a62f3a-99bfe6a531bso466001466b.1 for ; Thu, 24 Aug 2023 03:23:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692872584; x=1693477384; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dzTfbUgHc72NrNoOv+tWEcEaymTZdKO41i7Hv/lMOTk=; b=GN5/nnZlZ07piUz1ExeVDCjzfj0b9Uj4HAaAmh9/v855Z0TMcXK/WUIm20xCXyHMqO xxsGSSTeRq5mMxhvmseqzU75OE2FqxSDD6roCHl4mUrr8WsqX1mRHlfZr76yYlAzcst9 ixi6hU/4fLGNXn60xtzyhGKVHMdpo7uZj63W6YTKoktny2T4hh/RPiJMUg9c6Blq/dqp HlUIPrVs1Z0b5C4Om7KqNTSXi/Kvy3BQ732vRXR6t4S6DKdZk8/3UhabPUukriZCq68O TyrYO0DzLkMT+AalrZXc2SlH9N5FOnTwvl9rQoAz8S9r53/U27wlSpJmX8+OPeLhCmyC IeQQ== X-Gm-Message-State: AOJu0Yz68WXrHnD/79wdL1zhheS4YKG9Bw9l2t0DskzDdF+n01JM6VKE v3rPMIGGtfXLuXgWkMH9UqmpKR2g8YdWLXcUGiW+p8wstZFddYArFKdzHARlIrtbLEOUpb5fcHl Jsl5sWslzVrfS X-Received: by 2002:a17:906:10dc:b0:9a1:c352:b6a2 with SMTP id v28-20020a17090610dc00b009a1c352b6a2mr5662147ejv.52.1692872584448; Thu, 24 Aug 2023 03:23:04 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGCZn9AXP7KO8ah81pJz8MCwhL6gIwhx51Q4q9joGl03vF6yPTYE1J4ICb5Doy5tNDnibQ7lw== X-Received: by 2002:a17:906:10dc:b0:9a1:c352:b6a2 with SMTP id v28-20020a17090610dc00b009a1c352b6a2mr5662134ejv.52.1692872584159; Thu, 24 Aug 2023 03:23:04 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk ([2a0c:4d80:42:443::2]) by smtp.gmail.com with ESMTPSA id d16-20020a17090648d000b0098d2d219649sm10870340ejt.174.2023.08.24.03.23.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Aug 2023 03:23:03 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id B236CD3D0A7; Thu, 24 Aug 2023 12:23:01 +0200 (CEST) From: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , "David S. Miller" , Jakub Kicinski , Jesper Dangaard Brouer Cc: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , bpf@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH bpf-next v3 7/7] samples/bpf: Add note to README about the XDP utilities moved to xdp-tools Date: Thu, 24 Aug 2023 12:22:50 +0200 Message-ID: <20230824102255.1561885-8-toke@redhat.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230824102255.1561885-1-toke@redhat.com> References: <20230824102255.1561885-1-toke@redhat.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: bpf@iogearbox.net To help users find the XDP utilities, add a note to the README about the new location and the conversion documentation in the commit messages. Signed-off-by: Toke Høiland-Jørgensen --- samples/bpf/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index f16fc48e55a5..cabe2d216997 100644 --- a/samples/bpf/README.rst +++ b/samples/bpf/README.rst @@ -4,6 +4,12 @@ eBPF sample programs This directory contains a test stubs, verifier test-suite and examples for using eBPF. The examples use libbpf from tools/lib/bpf. +Note that the XDP-specific samples have been removed from this directory and +moved to the xdp-tools repository: https://github.com/xdp-project/xdp-tools +See the commit messages removing each tool from this directory for how to +convert specific command invocations between the old samples and the utilities +in xdp-tools. + Build dependencies ==================