[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240115091149.26375067@hermes.local>
Date: Mon, 15 Jan 2024 09:11:49 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Quentin Deslandes <qde@...cy.de>
Cc: netdev@...r.kernel.org, David Ahern <dsahern@...il.com>, Martin KaFai
Lau <martin.lau@...nel.org>, kernel-team@...a.com
Subject: Re: [RFC iproute2 v5 2/3] ss: pretty-print BPF socket-local storage
On Mon, 15 Jan 2024 17:46:04 +0100
Quentin Deslandes <qde@...cy.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
Powered by blists - more mailing lists