commit | e2cde864a1d3e3626bfc8fa088fbc82b04ce66ed | [log] [tgz] |
---|---|---|
author | Aya Levin <ayal@mellanox.com> | Tue Nov 12 14:07:49 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 12 11:25:44 2019 -0800 |
tree | 059cb0be41987ed76a9d9e90236488b5f795329d | |
parent | 6c0867022352027409f5a9fee1d3c6923f9e083e [diff] |
devlink: Allow large formatted message of binary output Devlink supports pair output of name and value. When the value is binary, it must be presented in an array. If the length of the binary value exceeds fmsg limitation, break the value into chunks internally. Signed-off-by: Aya Levin <ayal@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>