Re: [PATCH v3] nvme: reduce firmware activation poll interval
Keith Busch <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <algOi6OByZV9an8p@kbusch-mbp> |
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.