On Tue, 2017-01-24 at 17:16 +, Eli Cohen wrote:
> It is in Dave's tree:
>
> commit 5fe9dec0d045437e48f112b8fa705197bd7bc3c0
> Author: Eli Cohen
> Date: Tue Jan 3 23:55:25 2017 +0200
>
Thanks, got it.
--
Doug Ledford
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 2
Cc: e...@dev.mellanox.co.il; Saeed Mahameed ;
netdev@vger.kernel.org; linux-r...@vger.kernel.org; Eli Cohen
; Matan Barak
Subject: Re: [for-next 07/10] IB/mlx5: Use blue flame register allocator in
mlx5_ib
On Sun, 2017-01-08 at 08:22 +0200, Leon Romanovsky wrote:
> On Fri, Jan 06, 2017 at 11:11:31
On Sun, 2017-01-08 at 08:22 +0200, Leon Romanovsky wrote:
> On Fri, Jan 06, 2017 at 11:11:31AM -0500, David Miller wrote:
> >
> > From: Leon Romanovsky
> > Date: Fri, 6 Jan 2017 08:06:09 +0200
> >
> > >
> > > On Thu, Jan 05, 2017 at 03:07:31PM -0500, David Miller wrote:
> > > >
> > > > From: E
On Fri, Jan 06, 2017 at 11:11:31AM -0500, David Miller wrote:
> From: Leon Romanovsky
> Date: Fri, 6 Jan 2017 08:06:09 +0200
>
> > On Thu, Jan 05, 2017 at 03:07:31PM -0500, David Miller wrote:
> >> From: Eli Cohen
> >> Date: Thu, 5 Jan 2017 14:03:18 -0600
> >>
> >> > If necessary I can make sure
From: Leon Romanovsky
Date: Fri, 6 Jan 2017 08:06:09 +0200
> On Thu, Jan 05, 2017 at 03:07:31PM -0500, David Miller wrote:
>> From: Eli Cohen
>> Date: Thu, 5 Jan 2017 14:03:18 -0600
>>
>> > If necessary I can make sure it builds on 32 bits as well.
>>
>> Please do.
>
> Dave,
>
> I'm failing to
On Thu, Jan 05, 2017 at 03:07:31PM -0500, David Miller wrote:
> From: Eli Cohen
> Date: Thu, 5 Jan 2017 14:03:18 -0600
>
> > If necessary I can make sure it builds on 32 bits as well.
>
> Please do.
Dave,
I'm failing to understand the benefits of building mlx5 on 32 bits, and
see only disadvanta
From: Eli Cohen
Date: Thu, 5 Jan 2017 14:03:18 -0600
> If necessary I can make sure it builds on 32 bits as well.
Please do.
From: Saeed Mahameed
Date: Tue, 3 Jan 2017 23:55:25 +0200
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
> b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
> index ddb4ca4..39505ac 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
> +++ b/drivers/net/ethernet/mella
From: Eli Cohen
Make use of the blue flame registers allocator at mlx5_ib. Since blue
flame was not really supported we remove all the code that is related to
blue flame and we let all consumers to use the same blue flame register.
Once blue flame is supported we will add the code. As part of thi