From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4425972584246202544==" MIME-Version: 1.0 From: Luck, Tony Subject: [Accel-config] Re: [PATCH] accel-config: Do not fail shared wq tests if platform does not support shared wqs Date: Wed, 11 Aug 2021 17:08:28 +0000 Message-ID: <54bc80958690487a853fd01d903e2c13@intel.com> In-Reply-To: 9f0b68d4-c3fc-61ed-ef16-8fdfc33a7478@intel.com To: accel-config@lists.01.org List-ID: --===============4425972584246202544== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > 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 ma= ke the requester still fail ... unless they subsequently check to see that this ty= pe switch happened. -Tony --===============4425972584246202544==--