[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <38eec798-d0f7-4923-8285-6d94569af150@redhat.com>
Date: Thu, 29 Jan 2026 12:42:39 +0100
From: Ivan Vecera <ivecera@...hat.com>
To: Petr Oros <poros@...hat.com>, netdev@...r.kernel.org
Cc: dsahern@...nel.org, stephen@...workplumber.org, jiri@...nulli.us
Subject: Re: [PATCH iproute2 net-next] dpll: add mode setting support
On 1/29/26 12:28 PM, Petr Oros wrote:
> Add ability to set DPLL device operating mode (automatic/manual)
> through "dpll device set id ID mode MODE" command.
>
> In automatic mode, the DPLL autonomously selects the best input
> source based on priority and quality. In manual mode, the input
> source must be explicitly configured.
>
> The implementation adds dpll_mode_map for string-to-enum conversion,
> str_to_dpll_mode() and dpll_parse_mode() functions, and refactors
> dpll_mode_name() to use str_map_lookup_uint() for consistency.
>
> Man page and bash completion updated accordingly.
>
> Signed-off-by: Petr Oros <poros@...hat.com>
> ---
> bash-completion/dpll | 6 ++++-
> dpll/dpll.c | 52 +++++++++++++++++++++++++++++++++++---------
> man/man8/dpll.8 | 18 ++++++++++++++-
> 3 files changed, 64 insertions(+), 12 deletions(-)
Tested-by: Ivan Vecera <ivecera@...hat.com>
Powered by blists - more mailing lists