1. 26 Sep, 2005 1 commit
    • Roland Dreier's avatar
      [IB] mthca: Fix doorbell record resource leak · 018771f4
      Roland Dreier authored
      If we allocate a bunch of doorbell records and then free them, we'll
      end up with completely empty pages, which we then free.  However, when
      we come back to allocate more doorbell pages, we have to reallocate
      those empty pages rather than always trying to take a slot that we've
      never used.  If we don't, we eventually use up every slot and fail to
      allocate a doorbell record, even though we have plenty of free space.
      Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
      018771f4
  2. 24 Sep, 2005 12 commits
  3. 23 Sep, 2005 27 commits