<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Useful kernel and driver performance tweaks for your Linux server</title>
	<atom:link href="http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/</link>
	<description>technical ramblings from a wanna-be unix dinosaur</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: linux server</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-913</link>
		<dc:creator>linux server</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-913</guid>
		<description>Thanks for sharing,, This is really good one , I will keep visiting your blog, You have shared an interesting blog!!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing,, This is really good one , I will keep visiting your blog, You have shared an interesting blog!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Brandeburg</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-868</link>
		<dc:creator>Jesse Brandeburg</dc:creator>
		<pubDate>Fri, 04 Mar 2011 22:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-868</guid>
		<description>All the Intel ethernet drivers all you to set the InterruptThrottleRate value at run time via the &lt;br&gt;# ethtool -C ethX rx-usecs N &lt;br&gt;command, where N is the time in microseconds between each interrupt, so if you want up to 100,000 interrupts per second you&#039;d set it to 10.</description>
		<content:encoded><![CDATA[<p>All the Intel ethernet drivers all you to set the InterruptThrottleRate value at run time via the <br /># ethtool -C ethX rx-usecs N <br />command, where N is the time in microseconds between each interrupt, so if you want up to 100,000 interrupts per second you&#39;d set it to 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: process server</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-847</link>
		<dc:creator>process server</dc:creator>
		<pubDate>Fri, 15 Oct 2010 09:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-847</guid>
		<description>cool! I like this post!&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>cool! I like this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excellant overview of useful kernel and driver tweaks &#171; littledaemons.org</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-747</link>
		<dc:creator>Excellant overview of useful kernel and driver tweaks &#171; littledaemons.org</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-747</guid>
		<description>[...] article is here    [...]</description>
		<content:encoded><![CDATA[<p>[...] article is here    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Reader Shared Items &#8211; September 12, 2009</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-405</link>
		<dc:creator>Google Reader Shared Items &#8211; September 12, 2009</dc:creator>
		<pubDate>Sat, 12 Sep 2009 17:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-405</guid>
		<description>[...] Useful kernel and driver performance tweaks for your Linux server [...]</description>
		<content:encoded><![CDATA[<p>[...] Useful kernel and driver performance tweaks for your Linux server [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen24</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-400</link>
		<dc:creator>praveen24</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-400</guid>
		<description>NAPI is disabled&lt;br&gt;my driver code sets eth0 interrupt affinity to all cores only when NAPI is enabled?&lt;br&gt;why all interrupts are getting to a single cpu irrespective of the load ?Though /proc/irq/45/smp_affinity is ffff. then why all the interrupts are not getting upon all the cores?&lt;br&gt;when I try to do somerhinf #echo 0f &gt; /proc/irq/45/smp_affinity system gets crashed.why?&lt;br&gt;&lt;br&gt;edit reply</description>
		<content:encoded><![CDATA[<p>NAPI is disabled<br />my driver code sets eth0 interrupt affinity to all cores only when NAPI is enabled?<br />why all interrupts are getting to a single cpu irrespective of the load ?Though /proc/irq/45/smp_affinity is ffff. then why all the interrupts are not getting upon all the cores?<br />when I try to do somerhinf #echo 0f &gt; /proc/irq/45/smp_affinity system gets crashed.why?</p>
<p>edit reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miggs</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-397</link>
		<dc:creator>Miggs</dc:creator>
		<pubDate>Sat, 08 Aug 2009 21:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-397</guid>
		<description>wow i want a bowl of pop strictly based on the picture</description>
		<content:encoded><![CDATA[<p>wow i want a bowl of pop strictly based on the picture</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djatlantic</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-391</link>
		<dc:creator>djatlantic</dc:creator>
		<pubDate>Tue, 28 Jul 2009 21:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-391</guid>
		<description>This article is really good.</description>
		<content:encoded><![CDATA[<p>This article is really good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibod Catooga</title>
		<link>http://timetobleed.com/useful-kernel-and-driver-performance-tweaks-for-your-linux-server/comment-page-1/#comment-389</link>
		<dc:creator>Ibod Catooga</dc:creator>
		<pubDate>Tue, 28 Jul 2009 17:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1000#comment-389</guid>
		<description>Wow, this actually turned me gay.&lt;br&gt;&lt;br&gt;How to reverse?</description>
		<content:encoded><![CDATA[<p>Wow, this actually turned me gay.</p>
<p>How to reverse?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

