<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=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (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:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@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">
<div class="WordSection1">
<p class="MsoNormal">The underlying model of the recent RDMA device reset patches was presented.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Reset flows are important for various use-cases, but their implementation for RDMA devices is challenging due to their stateful nature, and the fact that both kernel ULPs and user-space applications hold direct references to HW objects.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Support for kernel ULPs is provided by a new “error” state, in which devices do not process new WQEs or permit creation/modification of new resources, but flush any inflight WQEs and process Verb calls for destroying resources.<o:p></o:p></p>
<p class="MsoNormal">When a reset is required, the kernel provider issues a fatal event, resets the device, and places the device in error state.<o:p></o:p></p>
<p class="MsoNormal">It may then unregister the device, allowing all ULPs to process their standard shut-down flows.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Device resets are provider specific, and depend on whether the device is reachable.<o:p></o:p></p>
<p class="MsoNormal">If the device is unreachable, it is assumed that system FW will reset the device by other means (e.g., via PCI) before re-enabling access.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Support for user-space applications is provided by “zombifying” existing device instances.<o:p></o:p></p>
<p class="MsoNormal">Zombie devices maintain user-space references, but are not associated with HW. They persist as long as there are active handles to them, and do not permit any operation other than closing resources.<o:p></o:p></p>
<p class="MsoNormal">Some applications may hold references to zombie devices, while other applications hold valid handles to the same device after it recovered.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We considered allowing applications a grace period to close their resources before being detached from the device by the kernel.<o:p></o:p></p>
<p class="MsoNormal">However, rapid recovery time was preferred.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Providers can add support for new HW by supporting the “error” state, and implementing the disassociate_ucontext() callback.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Finally, the notion of resetting devices while maintaining the ULP SW state was discussed.<o:p></o:p></p>
<p class="MsoNormal">It was deemed beneficial to maintain the ULP device representation (e.g., a SCSI adapter) within the OS while transient device resets are performed.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">--Liran<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>