lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 20 Dec 2017 14:14:58 +0800
From:   "lipeng (Y)" <lipeng321@...wei.com>
To:     David Miller <davem@...emloft.net>
CC:     <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linuxarm@...wei.com>, <salil.mehta@...wei.com>
Subject: Re: [PATCH V2 net-next 01/17] net: hns3: add support to query tqps
 number



On 2017/12/20 3:16, David Miller wrote:
> From: Lipeng <lipeng321@...wei.com>
> Date: Tue, 19 Dec 2017 12:02:23 +0800
>
>> @@ -5002,6 +5002,26 @@ static void hclge_uninit_ae_dev(struct hnae3_ae_dev *ae_dev)
>>   	ae_dev->priv = NULL;
>>   }
>>   
>> +static u32 hclge_get_max_channels(struct hnae3_handle *handle)
>> +{
>> +	struct hclge_vport *vport = hclge_get_vport(handle);
>> +	struct hnae3_knic_private_info *kinfo = &handle->kinfo;
>> +	struct hclge_dev *hdev = vport->back;
>> +
> Please order local variables from longest to shortest line.
>
> Please audit your entire submission for this problem.
>
> .
will check this patch-set about this problem. Thanks


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