<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Aptos;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:12.0pt;
font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;}
span.EmailStyle20
{mso-style-type:personal-compose;
font-family:"Times New Roman",serif;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;
mso-ligatures:none;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<div>
<p class="MsoNormal">On 3/28/2025 09:19, Jan Sokolowski wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>Tests wait-writesip-nodebug and breakpoint-writesip-nodebug<o:p></o:p></pre>
<pre>were found to be incompatible with SR-IOV functionality, and<o:p></o:p></pre>
<pre>should only be available to run if on PF.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Disable these tests if ran on VF.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Signed-off-by: Jan Sokolowski <a href="mailto:jan.sokolowski@intel.com"><jan.sokolowski@intel.com></a><o:p></o:p></pre>
<pre>Cc: Katarzyna Piecielska <a href="mailto:katarzyna.piecielska@intel.com"><katarzyna.piecielska@intel.com></a><o:p></o:p></pre>
<pre>Cc: Lukasz Laguna <a href="mailto:lukasz.laguna@intel.com"><lukasz.laguna@intel.com></a><o:p></o:p></pre>
<pre>Cc: Christoph Manszewski <a href="mailto:christoph.manszewski@intel.com"><christoph.manszewski@intel.com></a><o:p></o:p></pre>
<pre>---<o:p></o:p></pre>
<pre> tests/intel/xe_exec_sip_eudebug.c | 2 ++<o:p></o:p></pre>
<pre> 1 file changed, 2 insertions(+)<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>diff --git a/tests/intel/xe_exec_sip_eudebug.c b/tests/intel/xe_exec_sip_eudebug.c<o:p></o:p></pre>
<pre>index c317112b4..26b3f9176 100644<o:p></o:p></pre>
<pre>--- a/tests/intel/xe_exec_sip_eudebug.c<o:p></o:p></pre>
<pre>+++ b/tests/intel/xe_exec_sip_eudebug.c<o:p></o:p></pre>
<pre>@@ -22,6 +22,7 @@<o:p></o:p></pre>
<pre> #include "xe/xe_eudebug.h"<o:p></o:p></pre>
<pre> #include "xe/xe_ioctl.h"<o:p></o:p></pre>
<pre> #include "xe/xe_query.h"<o:p></o:p></pre>
<pre>+#include "lib/igt_sriov_device.h"<o:p></o:p></pre>
<pre> <o:p></o:p></pre>
<pre> #define WIDTH 64<o:p></o:p></pre>
<pre> #define HEIGHT 64<o:p></o:p></pre>
<pre>@@ -316,6 +317,7 @@ igt_main<o:p></o:p></pre>
<pre> igt_fixture {<o:p></o:p></pre>
<pre> was_enabled = xe_eudebug_enable(fd, false);<o:p></o:p></pre>
<pre> igt_require(!xe_eudebug_debugger_available(fd));<o:p></o:p></pre>
<pre>+ igt_skip_on(intel_is_vf_device(fd));<o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><br>
Shouldn't eudebug toggle be unavailable for VFs? If yes then I think it would be better to skip if it's not present.<br>
-<br>
Lukasz<br>
<br>
<br>
<o:p></o:p></p>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre><o:p> </o:p></pre>
<pre> }<o:p></o:p></pre>
<pre> <o:p></o:p></pre>
<pre> test_render_and_compute("wait-writesip-nodebug", fd, eci)<o:p></o:p></pre>
</blockquote>
</div>
</body>
</html>