Re: [PATCH net-next RFC 3/7] devlink: Add port param set command

2018-12-05 Thread Jiri Pirko
Wed, Dec 05, 2018 at 06:56:56AM CET, vasundhara-v.vo...@broadcom.com wrote: >Add port param set command to set the value for a parameter. >Value can be set to any of the supported configuration modes. > >Cc: Jiri Pirko >Signed-off-by: Vasundhara Volam >--- > include/uapi/linux/devlink.h | 1 + >

[PATCH net-next RFC 3/7] devlink: Add port param set command

2018-12-04 Thread Vasundhara Volam
Add port param set command to set the value for a parameter. Value can be set to any of the supported configuration modes. Cc: Jiri Pirko Signed-off-by: Vasundhara Volam --- include/uapi/linux/devlink.h | 1 + net/core/devlink.c | 41 ++--- 2 files