The two patches in this series are related to the EDPM feature. EDPM is a hw feature for improving latency under certain conditions. Related rdma-core pull request #786 https://github.com/linux-rdma/rdma-core/pull/786 Signed-off-by: Michal Kalderon <michal.kalderon@xxxxxxxxxxx> Changes from v2 Remove mis-use of !! when checking if a flag is set. Changes from v1 Add explicit padding to struct qedr_alloc_ucontext_resp in qedr-abi.h Michal Kalderon (2): RDMA/qedr: Add EDPM mode type for user-fw compatibility RDMA/qedr: Add EDPM max size to alloc ucontext response drivers/infiniband/hw/qedr/qedr.h | 1 + drivers/infiniband/hw/qedr/verbs.c | 20 ++++++++++++++------ include/uapi/rdma/qedr-abi.h | 10 +++++++--- 3 files changed, 22 insertions(+), 9 deletions(-) -- 2.14.5