Ivan Malov <ivan.ma...@oktetlabs.ru> writes:
> The board admin may need to assign a MAC address to a guest > VNIC identified by its MCDI handle. Provide an API for that. > > In the case when a libefx-based driver is used at the guest, > it will need to check its MAC address using the symmetrical > API if the admin has tweaked it by means of its representor. > > Signed-off-by: Ivan Malov <ivan.ma...@oktetlabs.ru> > Reviewed-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Reviewed-by: Andy Moreton <amore...@xilinx.com> > --- > drivers/common/sfc_efx/base/ef10_nic.c | 9 ++- > drivers/common/sfc_efx/base/efx.h | 21 ++++- > drivers/common/sfc_efx/base/efx_mcdi.c | 101 +++++++++++++++++++++++++ > drivers/common/sfc_efx/version.map | 2 + > 4 files changed, 127 insertions(+), 6 deletions(-) > Acked-by: Ray Kinsella <m...@ashoe.eu>