[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <537260F0.7080306@linux.vnet.ibm.com>
Date: Tue, 13 May 2014 13:14:08 -0500
From: Carol Soto <clsoto@...ux.vnet.ibm.com>
To: David Miller <davem@...emloft.net>
CC: netdev@...r.kernel.org, brking@...ux.vnet.ibm.com
Subject: Re: [PATCH 0/1] mlx4: mlx4_core failed to load
On 5/13/2014 11:32 AM, David Miller wrote:
> From: Carol Soto <clsoto@...ux.vnet.ibm.com>
> Date: Tue, 13 May 2014 10:06:54 -0500
>
>> On 4/28/2014 2:59 PM, David Miller wrote:
>>> From: clsoto@...ux.vnet.ibm.com
>>> Date: Mon, 28 Apr 2014 13:33:30 -0500
>>>
>>>> This is for a case where mlx4_core fails to load.
>>> You cannot just will-nilly delete module parameters that you decide
>>> you don't want to support any more.
>>>
>>> Once you add a module parameter, you are stuck with it forever once
>>> it makes it into a released kernel. It is a user visible interface.
>>>
>>> I'm not applying this patch, you have to actually fix the bug rather
>>> then wholesale remove the facility altogether.
>> The problem here is that when use_prio argument is used then the
>> number of reserved qps increase from 0x20000 to 0x90000. So when it
>> goes to mlx4_bitmap_init the argument reserved_top becomes a lot
>> bigger than argument num, because of this then the math to get the
>> size for the kzalloc is very big. The argument num is the num of qps
>> that the adapter supports so then this sounds to me like a bug that if
>> we use the use_prio we can not have more qps reserved than the num qps
>> that adapter supports. That is why I went to the path of removing the
>> argument in this patch. Any other suggestion?
> It is not my job to fix bugs in your driver.
>
> But it is my job to make sure you do not break things that are
> user visible, and that means you cannot delete module parameters
> that are "too difficult to fix".
>
> You should have considered more carefully the semantics of this
> module option when it was added.
This is not my driver. I do not know how this argument make it upstream
in the first place. It maybe was functional at some point but I do not
have that information. That maybe a question for Mellanox. Now by
debugging the code in my system I do not see how this argument is useful
based in my previous comment. Maybe we need Mellanox to confirm here
what is the use of this argument and if it is needed.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists