Re: [PATCH v3] nvme: reduce firmware activation poll interval
From: Keith Busch
Date: Wed Jul 15 2026 - 18:49:55 EST
On Wed, Jul 15, 2026 at 07:44:01PM +0800, guzebing wrote:
> ---
> Changes in v3:
> - Add a common polling delay helper for nvme_fw_act_work() and
> nvme_wait_ready().
I guess I was expecting the common helper to be the CSTS check and sleep
loop rather than just the sleep. I know the fw_act loop also checks the
ctrl_config in addition to CSTS, but that's fine to put in a common
function too.