<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.os.linux.development.system Google Group</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system</link>
  <description>Linux kernels, device drivers, modules.</description>
  <language>en</language>
  <item>
  <title>Re: passing file descriptor between processes</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/ed2c5a562413317c/beed63d14e45a1ed?show_docid=beed63d14e45a1ed</link>
  <description>
  Aha. Most functions, if they succeed, do not touch errno at all. So &lt;br&gt; probably it had been set to ENOENT by some function earlier in the &lt;br&gt; program which failed, and not changed after that.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/ed2c5a562413317c/beed63d14e45a1ed?show_docid=beed63d14e45a1ed</guid>
  <author>
  n...@vulcan.lan
  (Nate Eldredge)
  </author>
  <pubDate>Fri, 10 Oct 2008 22:22:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: passing file descriptor between processes</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/ed2c5a562413317c/cd201be6eb9a352b?show_docid=cd201be6eb9a352b</link>
  <description>
  Thanks, Gil. I&#39;m sorry I hadn&#39;t had a chance to reply earlier. I got &lt;br&gt; it working. fstat showed the fields matching between the two &lt;br&gt; processes. There was an error in the code that tested error &lt;br&gt; conditions. Instead of testing for == -1, it tested for != -1. The &lt;br&gt; return code was 0 so it went into the error handler and printed out
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/ed2c5a562413317c/cd201be6eb9a352b?show_docid=cd201be6eb9a352b</guid>
  <author>
  peter_c_...@hotmail.com
  </author>
  <pubDate>Fri, 10 Oct 2008 20:58:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/9d8fa40b603a608f?show_docid=9d8fa40b603a608f</link>
  <description>
  The tun and tap drivers could help, as they &lt;br&gt; are interfaces from network stack link and &lt;br&gt; packet layers to and from character devices.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/9d8fa40b603a608f?show_docid=9d8fa40b603a608f</guid>
  <author>
  tauno.voi...@invalidiki.fi
  (Tauno Voipio)
  </author>
  <pubDate>Fri, 10 Oct 2008 19:33:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/ac042017ec4d793d?show_docid=ac042017ec4d793d</link>
  <description>
  On Fri, 10 Oct 2008 15:18:56 +0200, Rainer Weikusat &lt;br&gt; Yes, thank you, I get it now. I totally misunderstood the question due &lt;br&gt; to the fact that I am a complete and utter incompetent and moron. Thank &lt;br&gt; you for clearing that up. &lt;br&gt; In addition, I&#39;m a putz and shouldn&#39;t be allowed on Usenet without a &lt;br&gt; minder. My cat is smarter than me, and probably smells better too. If
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/ac042017ec4d793d?show_docid=ac042017ec4d793d</guid>
  <author>
  postmas...@localhost.localdomain
  (Bob Hauck)
  </author>
  <pubDate>Fri, 10 Oct 2008 15:56:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/6e5901b3a86ae78d?show_docid=6e5901b3a86ae78d</link>
  <description>
  On Fri, 10 Oct 2008 14:56:57 +0200 (CEST), Gil Hamilton &lt;br&gt; It wouldn&#39;t. I obviously misunderstood the question. I think it would &lt;br&gt; have been sufficient to point that out as opposed to supposing I need to &lt;br&gt; read Wikipedia to understand what a network stack is.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/6e5901b3a86ae78d?show_docid=6e5901b3a86ae78d</guid>
  <author>
  postmas...@localhost.localdomain
  (Bob Hauck)
  </author>
  <pubDate>Fri, 10 Oct 2008 15:55:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/2f2e54078ba0639a?show_docid=2f2e54078ba0639a</link>
  <description>
  [...] &lt;br&gt; The OP wrote that he &amp;quot;used netif_rx call to send those &lt;br&gt; packet but I am not able to check wehter it reaches to Linux &lt;br&gt; networking stack.&amp;quot; &lt;br&gt; netif_rx is used by the rx routine of a driver to pass received frames &lt;br&gt; &#39;upstack&#39; for further processing by &#39;the networking stack&#39;. There is &lt;br&gt; exactly no base for your assumption that he intended to send a frame
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/2f2e54078ba0639a?show_docid=2f2e54078ba0639a</guid>
  <author>
  rweiku...@mssgmbh.com
  (Rainer Weikusat)
  </author>
  <pubDate>Fri, 10 Oct 2008 13:18:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/762604537050c45b?show_docid=762604537050c45b</link>
  <description>
  pkama...@gmail.com wrote in news:08b0cd6f-a285-4af8-bb87-3 871d6767f84 &lt;br&gt; @v30g2000hsa.googlegroups.com: &lt;br&gt; netif_rx is the traditional way to insert sk_buffs into the stack. So yes &lt;br&gt; that should work and can be called either directly from an interrupt &lt;br&gt; handler or from a deferred bottom half routine (such as a tasklet).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/762604537050c45b?show_docid=762604537050c45b</guid>
  <author>
  gil_hamil...@hotmail.com
  (Gil Hamilton)
  </author>
  <pubDate>Fri, 10 Oct 2008 13:15:15 UT
