Commit b9926b92 authored by Matan Barak's avatar Matan Barak Committed by Doug Ledford
Browse files

IB/core: Add CQ creation time-stamping flag



Add CQ creation flag which dictates that the created CQ will report
completion time-stamp value in the WC.

Signed-off-by: default avatarMatan Barak <matanb@mellanox.com>
Signed-off-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 8e37210b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -173,6 +173,10 @@ struct ib_odp_caps {
	} per_transport_caps;
};

enum ib_cq_creation_flags {
	IB_CQ_FLAGS_TIMESTAMP_COMPLETION   = 1 << 0,
};

struct ib_cq_init_attr {
	unsigned int	cqe;
	int		comp_vector;