Re: [PATCH net-next RFC 5/7] devlink: Add devlink notifications support for port params

2018-12-05 Thread Jiri Pirko
Wed, Dec 05, 2018 at 06:56:58AM CET, vasundhara-v.vo...@broadcom.com wrote: >Add notification call for devlink port param set, register and unregister >functions. >Add devlink_port_param_value_changed() function to enable the driver notify >devlink on value change. Driver should use this function a

[PATCH net-next RFC 5/7] devlink: Add devlink notifications support for port params

2018-12-04 Thread Vasundhara Volam
Add notification call for devlink port param set, register and unregister functions. Add devlink_port_param_value_changed() function to enable the driver notify devlink on value change. Driver should use this function after value was changed on any configuration mode part to driverinit. Cc: Jiri P