1. 20 1月, 2017 5 次提交
  2. 08 1月, 2017 1 次提交
    • E
      net/mlx5: Introduce blue flame register allocator · a6d51b68
      Eli Cohen 提交于
      Here is an implementation of an allocator that allocates blue flame
      registers. A blue flame register is used for generating send doorbells.
      A blue flame register can be used to generate either a regular doorbell
      or a blue flame doorbell where the data to be sent is written to the
      device's I/O memory hence saving the need to read the data from memory.
      For blue flame kind of doorbells to succeed, the blue flame register
      need to be mapped as write combining. The user can specify what kind of
      send doorbells she wishes to use. If she requested write combining
      mapping but that failed, the allocator will fall back to non write
      combining mapping and will indicate that to the user.
      Subsequent patches in this series will make use of this allocator.
      Signed-off-by: NEli Cohen <eli@mellanox.com>
      Reviewed-by: NMatan Barak <matanb@mellanox.com>
      Signed-off-by: NLeon Romanovsky <leon@kernel.org>
      Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
      a6d51b68
  3. 03 1月, 2017 4 次提交
  4. 29 12月, 2016 1 次提交
  5. 14 12月, 2016 1 次提交
  6. 19 11月, 2016 3 次提交
  7. 30 10月, 2016 2 次提交
  8. 09 9月, 2016 1 次提交
  9. 18 8月, 2016 4 次提交
  10. 17 8月, 2016 3 次提交
  11. 14 8月, 2016 2 次提交
  12. 26 7月, 2016 1 次提交
  13. 15 7月, 2016 1 次提交
  14. 10 6月, 2016 3 次提交
  15. 17 5月, 2016 2 次提交
  16. 13 5月, 2016 2 次提交
  17. 16 4月, 2016 2 次提交
  18. 22 3月, 2016 2 次提交