From: Viacheslav Galaktionov Date: Fri, 15 Oct 2021 06:49:01 +0000 (+0300) Subject: common/sfc_efx/base: support unprivileged MAE clients X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=40ccb311584f63b702d86456bad31cce6fe89865;hp=40ccb311584f63b702d86456bad31cce6fe89865;p=dpdk.git common/sfc_efx/base: support unprivileged MAE clients In order to differentiate between privileged and unprivileged MAE clients, add a separate boolean flag to represent a NIC's MAE privilege level. Allow initializing unprivileged MAE clients by avoiding calls to functions that can only be called by the admin NIC. Signed-off-by: Viacheslav Galaktionov Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton ---