Re: [PATCH net-next v8 6/8] devlink: Add devlink notifications support for port params

2019-01-28 Thread Jiri Pirko
Mon, Jan 28, 2019 at 01:30:25PM 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 v8 6/8] devlink: Add devlink notifications support for port params

2019-01-28 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. v7->v8: Or