From: Jiri Pirko <jiri@resnulli.us>
To: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Cc: geert+renesas@glider.be, mst@redhat.com, razor@blackwall.org,
phil@nwl.cc, javierm@redhat.com, edumazet@google.com,
benjamin.tissoires@redhat.com, anthony.l.nguyen@intel.com,
netdev@vger.kernel.org, linux-clk@vger.kernel.org,
lucien.xin@gmail.com, leon@kernel.org, corbet@lwn.net,
linux-rdma@vger.kernel.org, masahiroy@kernel.org,
linux-doc@vger.kernel.org, jesse.brandeburg@intel.com,
vadfed@meta.com, intel-wired-lan@lists.osuosl.org,
airlied@redhat.com, vadfed@fb.com, pabeni@redhat.com,
ricardo.canuelo@collabora.com, arnd@arndb.de, idosch@nvidia.com,
richardcochran@gmail.com, claudiajkang@gmail.com,
kuniyu@amazon.com, jacek.lawrynowicz@linux.intel.com,
liuhangbin@gmail.com, kuba@kernel.org, nicolas.dichtel@6wind.com,
linux-arm-kernel@lists.infradead.org, axboe@kernel.dk,
sj@kernel.org, vadim.fedorenko@linux.dev, linux@zary.sk,
gregkh@linuxfoundation.org, ogabbay@kernel.org,
nipun.gupta@amd.com, linux-kernel@vger.kernel.org,
andy.ren@getcruise.com, tzimmermann@suse.de,
jonathan.lemon@gmail.com, saeedm@nvidia.com, davem@davemloft.net,
milena.olech@intel.com, hkallweit1@gmail.com
Subject: Re: [Intel-wired-lan] [RFC PATCH v9 00/10] Create common DPLL configuration API
Date: Fri, 23 Jun 2023 17:19:11 +0200 [thread overview]
Message-ID: <ZJW37ynDxJCwHscN@nanopsycho> (raw)
In-Reply-To: <20230623123820.42850-1-arkadiusz.kubalewski@intel.com>
Fri, Jun 23, 2023 at 02:38:10PM CEST, arkadiusz.kubalewski@intel.com wrote:
>Implement common API for clock/DPLL configuration and status reporting.
>The API utilises netlink interface as transport for commands and event
>notifications. This API aim to extend current pin configuration and
>make it flexible and easy to cover special configurations.
>
>Netlink interface is based on ynl spec, it allows use of in-kernel
>tools/net/ynl/cli.py application to control the interface with properly
>formated command and json attribute strings. Here are few command
>examples of how it works with `ice` driver on supported NIC:
I don't understand. The discussion in the RFCv8 thread is still going
on. The things I mentioned there are ignored. Like for example:
1) mode_set op removal
2) odd ice dpll locking scheme (either fix or describe why it is ok -
that's the unfinished discussion)
3) header file bits squash I suggested. Vadim wrote that it sounds
reasonable, yet nothing changed
I thought we are past this. Why I have to point the same issues over and
over?
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
WARNING: multiple messages have this Message-ID (diff)
From: Jiri Pirko <jiri@resnulli.us>
To: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Cc: kuba@kernel.org, vadfed@meta.com, jonathan.lemon@gmail.com,
pabeni@redhat.com, corbet@lwn.net, davem@davemloft.net,
edumazet@google.com, vadfed@fb.com, jesse.brandeburg@intel.com,
anthony.l.nguyen@intel.com, saeedm@nvidia.com, leon@kernel.org,
richardcochran@gmail.com, sj@kernel.org, javierm@redhat.com,
ricardo.canuelo@collabora.com, mst@redhat.com,
tzimmermann@suse.de, michal.michalik@intel.com,
gregkh@linuxfoundation.org, jacek.lawrynowicz@linux.intel.com,
airlied@redhat.com, ogabbay@kernel.org, arnd@arndb.de,
nipun.gupta@amd.com, axboe@kernel.dk, linux@zary.sk,
masahiroy@kernel.org, benjamin.tissoires@redhat.com,
geert+renesas@glider.be, milena.olech@intel.com,
kuniyu@amazon.com, liuhangbin@gmail.com, hkallweit1@gmail.com,
andy.ren@getcruise.com, razor@blackwall.org, idosch@nvidia.com,
lucien.xin@gmail.com, nicolas.dichtel@6wind.com, phil@nwl.cc,
claudiajkang@gmail.com, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
intel-wired-lan@lists.osuosl.org, linux-rdma@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, poros@redhat.com,
mschmidt@redhat.com, linux-clk@vger.kernel.org,
vadim.fedorenko@linux.dev
Subject: Re: [RFC PATCH v9 00/10] Create common DPLL configuration API
Date: Fri, 23 Jun 2023 17:19:11 +0200 [thread overview]
Message-ID: <ZJW37ynDxJCwHscN@nanopsycho> (raw)
In-Reply-To: <20230623123820.42850-1-arkadiusz.kubalewski@intel.com>
Fri, Jun 23, 2023 at 02:38:10PM CEST, arkadiusz.kubalewski@intel.com wrote:
>Implement common API for clock/DPLL configuration and status reporting.
>The API utilises netlink interface as transport for commands and event
>notifications. This API aim to extend current pin configuration and
>make it flexible and easy to cover special configurations.
>
>Netlink interface is based on ynl spec, it allows use of in-kernel
>tools/net/ynl/cli.py application to control the interface with properly
>formated command and json attribute strings. Here are few command
>examples of how it works with `ice` driver on supported NIC:
I don't understand. The discussion in the RFCv8 thread is still going
on. The things I mentioned there are ignored. Like for example:
1) mode_set op removal
2) odd ice dpll locking scheme (either fix or describe why it is ok -
that's the unfinished discussion)
3) header file bits squash I suggested. Vadim wrote that it sounds
reasonable, yet nothing changed
I thought we are past this. Why I have to point the same issues over and
over?
next prev parent reply other threads:[~2023-06-23 15:19 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-23 12:38 [Intel-wired-lan] [RFC PATCH v9 00/10] Create common DPLL configuration API Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 01/10] dpll: documentation on DPLL subsystem interface Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-28 21:11 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-28 21:11 ` Jakub Kicinski
2023-07-10 9:45 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-10 9:45 ` Kubalewski, Arkadiusz
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 02/10] dpll: spec: Add Netlink spec in YAML Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 03/10] dpll: core: Add DPLL framework base functions Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-29 8:13 ` [Intel-wired-lan] " Jiri Pirko
2023-06-29 8:13 ` Jiri Pirko
2023-07-10 9:50 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-10 9:50 ` Kubalewski, Arkadiusz
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 04/10] dpll: netlink: " Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 05/10] dpll: api header: " Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 06/10] netdev: expose DPLL pin handle for netdevice Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 07/10] ice: add admin commands to access cgu configuration Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-07-27 21:16 ` [Intel-wired-lan] " Linus Walleij
2023-07-27 21:16 ` Linus Walleij
2023-07-28 9:55 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-28 9:55 ` Kubalewski, Arkadiusz
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 08/10] ice: implement dpll interface to control cgu Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 09/10] ptp_ocp: implement DPLL ops Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 12:38 ` [Intel-wired-lan] [RFC PATCH v9 10/10] mlx5: Implement SyncE support using DPLL infrastructure Arkadiusz Kubalewski
2023-06-23 12:38 ` Arkadiusz Kubalewski
2023-06-23 15:19 ` Jiri Pirko [this message]
2023-06-23 15:19 ` [RFC PATCH v9 00/10] Create common DPLL configuration API Jiri Pirko
2023-06-23 15:53 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-23 15:53 ` Jakub Kicinski
2023-06-24 9:23 ` [Intel-wired-lan] " Jiri Pirko
2023-06-24 9:23 ` Jiri Pirko
2023-06-24 21:43 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-24 21:43 ` Jakub Kicinski
2023-06-27 10:18 ` [Intel-wired-lan] " Jiri Pirko
2023-06-27 10:18 ` Jiri Pirko
2023-06-28 9:15 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-28 9:15 ` Kubalewski, Arkadiusz
2023-06-28 9:27 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-28 9:27 ` Kubalewski, Arkadiusz
2023-06-28 11:11 ` [Intel-wired-lan] " Vadim Fedorenko
2023-06-28 11:11 ` Vadim Fedorenko
2023-06-28 13:09 ` [Intel-wired-lan] " Jiri Pirko
2023-06-28 13:09 ` Jiri Pirko
2023-06-28 13:22 ` [Intel-wired-lan] " Vadim Fedorenko
2023-06-28 13:22 ` Vadim Fedorenko
2023-06-28 14:02 ` [Intel-wired-lan] " Jiri Pirko
2023-06-28 14:02 ` Jiri Pirko
2023-06-28 11:15 ` [Intel-wired-lan] " Jiri Pirko
2023-06-28 11:15 ` Jiri Pirko
2023-07-10 10:07 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-10 10:07 ` Kubalewski, Arkadiusz
2023-07-10 12:09 ` [Intel-wired-lan] " Jiri Pirko
2023-07-10 12:09 ` Jiri Pirko
2023-07-11 10:34 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-11 10:34 ` Kubalewski, Arkadiusz
2023-07-11 11:52 ` [Intel-wired-lan] " Jiri Pirko
2023-07-11 11:52 ` Jiri Pirko
2023-07-11 17:17 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-11 17:17 ` Kubalewski, Arkadiusz
2023-07-11 20:14 ` [Intel-wired-lan] " Jakub Kicinski
2023-07-11 20:14 ` Jakub Kicinski
2023-07-12 9:19 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-12 9:19 ` Kubalewski, Arkadiusz
2023-07-12 16:54 ` [Intel-wired-lan] " Jakub Kicinski
2023-07-12 16:54 ` Jakub Kicinski
-- strict thread matches above, loose matches on Subject: below --
2023-07-13 5:33 [Intel-wired-lan] " Vitaly Grinberg
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=ZJW37ynDxJCwHscN@nanopsycho \
--to=jiri@resnulli.us \
--cc=airlied@redhat.com \
--cc=andy.ren@getcruise.com \
--cc=anthony.l.nguyen@intel.com \
--cc=arkadiusz.kubalewski@intel.com \
--cc=arnd@arndb.de \
--cc=axboe@kernel.dk \
--cc=benjamin.tissoires@redhat.com \
--cc=claudiajkang@gmail.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=hkallweit1@gmail.com \
--cc=idosch@nvidia.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jacek.lawrynowicz@linux.intel.com \
--cc=javierm@redhat.com \
--cc=jesse.brandeburg@intel.com \
--cc=jonathan.lemon@gmail.com \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=leon@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux@zary.sk \
--cc=liuhangbin@gmail.com \
--cc=lucien.xin@gmail.com \
--cc=masahiroy@kernel.org \
--cc=milena.olech@intel.com \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.dichtel@6wind.com \
--cc=nipun.gupta@amd.com \
--cc=ogabbay@kernel.org \
--cc=pabeni@redhat.com \
--cc=phil@nwl.cc \
--cc=razor@blackwall.org \
--cc=ricardo.canuelo@collabora.com \
--cc=richardcochran@gmail.com \
--cc=saeedm@nvidia.com \
--cc=sj@kernel.org \
--cc=tzimmermann@suse.de \
--cc=vadfed@fb.com \
--cc=vadfed@meta.com \
--cc=vadim.fedorenko@linux.dev \
/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.