[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <890cfb19-b443-c0ca-100f-2814a5212844@linux.ibm.com>
Date: Mon, 15 Jun 2020 09:52:16 -0500
From: Thomas Falcon <tlfalcon@...ux.ibm.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
danymadden@...ibm.com
Subject: Re: [PATCH net] ibmvnic: Harden device login requests
On 6/12/20 4:10 PM, David Miller wrote:
> From: Thomas Falcon <tlfalcon@...ux.ibm.com>
> Date: Fri, 12 Jun 2020 13:31:39 -0500
>
>> @@ -841,13 +841,14 @@ static int ibmvnic_login(struct net_device *netdev)
>> {
>> struct ibmvnic_adapter *adapter = netdev_priv(netdev);
>> unsigned long timeout = msecs_to_jiffies(30000);
>> + int retries = 10;
>> int retry_count = 0;
>> bool retry;
>> int rc;
> Reverse christmas tree, please.
Oops, sending a v2 soon.
Thanks,
Tom
Powered by blists - more mailing lists