All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@kernel.org>
To: Ivan Vecera <ivecera@redhat.com>, netdev@vger.kernel.org
Cc: Petr Oros <poros@redhat.com>,
	Stephen Hemminger <stephen@networkplumber.org>
Subject: Re: [PATCH iproute2-next 2/2] dpll: add fractional-frequency-offset to parent-device
Date: Fri, 15 May 2026 09:58:37 -0600	[thread overview]
Message-ID: <90c9c8cb-f547-4e60-8ce9-5e54fc38cb37@kernel.org> (raw)
In-Reply-To: <20260513145115.174597-3-ivecera@redhat.com>

On 5/13/26 8:51 AM, Ivan Vecera wrote:
> +static void dpll_pr_ffo(struct nlattr **tb, bool top_level)
> +{
> +	const char *fmt;
> +
> +	if (json || !tb[DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT]) {
> +		if (top_level)
> +			fmt = "  fractional-frequency-offset: %" PRId64 " ppm\n";
> +		else
> +			fmt = " fractional-frequency-offset %" PRId64 " ppm";
> +		DPLL_PR_SINT_FMT(tb, DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET,
> +				 "fractional-frequency-offset", fmt);
> +	}
> +	if (top_level)
> +		fmt = "  fractional-frequency-offset: %" PRId64 " ppt\n";
> +	else
> +		fmt = " fractional-frequency-offset %" PRId64 " ppt";
> +	DPLL_PR_SINT_FMT(tb, DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT,
> +			 "fractional-frequency-offset-ppt", fmt);

something is not lining up for me: the attribute is
DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT here but the fmt statement is
still fractional-frequency-offset and yet name is
fractional-frequency-offset-ppt.

Also why the use of DPLL_PR_SINT_FMT instead of DPLL_PR_SINT which
avoids the extra fmt argument?


  reply	other threads:[~2026-05-15 15:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-13 14:51 [PATCH iproute2-next 0/2] dpll: add pin operstate and fractional frequency offset to parent-device Ivan Vecera
2026-05-13 14:51 ` [PATCH iproute2-next 1/2] dpll: add pin operstate attribute support Ivan Vecera
2026-05-13 14:51 ` [PATCH iproute2-next 2/2] dpll: add fractional-frequency-offset to parent-device Ivan Vecera
2026-05-15 15:58   ` David Ahern [this message]
2026-05-15 16:57     ` Ivan Vecera
2026-05-15 19:30 ` [PATCH iproute2-next 0/2] dpll: add pin operstate and fractional frequency offset " patchwork-bot+netdevbpf

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=90c9c8cb-f547-4e60-8ce9-5e54fc38cb37@kernel.org \
    --to=dsahern@kernel.org \
    --cc=ivecera@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=poros@redhat.com \
    --cc=stephen@networkplumber.org \
    /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.