<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I think that you could be in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979395#M3061</link>
    <description>&lt;P&gt;I think that you could be right.Unfortunately there is no freely available information related toWindows implementation of clock timer interrupt coalescing.I need to check similiar implementation in Linux.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2013 12:10:13 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2013-06-13T12:10:13Z</dc:date>
    <item>
      <title>interrupt coalescing in Xeon processors</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979385#M3051</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm not sure if this is the right place where I should ask this question. I applogize if it's not. It may not be an Intel-specific question.&lt;/P&gt;
&lt;P&gt;I try to enable interrupt coalescing in the LSI controller. Right now I don't see interrupt coalescing (I saw 1 million interrupts when issuing 1 million IO requests). When I talked to the tech support of LSI, I was told that interrupt coalescing is enabled by the driver by default, but in order to enable this feature, processors also have to support it. I use Xeon E5-4620, so I believe the processor should support it if it requires CPU's support. I don't know if the Linux kernel has any parameters that can enable or disable interrupt coalescing in the processor. I don't see any in the system's BIOS for sure. Does anyone have any knowledge about interrupt coalescing? I'm quite confused how it works.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Da&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 19:53:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979385#M3051</guid>
      <dc:creator>zhengda1936</dc:creator>
      <dc:date>2013-06-03T19:53:49Z</dc:date>
    </item>
    <item>
      <title>Afaik newest Win OS use timer</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979386#M3052</link>
      <description>&lt;P&gt;Afaik newest Win OS use timer coalescing which is itself represented by clock interrupt.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 04:57:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979386#M3052</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-04T04:57:41Z</dc:date>
    </item>
    <item>
      <title>IIRC interrupt coalescing is</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979387#M3053</link>
      <description>&lt;P&gt;IIRC interrupt coalescing is managed by OS &amp;nbsp;I do not know if it needs hardware support.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 11:24:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979387#M3053</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-04T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Hello Da,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979388#M3054</link>
      <description>&lt;P&gt;Hello Da,&lt;/P&gt;
&lt;P&gt;It is hard to say where the problem lies. You haven't supplied much info and I'm not sure this is the correct forum anyway.&lt;/P&gt;
&lt;P&gt;Here is a URL that briefly talks about interrupt coalescing. &lt;A href="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/interrupt_coal.htm"&gt;http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/interrupt_coal.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Whether interrupts get coalesced seems to primarly depend on how many packets or IOs occur per second. So your one million IOs and one million interrupts, if they occur over a long enough interval, might not meet the device's criteria for coalescing. In the BIOS or in the OS device config there should be some sort of settings for your device that specify a 'rx int delay' (receive interrupt delay) parameter. This will set the threshold such that, if you recieve more than rx_int_delay packets/sec then the system should start coalescing the interrupts.&lt;/P&gt;
&lt;P&gt;Check for a paramter like this and see if your test case is putting more than rx_int_delay packets/sec.&lt;BR /&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 11:33:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979388#M3054</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-06-04T11:33:57Z</dc:date>
    </item>
    <item>
      <title>I was not able to find any</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979389#M3055</link>
      <description>&lt;P&gt;I was not able to find any references to hardware support of interrupt coalescing.What I learnt that on Windows coalescing clock interrupt is performed by kernel mode software.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 05:32:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979389#M3055</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-05T05:32:02Z</dc:date>
    </item>
    <item>
      <title>Thank you for your replies.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979390#M3056</link>
      <description>&lt;P&gt;Thank you for your replies.&lt;/P&gt;
&lt;P&gt;Sorry for the unclearness. I was really confused how it works. In my test, an LSI controller can serve around 300,000 requests per second, so around 300,000 interrupts per second. I think it's a very high rate. When I googled interrupt coalescing, I found a lot of documents about it on network interface. However, I'm dealing with storage devices. I couldn't find a parameter similar to&amp;nbsp;rx_int_delay.&lt;/P&gt;
&lt;P&gt;If it is implemented by software, I'll imagine that it works just like NAPI in Linux (when the kernel receiving an interrupt, it disables interrupts and uses polling to read multiple packets from the network interface). If so, I really should ask in this forum. Sorry.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Da&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:22:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979390#M3056</guid>
      <dc:creator>zhengda1936</dc:creator>
      <dc:date>2013-06-05T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Agree with you that searching</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979391#M3057</link>
      <description>&lt;P&gt;Agree with you that searching internet will provide you with some info mainly related to coalescing NIC interrupt.For learning how it is done on Win please consult Windows Internals book in its 6 edition part one.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 17:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979391#M3057</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-05T17:19:54Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;... I use Xeon E5-4620, so</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979392#M3058</link>
      <description>&amp;gt;&amp;gt;... I use &lt;STRONG&gt;Xeon E5-4620&lt;/STRONG&gt;, so I believe the &lt;STRONG&gt;processor should support it&lt;/STRONG&gt; if it requires CPU's support...

