netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/3] dpll: expose lock status error value to user
@ 2024-01-29 14:59 Jiri Pirko
  2024-01-29 14:59 ` [patch net-next 1/3] dpll: extend uapi by lock status error attribute Jiri Pirko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jiri Pirko @ 2024-01-29 14:59 UTC (permalink / raw)
  To: netdev
  Cc: kuba, pabeni, davem, edumazet, vadim.fedorenko,
	arkadiusz.kubalewski, saeedm, leon, jesse.brandeburg,
	anthony.l.nguyen, rrameshbabu

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     |  1 +
 .../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, 120 insertions(+), 9 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-30 11:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 14:59 [patch net-next 0/3] dpll: expose lock status error value to user Jiri Pirko
2024-01-29 14:59 ` [patch net-next 1/3] dpll: extend uapi by lock status error attribute Jiri Pirko
2024-01-29 14:59 ` [patch net-next 2/3] dpll: extend lock_status_get() op by status error and expose to user Jiri Pirko
2024-01-30 10:46   ` kernel test robot
2024-01-29 14:59 ` [patch net-next 3/3] net/mlx5: DPLL, Implement lock status error value Jiri Pirko
2024-01-30 10:28 ` [patch net-next 0/3] dpll: expose lock status error value to user Vadim Fedorenko
2024-01-30 11:56   ` Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).