]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bnxt_en-Updates-to-devlink-info_get-cb'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 22:34:43 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 22:34:43 +0000 (15:34 -0700)
commitdd07afba71496e31e96e400dc500f1a86d1849f3
tree7ba4f5861cd6e2d2dc91bafae830019c124050df
parent42b8e6f67e5089d5fce7a30829dcb8ad008426e9
parent287178dfb99e291ce7b21c59215e244603e217f8
Merge branch 'bnxt_en-Updates-to-devlink-info_get-cb'

Vasundhara Volam says:

====================
bnxt_en: Updates to devlink info_get cb

This series adds support for a generic macro to devlink info_get cb.
Adds support for fw.mgmt.api and board.id info to bnxt_en driver info_get
cb. Also, updates the devlink-info.rst and bnxt.rst documentation
accordingly.

This series adds a patch to fix few macro names that maps to bnxt_en
firmware versions.

v1->v2: Remove ECN dev param, base_mh_addr and serial number info support
in this series.
Rename drv.spec macro to fw.api.
---
v2->v3: Remove hw.addr info as it is per netdev but not per device info.
---
v3->v4: Rename "fw.api" to "fw.mgmt.api".
Also, add a patch that modifies few macro names in info_get command,
to match the devlink documentation.
====================

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