Please take a look at a Datasheet for that CPU on &lt;STRONG&gt;ark.intel.com&lt;/STRONG&gt;. When a web page for the CPU is displayed all available Datasheets are usually on the right part of the web page.</description>
      <pubDate>Thu, 06 Jun 2013 05:18:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979392#M3058</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-06T05:18:22Z</dc:date>
    </item>
    <item>
      <title>Hi zhengda1936,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979393#M3059</link>
      <description>&lt;P&gt;Hi zhengda1936,&lt;/P&gt;
&lt;P&gt;if you are interested I have found a few details about the interrupt coalescing(clock interrupt) on Win OS.Rationale behind coalescing interrupt is to make longer C-states&amp;nbsp; and thus reducing the frequency of processor wake up intervals needed to process those expirations..performed at DISPATCH_LEVEL.Not all timer interrupts are coalescable and it is up to driver to decide to use this feature or not.Windows kernel exposes two functions KeSetCoalescableTimer and SetWaitableTimerEx for this.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 19:48:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979393#M3059</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-06T19:48:40Z</dc:date>
    </item>
    <item>
      <title>Thanks.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979394#M3060</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;After I read some docuements, I'm more convinced that interrupt coalescing is a hardware feature, and should be implemented in the IO device.&lt;/P&gt;
&lt;P&gt;vIC: Interrupt Coalescing for Virtual Machine Storage Device IO&lt;BR /&gt;Analysis of Interrupt Coalescing Schemes for Receive-Livelock Problemin Gigabit Ethernet Network Hosts&lt;/P&gt;
&lt;P&gt;I think it makes sense to be implemented in the IO device.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2013 04:33:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979394#M3060</guid>
      <dc:creator>zhengda1936</dc:creator>
      <dc:date>2013-06-13T04:33:23Z</dc:date>
    </item>
    <item>
      <title>I think that you could be</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979395#M3061</link>
      <description>&lt;P&gt;I think that you could be right.Unfortunately there is no freely available information related toWindows implementation of clock timer interrupt coalescing.I need to check similiar implementation in Linux.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:10:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979395#M3061</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-13T12:10:13Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;vIC: Interrupt Coalescing</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979396#M3062</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;vIC: Interrupt Coalescing for Virtual Machine Storage Device IO&lt;BR /&gt;Analysis of Interrupt Coalescing Schemes for Receive-Livelock Problemin Gigabit Ethernet Network Hosts&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Are these titles of some documentation?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979396#M3062</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-13T12:11:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...If it is implemented by</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979397#M3063</link>
      <description>&amp;gt;&amp;gt;...If it is implemented by software, I'll imagine that it works just like NAPI in Linux ( &lt;STRONG&gt;when the kernel receiving an interrupt,&lt;/STRONG&gt;
&amp;gt;&amp;gt;&lt;STRONG&gt;it disables interrupts and uses polling to read multiple packets from the network interface&lt;/STRONG&gt; )...

By the way, I just realized that I used that technique many years ago ( in 1992! ) to read data from RS-232 port in MS-DOS operating system. We had a similar problem because it was very inefficient, time consuming ( we also had timing constraints ) to process 1024 interrupts to get, for example, 1024 bytes of data.

It worked as follows:

- Some Hardware sends a &lt;STRONG&gt;Control Character&lt;/STRONG&gt; to a Processing Computer
- When interrupt is generated an Interrupt Handler disables all the rest interrupts for that RS-232 port and receives a package of 1024 bytes by reading data from RS-232 port ( directly )
- As soon as processing is done the system state is restored and Processing Computer waits for another &lt;STRONG&gt;Control Character&lt;/STRONG&gt; from the Hardware</description>
      <pubDate>Fri, 14 Jun 2013 00:49:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979397#M3063</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-14T00:49:26Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;We had a similar problem</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979398#M3064</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;We had a similar problem because it was very inefficient, time consuming ( we also had timing constraints ) to process 1024 interrupts to get, for example, 1024 bytes of data.&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Wa it so by design?I mean to interrupt cpu for every byte of received/sent data.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:15:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979398#M3064</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-14T06:15:10Z</dc:date>
    </item>
    <item>
      <title>Quote:iliyapolak wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979399#M3065</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;iliyapolak wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;vIC: Interrupt Coalescing for Virtual Machine Storage Device IO&lt;BR /&gt;Analysis of Interrupt Coalescing Schemes for Receive-Livelock Problemin Gigabit Ethernet Network Hosts&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Are these titles of some documentation?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;These are academic papers. From their statement about interrupt coalescing, I infer that it is usually implemented inside the hardware.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:19:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979399#M3065</guid>
      <dc:creator>zhengda1936</dc:creator>
      <dc:date>2013-06-14T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Quote:Sergey Kostrov wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979400#M3066</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Kostrov wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It worked as follows:&lt;/P&gt;
