Message ID | 1488376954-8346-7-git-send-email-erezsh@mellanox.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h index 7b158090c1ac..48b76bd872cb 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/drivers/infiniband/ulp/ipoib/ipoib.h @@ -406,6 +406,7 @@ struct ipoib_dev_priv { struct ib_ipoib_accel_ops *ipoib_accel_ops; unsigned max_send_sge; bool sm_fullmember_sendonly_support; + void *context; }; struct ipoib_ah {
Each specific HW accelerator can keep here handle to its own needs. Signed-off-by: Erez Shitrit <erezsh@mellanox.com> --- drivers/infiniband/ulp/ipoib/ipoib.h | 1 + 1 file changed, 1 insertion(+)