Re: [PATCH net-next 0/6] net: ipa: GSI interrupt updates
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-01-15 02:09:34
Also in:
lkml
On Thu, 14 Jan 2021 15:22:54 -0800 Saeed Mahameed wrote:
On Wed, 2021-01-13 at 11:15 -0600, Alex Elder wrote:quoted
This series implements some updates for the GSI interrupt code, buliding on some bug fixes implemented last month. The first two are simple changes made to improve readability and consistency. The third replaces all msleep() calls with comparable usleep_range() calls. The remainder make some more substantive changes to make the code align with recommendations from Qualcomm. The fourth implements a much shorter timeout for completion GSI commands, and the fifth implements a longer delay between retries of the STOP channel command. Finally, the last implements retries for stopping TX channels (in addition to RX channels).A minor thing that bothers me about this series is that it looks like it is based on magic numbers and some redefined constant values according to some mysterious sources ;-) .. It would be nice to have some wording in the commit messages explaining reasoning and maybe "semi-official" sources behind the changes. LGMT code style wise :) Reviewed-by: Saeed Mahameed <saeedm@nvidia.com>
Dropped the fixes tags (since its not a series of fixes) and applied. Thanks!