[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190915.193241.878202512573492759.davem@davemloft.net>
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