Message ID | 20240130120831.261085-1-jiri@resnulli.us (mailing list archive) |
---|---|
Headers | show |
Series | dpll: expose lock status error value to user | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 30 Jan 2024 13:08:28 +0100 you wrote: > From: Jiri Pirko <jiri@nvidia.com> > > Allow to expose lock status errort value over new DPLL generic netlink > attribute. Extend the lock_status_get() op by new argument to get the > value from the driver. Implement this new argument fill-up > in mlx5 driver. > > [...] Here is the summary with links: - [net-next,v2,1/3] dpll: extend uapi by lock status error attribute https://git.kernel.org/netdev/net-next/c/cf4f0f1e1c46 - [net-next,v2,2/3] dpll: extend lock_status_get() op by status error and expose to user https://git.kernel.org/netdev/net-next/c/e2ca9e75849e - [net-next,v2,3/3] net/mlx5: DPLL, Implement lock status error value https://git.kernel.org/netdev/net-next/c/2c54a4d71246 You are awesome, thank you!
From: Jiri Pirko <jiri@nvidia.com> Allow to expose lock status errort value over new DPLL generic netlink attribute. Extend the lock_status_get() op by new argument to get the value from the driver. Implement this new argument fill-up in mlx5 driver. Jiri Pirko (3): dpll: extend uapi by lock status error attribute dpll: extend lock_status_get() op by status error and expose to user net/mlx5: DPLL, Implement lock status error value Documentation/netlink/specs/dpll.yaml | 39 +++++++++++++++++++ drivers/dpll/dpll_netlink.c | 9 ++++- drivers/net/ethernet/intel/ice/ice_dpll.c | 2 + .../net/ethernet/mellanox/mlx5/core/dpll.c | 32 +++++++++++++-- drivers/ptp/ptp_ocp.c | 9 +++-- include/linux/dpll.h | 1 + include/linux/mlx5/mlx5_ifc.h | 8 ++++ include/uapi/linux/dpll.h | 30 ++++++++++++++ 8 files changed, 121 insertions(+), 9 deletions(-)