<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Debugging with NDISKD</title><link>http://blogs.msdn.com/b/ndis/archive/2010/08/18/debugging-with-ndiskd.aspx</link><description>Chapter three of a beginner&amp;rsquo;s guide to debugging with NDISKD 
 In Part 1 of the series , we set up a kernel debugger. In the second installment , we took a closer look at ndiskd&amp;rsquo;s output for miniports. Today, we will use what we know to debug</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Debugging with NDISKD</title><link>http://blogs.msdn.com/b/ndis/archive/2010/08/18/debugging-with-ndiskd.aspx#10168767</link><pubDate>Thu, 26 May 2011 17:26:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10168767</guid><dc:creator>ndisteam</dc:creator><description>&lt;p&gt;&amp;gt; &amp;nbsp;I have met a problem where &amp;quot;current OID&amp;quot; for a miniport is null, while &amp;quot;pending OID&amp;quot; for this miniport is &amp;quot;OID_GEN_CURRENT_PACKET_FILTER&amp;quot;. Could you explain more on this?&lt;/p&gt;
&lt;p&gt;When an OID is issued, it is first queued on the miniport. &amp;nbsp;Then, if the miniport is ready to receive OID requests, the first OID is removed from the queue and delivered to the miniport. &amp;nbsp;So there are two reasons that you might see no OID is pending while some OIDs are queued:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;The OID was recently issued, and it hasn&amp;#39;t had a chance to be sent to the miniport yet;&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;The miniport is not ready to receive OID requests (e.g., the miniport is currently being reset).&lt;/p&gt;
&lt;p&gt;&amp;gt; And the Flags for the miniport has a &amp;quot;REQUEST_TIMEOUT&amp;quot; flag, could you explain when &amp;quot;REQUEST_TIMEOUT&amp;quot; will happen? &lt;/p&gt;
&lt;p&gt;The &amp;quot;REQUEST_TIMEOUT&amp;quot; flag is not good. &amp;nbsp;It means that the miniport has spent too long to process an OID request. &amp;nbsp;NDIS detected the timeout and will attempt to reset the miniport. &amp;nbsp;This would probably explain you first question -- NDIS isn&amp;#39;t delivering new OIDs because your miniport is being reset.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10168767" width="1" height="1"&gt;</description></item><item><title>re: Debugging with NDISKD</title><link>http://blogs.msdn.com/b/ndis/archive/2010/08/18/debugging-with-ndiskd.aspx#10166628</link><pubDate>Fri, 20 May 2011 10:00:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10166628</guid><dc:creator>lao</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a question about &amp;quot;current OID&amp;quot; and &amp;quot;pending OID&amp;quot; for a miniport.&lt;/p&gt;
&lt;p&gt;I have met a problem where &amp;quot;current OID&amp;quot; for a miniport is null, while &amp;quot;pending OID&amp;quot; for this miniport is &amp;quot;OID_GEN_CURRENT_PACKET_FILTER&amp;quot;. Could you explain more on this?&lt;/p&gt;
&lt;p&gt;And the Flags for the miniport has a &amp;quot;REQUEST_TIMEOUT&amp;quot; flag, could you explain when &amp;quot;REQUEST_TIMEOUT&amp;quot; will happen? &lt;/p&gt;
&lt;p&gt;Thanks very much!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10166628" width="1" height="1"&gt;</description></item></channel></rss>