[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <df8f91a3-0d4e-dee2-fe36-12a7f3eb7a2d@iogearbox.net>
Date: Tue, 16 Apr 2019 10:29:37 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: Benjamin Poirier <bpoirier@...e.com>
Cc: Jakub Kicinski <jakub.kicinski@...ronome.com>,
Quentin Monnet <quentin.monnet@...ronome.com>,
David Ahern <dsahern@...il.com>, netdev@...r.kernel.org,
bpf@...r.kernel.org
Subject: Re: [PATCH v3 bpf-next 1/2] bpftool: Use print_entry_error() in case
of ENOENT when dumping
On 04/15/2019 09:15 AM, Benjamin Poirier wrote:
> Commit bf598a8f0f77 ("bpftool: Improve handling of ENOENT on map dumps")
> used print_entry_plain() in case of ENOENT. However, that commit introduces
> dead code. Per-cpu maps are zero-filled. When reading them, it's all or
> nothing. There will never be a case where some cpus have an entry and
> others don't.
>
> The truth is that ENOENT is an error case. Use print_entry_error() to
> output the desired message. That function's "value" parameter is also
> renamed to indicate that we never use it for an actual map value.
>
> The output format is unchanged.
>
> Signed-off-by: Benjamin Poirier <bpoirier@...e.com>
Both applied, thanks!
Powered by blists - more mailing lists