All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Petr Oros <poros@redhat.com>
Cc: netdev@vger.kernel.org, dsahern@kernel.org, jiri@resnulli.us,
	Ivan Vecera <ivecera@redhat.com>
Subject: Re: [PATCH iproute2-next v2] dpll: Add dpll command
Date: Sun, 9 Nov 2025 10:59:34 -0800	[thread overview]
Message-ID: <20251109105934.3116270d@phoenix> (raw)
In-Reply-To: <20251107173116.96622-1-poros@redhat.com>

On Fri,  7 Nov 2025 18:31:16 +0100
Petr Oros <poros@redhat.com> wrote:

> +struct dpll {
> +	struct mnlu_gen_socket nlg;
> +	int argc;
> +	char **argv;
> +	bool json_output;
> +};
> +

In most other iproute2 code json output is simple global json flag.

Why is argc/argv needed after initial parsing?

      parent reply	other threads:[~2025-11-09 18:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-07 17:31 [PATCH iproute2-next v2] dpll: Add dpll command Petr Oros
2025-11-09 10:51 ` Jiri Pirko
2025-11-09 17:42 ` David Ahern
2025-11-10 13:09   ` Petr Oros
2025-11-09 18:57 ` Stephen Hemminger
2025-11-10 13:17   ` Petr Oros
2025-11-09 18:59 ` Stephen Hemminger [this message]

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=20251109105934.3116270d@phoenix \
    --to=stephen@networkplumber.org \
    --cc=dsahern@kernel.org \
    --cc=ivecera@redhat.com \
    --cc=jiri@resnulli.us \
    --cc=netdev@vger.kernel.org \
    --cc=poros@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.