&lt;P&gt;- Some Hardware sends a &lt;STRONG&gt;Control Character&lt;/STRONG&gt; to a Processing Computer&lt;BR /&gt; - When interrupt is generated an Interrupt Handler disables all the rest interrupts for that RS-232 port and receives a package of 1024 bytes by reading data from RS-232 port ( directly )&lt;BR /&gt; - As soon as processing is done the system state is restored and Processing Computer waits for another &lt;STRONG&gt;Control Character&lt;/STRONG&gt; from the Hardware&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This sounds similar to the design of NAPI. I guess this design is common, but I believe it's not the technique called interrupt coalescing.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:21:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979400#M3066</guid>
      <dc:creator>zhengda1936</dc:creator>
      <dc:date>2013-06-14T06:21:51Z</dc:date>
    </item>
    <item>
      <title>Quote:zhengda1936 wrote:</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979401#M3067</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;zhengda1936 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;EM&gt;iliyapolak&lt;/EM&gt;wrote:
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;vIC: Interrupt Coalescing for Virtual Machine Storage Device IO&lt;BR /&gt;Analysis of Interrupt Coalescing Schemes for Receive-Livelock Problemin Gigabit Ethernet Network Hosts&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Are these titles of some documentation?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;These are academic papers. From their statement about interrupt coalescing, I infer that it is usually implemented inside the hardware.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you for the info&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 12:31:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979401#M3067</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-14T12:31:50Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I mean to interrupt cpu</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979402#M3068</link>
      <description>&amp;gt;&amp;gt;...I mean to interrupt cpu for every byte of received/sent data...

Yes and this is how many communication programs for MS-DOS worked 20 years ago. However, our case was more complex because we needed that kind of processing for an embedded system.

In Windows OS Win32 API for serial communications simplifies many things and a processing looks like:
...
	if( &lt;STRONG&gt;ClearCommError&lt;/STRONG&gt;( pCdp-&amp;gt;hDevice, ( RTulong * )&amp;amp;uiErrorFlags, &amp;amp;pCdp-&amp;gt;Cms ) == RTFALSE )
	{
		CrtPrintf( RTU("Failed to Clear Error [ Comm Device: %s ]\n"), pCdp-&amp;gt;szDeviceName );
		break;
	}

	uiBytesToRead = CrtMin( ( RTuint )pCdp-&amp;gt;iSize, pCdp-&amp;gt;Cms.cbInQue );

	bOk = ( RTbool )&lt;STRONG&gt;ReadFile&lt;/STRONG&gt;( pCdp-&amp;gt;hDevice, pCdp-&amp;gt;pubData, uiBytesToRead, ( RTulong * )&amp;amp;uiBytesRead, &amp;amp;pCdp-&amp;gt;Ovl );

	pCdp-&amp;gt;uiError = SysGetLastError();

	if( uiBytesRead != 0 )
	{
		pCdp-&amp;gt;iSize = uiBytesRead;
...
However, it is done at a higher level in a user application and I didn't try to implement a special Windows driver.</description>
      <pubDate>Fri, 14 Jun 2013 13:26:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979402#M3068</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-14T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Today there is tendency to</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979403#M3069</link>
      <description>&lt;P&gt;Today there is tendency to offload cpu from unneeded work and pass it to the hardware controllers.For example imagine that cpu would need to perform HDD virtual linear to physical addressing space translation also to perform sector's data checksum and to control head servo mechanism it could be huge impact on &amp;nbsp;cpu performance.Afaik disk.sys is doing low level job related to programming MMIO HDD registers and &amp;nbsp;lowest level disk internal management is done by built-in controller.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 15:22:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/interrupt-coalescing-in-Xeon-processors/m-p/979403#M3069</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-14T15:22:14Z</dc:date>
    </item>
  </channel>
</rss>

