From: Stephen Hemminger <stephen@networkplumber.org>
To: Quentin Deslandes <qde@naccy.de>
Cc: netdev@vger.kernel.org, David Ahern <dsahern@gmail.com>,
Martin KaFai Lau <martin.lau@kernel.org>,
kernel-team@meta.com
Subject: Re: [RFC iproute2 v5 2/3] ss: pretty-print BPF socket-local storage
Date: Mon, 15 Jan 2024 09:11:49 -0800 [thread overview]
Message-ID: <20240115091149.26375067@hermes.local> (raw)
In-Reply-To: <20240115164605.377690-3-qde@naccy.de>
On Mon, 15 Jan 2024 17:46:04 +0100
Quentin Deslandes <qde@naccy.de> wrote:
> + if (oneline && bpf_map_opts_is_enabled()) {
> + fprintf(stderr, "ss: --oneline, --bpf-maps, and --bpf-map-id are incompatible\n");
> + exit(-1);
> + }
> +
You could figure out hot to make --oneline work
next prev parent reply other threads:[~2024-01-15 17:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 16:46 [RFC iproute2 v5 0/3] ss: pretty-printing BPF socket-local storage Quentin Deslandes
2024-01-15 16:46 ` [RFC iproute2 v5 1/3] ss: add support for " Quentin Deslandes
2024-01-17 18:49 ` Martin KaFai Lau
2024-01-15 16:46 ` [RFC iproute2 v5 2/3] ss: pretty-print " Quentin Deslandes
2024-01-15 17:11 ` Stephen Hemminger [this message]
2024-01-15 16:46 ` [RFC iproute2 v5 3/3] ss: update man page to document --bpf-maps and --bpf-map-id= Quentin Deslandes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240115091149.26375067@hermes.local \
--to=stephen@networkplumber.org \
--cc=dsahern@gmail.com \
--cc=kernel-team@meta.com \
--cc=martin.lau@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=qde@naccy.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).