</pubDate>
  </item>
  <item>
  <title>FREE SOFTWARE</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/9f88004083f74a73/d368731109c0dd8b?show_docid=d368731109c0dd8b</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://freesoftware10.blogspot.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/9f88004083f74a73/d368731109c0dd8b?show_docid=d368731109c0dd8b</guid>
  <author>
  acadi...@gmail.com
  (ACADIA)
  </author>
  <pubDate>Fri, 10 Oct 2008 13:00:22 UT
</pubDate>
  </item>
  <item>
  <title>FREE SOFTWARE</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/9f88004083f74a73/ae7869252382a2a7?show_docid=ae7869252382a2a7</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://freesoftware10.blogspot.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/9f88004083f74a73/ae7869252382a2a7?show_docid=ae7869252382a2a7</guid>
  <author>
  acadi...@gmail.com
  (ACADIA)
  </author>
  <pubDate>Fri, 10 Oct 2008 13:00:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/07f21b6ed3c2446f?show_docid=07f21b6ed3c2446f</link>
  <description>
  Bob Hauck &amp;lt;postmas...@localhost.localdom ain&amp;gt; wrote in &lt;br&gt; trying &lt;br&gt; of &lt;br&gt; guess. &lt;br&gt; I&#39;m sorry you didn&#39;t like my answer. I wasn&#39;t trying to be a jerk. &lt;br&gt; When you throw misleading info out onto usenet, you should not be &lt;br&gt; surprised when someone offers to correct it. The OP said: &lt;br&gt; How would calling dev_queue_xmit as you suggested be helpful in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/07f21b6ed3c2446f?show_docid=07f21b6ed3c2446f</guid>
  <author>
  gil_hamil...@hotmail.com
  (Gil Hamilton)
  </author>
  <pubDate>Fri, 10 Oct 2008 12:56:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/f7770114020770a2?show_docid=f7770114020770a2</link>
  <description>
  On Oct 10, 6:38 am, Bob Hauck &amp;lt;postmas...@localhost.localdom ain&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Thanks for all your comments !!! &lt;br&gt; Yes. I would like to send the packet to the Linux IP stack. &lt;br&gt; I thought netif_rx api send the skb buffer to the network interface &lt;br&gt; scheduler and forward to the Linnux IP stack. &lt;br&gt; As Hamiltion clearly mentioned dev_queue_xmit(skb) api sends out of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/f7770114020770a2?show_docid=f7770114020770a2</guid>
  <author>
  pkama...@gmail.com
  </author>
  <pubDate>Fri, 10 Oct 2008 05:08:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/6743a41bdbe2652b?show_docid=6743a41bdbe2652b</link>
  <description>
  On Thu, 9 Oct 2008 22:40:53 +0200 (CEST), Gil Hamilton &lt;br&gt; Thanks ever so much for clearing things up for me! &lt;br&gt; &lt;p&gt;I wasn&#39;t clear on what the OP meant. What kind of packet was he trying &lt;br&gt; to send? He talks of the &amp;quot;networking queue&amp;quot;. What does he mean by &lt;br&gt; that? Does he mean the IP stack, or the send queue of the ethernet
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/6743a41bdbe2652b?show_docid=6743a41bdbe2652b</guid>
  <author>
  postmas...@localhost.localdomain
  (Bob Hauck)
  </author>
  <pubDate>Fri, 10 Oct 2008 01:38:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/f91302ea594fc91d?show_docid=f91302ea594fc91d</link>
  <description>
  Bob Hauck &amp;lt;postmas...@localhost.localdom ain&amp;gt; wrote in &lt;br&gt; [snip] &lt;br&gt; You are confused (or at least your terminology is :-). By doing this, &lt;br&gt; you were *not* sending a packet &amp;quot;to the networking stack&amp;quot;. Instead you &lt;br&gt; were placing it in queue to be transmitted outbound via your device and &lt;br&gt; in fact you were actually *bypassing* the stack by doing so.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/f91302ea594fc91d?show_docid=f91302ea594fc91d</guid>
  <author>
  gil_hamil...@hotmail.com
  (Gil Hamilton)
  </author>
  <pubDate>Thu, 09 Oct 2008 20:40:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: the difference of kernel config option among different kernel version?</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/5a446329c338a059/3a5730271eeb0ee6?show_docid=3a5730271eeb0ee6</link>
  <description>
  You need to look at the help text for the kernel config options in the &lt;br&gt; Kconfig files. &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/5a446329c338a059/3a5730271eeb0ee6?show_docid=3a5730271eeb0ee6</guid>
  <author>
  cbf...@mail.usask.ca
  (Chris Friesen)
  </author>
  <pubDate>Thu, 09 Oct 2008 19:57:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: send packet to Linux networking stack</title>
  <link>http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/e647cce28b6b210f?show_docid=e647cce28b6b210f</link>
  <description>
  netif_rx() is the appropriate API. If your driver is coded properly, &lt;br&gt; you should be able to use tcpdump() from userspace to listen in on all &lt;br&gt; packets received on your interface. &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/c2a0890b900a4661/e647cce28b6b210f?show_docid=e647cce28b6b210f</guid>
  <author>
  cbf...@mail.usask.ca
  (Chris Friesen)
  </author>
  <pubDate>Thu, 09 Oct 2008 19:56:08 UT
</pubDate>
  </item>
  </channel>
</rss>
