<?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: Direct input support for polling	</title>
	<atom:link href="https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Thu, 05 Oct 2017 21:44:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: mer		</title>
		<link>https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/comment-page-1/#comment-486910</link>

		<dc:creator><![CDATA[mer]]></dc:creator>
		<pubDate>Thu, 05 Oct 2017 21:44:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20300#comment-486910</guid>

					<description><![CDATA[Sometimes it just means you haven&#039;t thought of all the ways it could be run.  &quot;should never be possible&quot; is not &quot;impossible&quot;.  multiple cores, multiple cpus, faster cpus, sometimes what should never be possible happens.]]></description>
			<content:encoded><![CDATA[<p>Sometimes it just means you haven&#8217;t thought of all the ways it could be run.  &#8220;should never be possible&#8221; is not &#8220;impossible&#8221;.  multiple cores, multiple cpus, faster cpus, sometimes what should never be possible happens.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/comment-page-1/#comment-486909</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 05 Oct 2017 18:33:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20300#comment-486909</guid>

					<description><![CDATA[@flavio

i agree. definitely seems odd to include code in your codebase that should never be possible to run.]]></description>
			<content:encoded><![CDATA[<p>@flavio</p>
<p>i agree. definitely seems odd to include code in your codebase that should never be possible to run.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Flavio		</title>
		<link>https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/comment-page-1/#comment-486908</link>

		<dc:creator><![CDATA[Flavio]]></dc:creator>
		<pubDate>Thu, 05 Oct 2017 18:10:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20300#comment-486908</guid>

					<description><![CDATA[How common is it to write code for “situation [that] should not be possible to even get into”, like the commit message states below:

http://lists.dragonflybsd.org/pipermail/commits/2017-September/626484.html]]></description>
			<content:encoded><![CDATA[<p>How common is it to write code for “situation [that] should not be possible to even get into”, like the commit message states below:</p>
<p><a href="http://lists.dragonflybsd.org/pipermail/commits/2017-September/626484.html" rel="nofollow ugc">http://lists.dragonflybsd.org/pipermail/commits/2017-September/626484.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mer		</title>
		<link>https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/comment-page-1/#comment-486907</link>

		<dc:creator><![CDATA[mer]]></dc:creator>
		<pubDate>Thu, 05 Oct 2017 10:41:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20300#comment-486907</guid>

					<description><![CDATA[Anonymous, you left out a very important piece of the commit message:
&quot;...in critical section&quot;
Full commit message is:
git: polling: Don&#039;t do direct input in critical section.

Which is drastically different than:
Don&#039;t do direct input.

Although a quick look at the patch referenced in your link, I think Sepherosa added to the polling so that higher priority interrupt sources don&#039;t get starved.]]></description>
			<content:encoded><![CDATA[<p>Anonymous, you left out a very important piece of the commit message:<br />
&#8220;&#8230;in critical section&#8221;<br />
Full commit message is:<br />
git: polling: Don&#8217;t do direct input in critical section.</p>
<p>Which is drastically different than:<br />
Don&#8217;t do direct input.</p>
<p>Although a quick look at the patch referenced in your link, I think Sepherosa added to the polling so that higher priority interrupt sources don&#8217;t get starved.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.dragonflydigest.com/2017/10/04/direct-input-support-for-polling/comment-page-1/#comment-486906</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 04 Oct 2017 21:56:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=20300#comment-486906</guid>

					<description><![CDATA[I’m confused because this commit message below, Sepherosa says to NOT use direct input. 

http://lists.dragonflybsd.org/pipermail/commits/2017-September/626407.html]]></description>
			<content:encoded><![CDATA[<p>I’m confused because this commit message below, Sepherosa says to NOT use direct input. </p>
<p><a href="http://lists.dragonflybsd.org/pipermail/commits/2017-September/626407.html" rel="nofollow ugc">http://lists.dragonflybsd.org/pipermail/commits/2017-September/626407.html</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
