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

2014-01-30 Thread Yann Droneaud
Hi, Le jeudi 30 janvier 2014 à 01:33 +0200, Eli Cohen a écrit : On Wed, Jan 29, 2014 at 09:48:43PM +0100, Yann Droneaud wrote: Yann, thanks for reviewing, your comments are helpful :-) 12 digits identifier are the norm for kernel. Please update your git configuration: git config

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

2014-01-29 Thread Eli Cohen
Commit c1be523 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

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

2014-01-29 Thread Yann Droneaud
Hi, Le mercredi 29 janvier 2014 à 16:27 +0200, Eli Cohen a écrit : Commit c1be523 Fix micro UAR allocator broke binary compatibility between ^^^ 12 digits identifier are the norm for kernel. Please update your git configuration: git config --global core.abbrev 12 See

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

2014-01-29 Thread Eli Cohen
On Wed, Jan 29, 2014 at 09:48:43PM +0100, Yann Droneaud wrote: Yann, thanks for reviewing, your comments are helpful :-) 12 digits identifier are the norm for kernel. Please update your git configuration: git config --global core.abbrev 12 See http://lwn.net/Articles/571980/