Message ID | 20210903151436.529478-1-maciej.machnikowski@intel.com |
---|---|
Headers | show |
Series | Add RTNL interface for SyncE | expand |
On Fri, 3 Sep 2021 17:14:36 +0200 Maciej Machnikowski wrote: > Implement SyncE DPLL monitoring for E810-T devices. > Poll loop will periodically check the state of the DPLL and cache it > in the pf structure. State changes will be logged in the system log. > > Cached state can be read using the RTM_GETEECSTATE rtnetlink > message. > > Signed-off-by: Maciej Machnikowski <maciej.machnikowski@intel.com> kdoc issues here: drivers/net/ethernet/intel/ice/ice_main.c:5990: warning: Function parameter or member 'eec_flags' not described in 'ice_get_eec_state' drivers/net/ethernet/intel/ice/ice_main.c:5990: warning: Function parameter or member 'extack' not described in 'ice_get_eec_state' drivers/net/ethernet/intel/ice/ice_main.c:5990: warning: Excess function parameter 'sync_src' description in 'ice_get_eec_state' ./scripts/kernel-doc -none and/or W=1 is your friend.