Skip to content

Commit

Permalink
pyverbs: update srq parameter usage in QPInitAttr
Browse files Browse the repository at this point in the history
srq is supported by the commit:1ca14a974892. Update its usage.

Signed-off-by: Liu, Changcheng <[email protected]>
  • Loading branch information
changchengx committed Jun 25, 2022
1 parent 0bb34c1 commit b3dfeac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyverbs/qp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ cdef class QPInitAttr(PyverbsObject):
SRQ srq=None, QPCap cap=None, sq_sig_all=1):
"""
Initializes a QpInitAttr object representing ibv_qp_init_attr struct.
Note that SRQ object is not yet supported in pyverbs so can't be passed
as a parameter. None should be used until such support is added.
:param qp_type: The desired QP type (see enum ibv_qp_type)
:param qp_context: Associated QP context
:param scq: Send CQ to be used for this QP
Expand Down

0 comments on commit b3dfeac

Please sign in to comment.