diff options
author | David S. Miller <davem@davemloft.net> | 2019-02-11 20:39:56 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-11 20:39:56 -0800 |
commit | 5ed9d4f2e74595a0a2034a8c010adcdcc1d63b61 (patch) | |
tree | f4c851b113ad79442fbfe5d9825388d4e0130081 /Documentation | |
parent | b904aada8033749558e3aaeb574a2200bf0458f0 (diff) | |
parent | 1f5cf1036cbe4df7f078312561b5fefb2594a3bd (diff) | |
download | linux-5ed9d4f2e74595a0a2034a8c010adcdcc1d63b61.tar.gz |
Merge branch 'devinfo-tweaks'
Jakub Kicinski says:
====================
devlink: minor tweaks to reported device info
This series contains two minor touch ups for devlink code. First
|| is corrected to && in the ethtool compat code. Next patch
decreases the stack allocation size.
On the nfp side after further discussions with the manufacturing
team we decided to realign the serial number contents slightly and
rename one of the other fields from "vendor" to "mfr", short for
"manufacture".
v2: - add patch 3 - move board maker as a generic attribute.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/devlink-info-versions.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/devlink-info-versions.rst b/Documentation/networking/devlink-info-versions.rst index 7d4ecf6b6f34..c79ad8593383 100644 --- a/Documentation/networking/devlink-info-versions.rst +++ b/Documentation/networking/devlink-info-versions.rst @@ -14,6 +14,11 @@ board.rev Board design revision. +board.manufacture +================= + +An identifier of the company or the facility which produced the part. + fw.mgmt ======= |