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:   Sun, 15 Sep 2019 19:32:41 +0100 (WEST)
From:   David Miller <davem@...emloft.net>
To:     akiyano@...zon.com
Cc:     netdev@...r.kernel.org, dwmw@...zon.com, zorik@...zon.com,
        matua@...zon.com, saeedb@...zon.com, msw@...zon.com,
        aliguori@...zon.com, nafea@...zon.com, gtzalik@...zon.com,
        netanel@...zon.com, alisaidi@...zon.com, benh@...zon.com,
        sameehj@...zon.com, ndagan@...zon.com
Subject: Re: [PATCH V1 net-next 01/11] net: ena: add intr_moder_rx_interval
 to struct ena_com_dev and use it

From: <akiyano@...zon.com>
Date: Fri, 13 Sep 2019 01:08:38 +0300

> @@ -1307,8 +1304,8 @@ static void ena_com_update_intr_delay_resolution(struct ena_com_dev *ena_dev,
>  	ena_dev->intr_delay_resolution = intr_delay_resolution;
>  
>  	/* update Rx */
> -	for (i = 0; i < ENA_INTR_MAX_NUM_OF_LEVELS; i++)
> -		intr_moder_tbl[i].intr_moder_interval /= intr_delay_resolution;
> +	ena_dev->intr_moder_rx_interval /= intr_delay_resolution;
> +
>  
>  	/* update Tx */

Now there are two empty lines here, please remove one of them.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