From: Kamal Heib Date: Wed, 6 Jan 2016 18:03:47 +0000 (-0800) Subject: IB/rdmavt: Add common LID defines to rdmavt X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f2f342115ef2b0755abd73573831351e371f6242;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git IB/rdmavt: Add common LID defines to rdmavt Original patch is from Kamal Heib . It has been split into separate patches. This patch adds RVT_PERMISSIVE_LID and RVT_MULTICAST_LID_BASE to rdmavt. Reviewed-by: Ira Weiny Signed-off-by: Kamal Heib Signed-off-by: Dennis Dalessandro Signed-off-by: Doug Ledford --- diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h index 9a479575078f..dbb45bcd1fea 100644 --- a/include/rdma/rdma_vt.h +++ b/include/rdma/rdma_vt.h @@ -55,6 +55,9 @@ #include "ib_verbs.h" +#define RVT_MULTICAST_LID_BASE 0xC000 +#define RVT_PERMISSIVE_LID 0xFFFF + /* * For some of the IBTA objects there will likely be some * initializations required. We need flags to determine whether it is OK