Merge branch 'ncsi-mac-address-command'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Nov 2023 15:00:51 +0000 (15:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Nov 2023 15:00:51 +0000 (15:00 +0000)
commit4dce97b19175fdf125584bbc350f768cec59ed34
tree20837e5126a18042621e6468bf7ada6e40fd2639
parentf9672265958b1781d3e3d2a4c6d54925e51bd916
parentb8291cf3d1180b5b61299922f17c9441616a805a
Merge branch 'ncsi-mac-address-command'

Patrick Williams says:

====================
net/ncsi: Add NC-SI 1.2 Get MC MAC Address command

NC-SI 1.2 has now been published[1] and adds a new command for "Get MC
MAC Address".  This is often used by BMCs to get the assigned MAC
address for the channel used by the BMC.

This change set has been tested on a Broadcomm 200G NIC with updated
firmware for NC-SI 1.2 and at least one other non-public NIC design.

1. https://www.dmtf.org/sites/default/files/standards/documents/DSP0222_1.2.0.pdf
====================

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