On Tue, May 12, 2020 at 06:22:04PM +0300, Gal Pressman wrote: > The host info feature allows the driver to infrom the EFA device > firmware with system configuration for debugging and troubleshooting > purposes. > > The host info buffer is passed as an admin command DMA mapped control > buffer, and is unmapped and freed once the command CQE is consumed. > > Currently, the setting of host info is done for each device on its > probe. Failing to set the host info for the device shall not disturb the > probe flow, any errors will be discarded. > > Reviewed-by: Firas JahJah <firasj@xxxxxxxxxx> > Reviewed-by: Guy Tzalik <gtzalik@xxxxxxxxxx> > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > --- > .../infiniband/hw/efa/efa_admin_cmds_defs.h | 63 ++++++++++++++++++- > drivers/infiniband/hw/efa/efa_com_cmd.c | 14 ++--- > drivers/infiniband/hw/efa/efa_com_cmd.h | 11 +++- > drivers/infiniband/hw/efa/efa_main.c | 52 ++++++++++++++- > 4 files changed, 130 insertions(+), 10 deletions(-) Applied to for-next, thanks Jason