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 9B374C77B73 for ; Thu, 27 Apr 2023 12:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243218AbjD0Maa (ORCPT ); Thu, 27 Apr 2023 08:30:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243406AbjD0Ma1 (ORCPT ); Thu, 27 Apr 2023 08:30:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C69E19AC; Thu, 27 Apr 2023 05:30:21 -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 F19BB63D22; Thu, 27 Apr 2023 12:30:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 572E2C4339B; Thu, 27 Apr 2023 12:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682598620; bh=FsV3skstZVSxKed6nmKiXT/ugMxSTsOB/CYQgOgJWTo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DCBHRg76C3UoRotiVyQkyfNT0ZcHtSNijT7moRVrdKSZPC+X9sqs22VPASQf1uWtV xqpxo6Vc5zQWGgJxjci4MvS60sTGwInBkTf6j25DT5JM7a5PWCdllksqrD9MP1F76z BVV70mqjDlYAE4Ql2q/C3JEsuTEmkdPJhsINWdnNvGLBlcUe2rhloD/3wxvAmqawFT zF0cGpdFAJOg4yUnVsz+0t+rd1BHvXvjgDwCqg7/Wgf6Bxo6MtRmz0+Vg3XBsVFa3M 8nAIN4B3PeBM+4UexBeO9Bz/A8yokGkGvt0vuoQc1sH+zOBcVRnk0o4HGqLCjdQ5Ks qI0VjeeeHZdLw== 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 3DCEAC43158; Thu, 27 Apr 2023 12:30:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v5 1/2] docs/bpf: Add table to describe LRU properties From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168259862024.23031.10502966266346106910.git-patchwork-notify@kernel.org> Date: Thu, 27 Apr 2023 12:30:20 +0000 References: <20230422172054.3355436-1-joe@isovalent.com> In-Reply-To: <20230422172054.3355436-1-joe@isovalent.com> To: Joe Stringer Cc: bpf@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, ast@kernel.org, corbet@lwn.net, martin.lau@linux.dev, bagasdotme@gmail.com, maxtram95@gmail.com, john.fastabend@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Sat, 22 Apr 2023 10:20:53 -0700 you wrote: > Depending on the map type and flags for LRU, different properties are > global or percpu. Add a table to describe these. > > Signed-off-by: Joe Stringer > --- > v5: Use bold rather than verbatim for column header > v4: Initial posting > > [...] Here is the summary with links: - [bpf-next,v5,1/2] docs/bpf: Add table to describe LRU properties https://git.kernel.org/bpf/bpf-next/c/af0335d2926e - [bpf-next,v5,2/2] docs/bpf: Add LRU internals description and graph https://git.kernel.org/bpf/bpf-next/c/1a986518b8a5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html