[Accel-config] Re: [PATCH 1/1] accel-config: Fix idxd_mdev modprobe on specific silicon stepping
Luck, Tony <tony.luck at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
> modprobe idxd > + sleep 1 Dave - this seems weird. Does the idxd start up some async work during module initialization? I'd normally expect "modprobe" to complete synchronously. "sleep 1" seems a fragile fix. If the system is heavily loaded would you need a longer sleep? -Tony