Re: [net-next 01/10] devlink: Fix param set handling for string type

2018-08-01 Thread Jakub Kicinski
On Wed, 1 Aug 2018 14:52:46 -0700, Saeed Mahameed wrote: > From: Moshe Shemesh > > In case devlink param type is string, it needs to copy the string value > it got from the input to devlink_param_value. > > Fixes: e3b7ca18ad7b ("devlink: Add param set command") > Signed-off-by: Moshe Shemesh >

[net-next 01/10] devlink: Fix param set handling for string type

2018-08-01 Thread Saeed Mahameed
From: Moshe Shemesh In case devlink param type is string, it needs to copy the string value it got from the input to devlink_param_value. Fixes: e3b7ca18ad7b ("devlink: Add param set command") Signed-off-by: Moshe Shemesh Acked-by: Jiri Pirko Signed-off-by: Saeed Mahameed --- include/net/dev