commit | 02d89b87081f516ad3993637f9b75db0d9786554 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed May 23 15:16:08 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed May 23 15:16:08 2007 -0700 |
tree | c7d26293d06c88e4831851ac6362b3b7e3fa69de | |
parent | 8aee74c8ee875448cc6d1cf995c9469eb60ae515 [diff] |
IB/mlx4: Don't allocate RQ doorbell if using SRQ If a QP is attached to a shared receive queue (SRQ), then it doesn't have a receive queue (RQ). So don't allocate an RQ doorbell (or map a doorbell from userspace for userspace QPs) for that QP. Signed-off-by: Roland Dreier <rolandd@cisco.com>