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

2019-01-23 Thread Jiri Pirko
Fri, Jan 18, 2019 at 08:09:40AM 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 Acked-by: Jiri Pirko

[PATCH net-next v7 3/8] devlink: Add port param set command

2019-01-17 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 | 37 - 2 files cha