1. 25 7月, 2018 3 次提交
  2. 24 7月, 2018 1 次提交
  3. 11 7月, 2018 3 次提交
  4. 10 7月, 2018 2 次提交
  5. 05 7月, 2018 1 次提交
  6. 30 6月, 2018 1 次提交
    • Y
      IB: Improve uverbs_cleanup_ucontext algorithm · 1c77483e
      Yishai Hadas 提交于
      Improve uverbs_cleanup_ucontext algorithm to work properly when the
      topology graph of the objects cannot be determined at compile time.  This
      is the case with objects created via the devx interface in mlx5.
      
      Typically uverbs objects must be created in a strict topologically sorted
      order, so that LIFO ordering will generally cause them to be freed
      properly. There are only a few cases (eg memory windows) where objects can
      point to things out of the strict LIFO order.
      
      Instead of using an explicit ordering scheme where the HW destroy is not
      allowed to fail, go over the list multiple times and allow the destroy
      function to fail. If progress halts then a final, desperate, cleanup is
      done before leaking the memory. This indicates a driver bug.
      Signed-off-by: NYishai Hadas <yishaih@mellanox.com>
      Signed-off-by: NLeon Romanovsky <leonro@mellanox.com>
      Signed-off-by: NJason Gunthorpe <jgg@mellanox.com>
      1c77483e
  7. 26 6月, 2018 3 次提交
  8. 20 6月, 2018 1 次提交
  9. 19 6月, 2018 8 次提交
  10. 13 6月, 2018 1 次提交
  11. 04 6月, 2018 1 次提交
  12. 02 6月, 2018 4 次提交
  13. 29 5月, 2018 1 次提交
  14. 17 5月, 2018 2 次提交
  15. 06 4月, 2018 3 次提交
  16. 05 4月, 2018 5 次提交