[Accel-config] [PATCH 1/1] accel-config: Fix idxd_mdev modprobe on specific silicon stepping
Tony Zhu <tony.zhu at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
When reset the module, on specific silicon steppings, need the delay to make sure devices and wqs are ready. Otherwise, it will fail to get the available wqs. Signed-off-by: Tony Zhu <tony.zhu(a)intel.com> --- test/common | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common b/test/common index 4bd4ed3..625d347 100644 --- a/test/common +++ b/test/common @@ -108,6 +108,7 @@ _cleanup() sleep 1 } modprobe idxd + sleep 1 } # json2var -- 2.17.1