IB: Support ib_flow creation in drivers
This patch considers the case that ib_flow is created by some device driver with its specific parameters using the KABI infrastructure. In that case both QP and ib_uflow_resources might not be applicable. Downstream patches from this series use the above functionality. Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
fd44e3853c
commit
6cd080a674
@@ -2081,6 +2081,7 @@ struct ib_flow_attr {
|
||||
|
||||
struct ib_flow {
|
||||
struct ib_qp *qp;
|
||||
struct ib_device *device;
|
||||
struct ib_uobject *uobject;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user