lkml.org 
[lkml]   [2017]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH V2 net-next 02/17] net: hns3: add support to modify tqps number
From
From: Lipeng <lipeng321@huawei.com>
Date: Tue, 19 Dec 2017 12:02:24 +0800

> @@ -2651,6 +2651,19 @@ static int hns3_get_ring_config(struct hns3_nic_priv *priv)
> return ret;
> }
>
> +static void hns3_put_ring_config(struct hns3_nic_priv *priv)
> +{
> + struct hnae3_handle *h = priv->ae_handle;
> + u16 i;
> +
> + for (i = 0; i < h->kinfo.num_tqps; i++) {

Please use a plain "int" for index iteration loops like this since
that is the canonical type to use.

> +static void hclge_release_tqp(struct hclge_vport *vport)
> +{
> + struct hnae3_knic_private_info *kinfo = &vport->nic.kinfo;
> + struct hclge_dev *hdev = vport->back;
> + u16 i;
> +
> + for (i = 0; i < kinfo->num_tqps; i++) {

Likewise.

\
 
 \ /
  Last update: 2017-12-19 20:19    [W:0.142 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site