Message ID | 20230913204943.1051233-1-vadim.fedorenko@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | Create common DPLL configuration API | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 13 Sep 2023 21:49:34 +0100 you wrote: > Implement common API for DPLL configuration and status reporting. > The API utilises netlink interface as transport for commands and event > notifications. This API aims to extend current pin configuration > provided by PTP subsystem and make it flexible and easy to cover > complex 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: > > [...] Here is the summary with links: - [net-next,v8,1/9] dpll: documentation on DPLL subsystem interface https://git.kernel.org/netdev/net-next/c/dbb291f19393 - [net-next,v8,2/9] dpll: spec: Add Netlink spec in YAML https://git.kernel.org/netdev/net-next/c/3badff3a25d8 - [net-next,v8,3/9] dpll: core: Add DPLL framework base functions https://git.kernel.org/netdev/net-next/c/9431063ad323 - [net-next,v8,4/9] dpll: netlink: Add DPLL framework base functions https://git.kernel.org/netdev/net-next/c/9d71b54b65b1 - [net-next,v8,5/9] netdev: expose DPLL pin handle for netdevice https://git.kernel.org/netdev/net-next/c/5f1842692880 - [net-next,v8,6/9] ice: add admin commands to access cgu configuration https://git.kernel.org/netdev/net-next/c/8a3a565ff210 - [net-next,v8,7/9] ice: implement dpll interface to control cgu https://git.kernel.org/netdev/net-next/c/d7999f5ea64b - [net-next,v8,8/9] ptp_ocp: implement DPLL ops https://git.kernel.org/netdev/net-next/c/09eeb3aecc6c - [net-next,v8,9/9] mlx5: Implement SyncE support using DPLL infrastructure https://git.kernel.org/netdev/net-next/c/496fd0a26bbf You are awesome, thank you!