Hello, This submission adds support for host information report to the EFA device. The feature allows the driver to inform the EFA device firmware with system configuration used for debugging and troubleshooting purposes. Changelog - v1->v2: https://lore.kernel.org/linux-rdma/20200510115918.46246-1-galpress@xxxxxxxxxx/ * Added #include <linux/version.h> (reported by kbuild test robot) * Remove unused values per Leon's request * Explicitly set all fields in the host info buffer Gal Pressman (2): RDMA/efa: Fix setting of wrong bit in get/set_feature commands RDMA/efa: Report host information to the device .../infiniband/hw/efa/efa_admin_cmds_defs.h | 63 ++++++++++++++++++- drivers/infiniband/hw/efa/efa_com_cmd.c | 18 +++--- drivers/infiniband/hw/efa/efa_com_cmd.h | 11 +++- drivers/infiniband/hw/efa/efa_main.c | 52 ++++++++++++++- 4 files changed, 132 insertions(+), 12 deletions(-) -- 2.26.2