Re: [PATCH net-next 0/2] net: ipa: fix HOLB timer register use

2020-07-03 Thread David Miller
From: Alex Elder Date: Fri, 3 Jul 2020 16:23:33 -0500 > The function ipa_reg_init_hol_block_timer_val() generates the value > to write into the HOL_BLOCK_TIMER endpoint configuration register, > to represent a given timeout value (in microseconds). It only > supports a timer value of 0 though,

[PATCH net-next 0/2] net: ipa: fix HOLB timer register use

2020-07-03 Thread Alex Elder
The function ipa_reg_init_hol_block_timer_val() generates the value to write into the HOL_BLOCK_TIMER endpoint configuration register, to represent a given timeout value (in microseconds). It only supports a timer value of 0 though, in part because that's sufficient, but mainly because there was