Re: [PATCH v2] IB/mlx5: Fix binary compatibility with libmlx5

2014-01-30 Thread Yann Droneaud
Hi, Le jeudi 30 janvier 2014 à 13:49 +0200, Eli Cohen a écrit : > Commit c1be5232d21d "Fix micro UAR allocator" broke binary compatibility > between libmlx5 and mlx5_ib since it defines a different value to the number > of > micro UARs per page, leading to wrong calculation in libmlx5. This patch

[PATCH v2] IB/mlx5: Fix binary compatibility with libmlx5

2014-01-30 Thread Eli Cohen
Commit c1be5232d21d "Fix micro UAR allocator" broke binary compatibility between libmlx5 and mlx5_ib since it defines a different value to the number of micro UARs per page, leading to wrong calculation in libmlx5. This patch defines struct mlx5_ib_alloc_ucontext_req_v2 as an extension to struct ml