Merge branch 'Update-devlink-binary-output'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Nov 2019 19:25:44 +0000 (11:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Nov 2019 19:25:44 +0000 (11:25 -0800)
commit084346be800697d505ffc41b7af919096a4c44a5
tree27025a2f529304e905e9b2c623c0b84ba19112ad
parent6c0867022352027409f5a9fee1d3c6923f9e083e
parentff18176ad806ea1a7f5f9b404182f97dbb6f9691
Merge branch 'Update-devlink-binary-output'

Aya Levin says:

====================
Update devlink binary output

This series changes the devlink binary interface:
-The first patch forces binary values to be enclosed in an array. In
 addition, devlink_fmsg_binary_pair_put breaks the binary value into
 chunks to comply with devlink's restriction for value length.
-The second patch removes redundant code and uses the fixed devlink
 interface (devlink_fmsg_binary_pair_put).
-The third patch make self test to use the updated devlink
 interface.
-The fourth, adds a verification of dumping a very large binary
 content. This test verifies breaking the data into chunks in a valid
 JSON output.

Series was generated against net-next commit:
ca22d6977b9b Merge branch 'stmmac-next'
====================

Signed-off-by: David S. Miller <davem@davemloft.net>