[Accel-config] Re: [PATCH] accel-config: Do not fail shared wq tests if platform does not support shared wqs
Luck, Tony <tony.luck at intel.com> Wed, 11 Aug 2021 17:08:28 +0000
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
> If shared wq is not supported by platform use dedicated mode to avoid > failing batch configuration tests Seems weird to change type of WQ. If the caller asked for a shared WQ, they are expecting to send work to it using ENQCMD or ENQCMDS. Switching to dedicated would make the requester still fail ... unless they subsequently check to see that this type switch happened. -Tony