<div dir="ltr"><div>I see the receiving side also .Packets are not assembled by ip-defrag . now where packets are assembled at transport layer ?<br></div>if yes then how they are assembled ? <br><br><br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jun 4, 2013 at 7:24 PM, Craig Jackson <span dir="ltr">&lt;<a href="mailto:cjackson@ebscohost.com" target="_blank">cjackson@ebscohost.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">&gt; -----Original Message-----<br>
&gt; From: Varun Sharma [mailto:<a href="mailto:vsdssd@gmail.com">vsdssd@gmail.com</a>]<br>
&gt; Sent: Tuesday, June 04, 2013 2:45 AM<br>
&gt; To: Craig Jackson; <a href="mailto:kernelnewbies@kernelnewbies.org">kernelnewbies@kernelnewbies.org</a>;<br>
&gt; <a href="mailto:Valdis.Kletnieks@vt.edu">Valdis.Kletnieks@vt.edu</a><br>
&gt; Subject: Re: assembly of packets<br>
&gt;<br>
&gt; On receving side upto tcp layer skb-&gt;len=1480 now where is packet<br>
&gt; assembled on tcp layer ?<br>
&gt; or it is directly copies into user space buffer.<br>
&gt;<br>
&gt; I am sending len = 10000 in send system call.<br>
&gt;<br>
&gt;&gt; On Mon, Jun 3, 2013 at 9:45 PM, Craig Jackson &lt;<a href="mailto:cjackson@ebscohost.com">cjackson@ebscohost.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; In my experience, the second paragraph isn&#39;t quite true. What you see<br>
&gt;&gt; with TSO is the pre-segmentation &quot;packet&quot;, up to 65k. (By this I mean<br>
&gt;&gt; the set of data which is given to the offload hardware to segment.) So<br>
&gt;&gt; you need to make sure that your &quot;-s&quot; value is big enough to see<br>
&gt;&gt; everything.<br>
&gt;&gt;<br>
&gt;&gt; (Speaking as someone who was bitten by bugs in the early versions of<br>
&gt;&gt; TSO.)<br>
&gt;&gt;<br>
&gt;&gt; Craig<br>
&gt;<br>
&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt; From: kernelnewbies-bounces+cjackson=<a href="mailto:ebscohost.com@kernelnewbies.org">ebscohost.com@kernelnewbies.org</a><br>
&gt;&gt;&gt; [mailto:<a href="mailto:kernelnewbies-bounces%2Bcjackson">kernelnewbies-bounces+cjackson</a>=<a href="mailto:ebscohost.com@kernelnewbies.org">ebscohost.com@kernelnewbies.org</a>]<br>
&gt;&gt;&gt; On Behalf Of <a href="mailto:Valdis.Kletnieks@vt.edu">Valdis.Kletnieks@vt.edu</a><br>
&gt;&gt;&gt; Sent: Monday, June 03, 2013 12:03 PM<br>
&gt;&gt;&gt; To: Varun Sharma<br>
&gt;&gt;&gt; Cc: <a href="mailto:kernelnewbies@kernelnewbies.org">kernelnewbies@kernelnewbies.org</a><br>
&gt;&gt;&gt; Subject: Re: assembly of packets<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mon, 03 Jun 2013 14:48:41 +0530, Varun Sharma said:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; If TSO(tcp segmentation offload ) is enabled then nic card handle<br>
&gt;&gt;&gt; &gt; segmentation then where is assembly of packets happens ? Is it<br>
&gt;&gt;&gt; &gt; tcp_rcv_established function ?<br>
&gt;<br>
&gt;&gt;&gt; The whole *point* of TSO is so the NIC does all the segmentation<br>
&gt;&gt;&gt; reassembly and DMA, and wake the kernel up when all the data is already<br>
&gt;&gt;&gt; stashed in buffers fully processed.<br>
&gt;<br>
&gt;&gt;&gt; Incidentally, this is why if you run tcpdump on an interface that has<br>
&gt;&gt;&gt; TSO enabled, you&#39;ll only see the first 3 handshaking packets and the<br>
&gt;&gt;&gt; final FIN packets - the other packets wake up the TCP stack at a point<br>
&gt;&gt;&gt; after where tcpdump&#39;s tap would have seen the packet.<br>
<br>
</div></div>Sorry for top-posting before. It&#39;s incredibly hard to get Outlook 2007 to do things right.<br>
<br>
Varun, I now see we may not have answered the question you have. TSO (TCP Segementation Offload)<br>
is associated with sending packets, not receiving them. They are re-assembled at the receiving<br>
end in the standard manner.<br>
<br>
Are you actually thinking of GRO (Generic Receive Offload)?<br>
<span class="HOEnZb"><font color="#888888"><br>
Craig<br>
</font></span></blockquote></div><br></div>