<br><font size=2 face="sans-serif">GV&gt; Not at the moment with WinPcap.
Having said that, I've used this double copy mechanism to bring several
Gbps's to user mode without any packet loss (not with WinPcap, with custom
hardware. However the buffering mechanism was the same).</font>
<br>
<br><font size=2 face="sans-serif">YL&gt; 'double copy mechanism' &nbsp;,
&nbsp;Data copy from the user buffer to application(user mode) is the third
copy ? &nbsp;</font>
<br>
<br>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">GV&gt;Are you dumping the packets to
disk? If so, have you measured the dump-to-disk bandwidth? </font>
<br>
<br><font size=2 face="sans-serif">YL&gt; Yes, &nbsp; Dumping packets to
disk is my final goal. &nbsp;But right now , &nbsp;To avoid the limitation
of the disk write speed , &nbsp;I just count the packets number in the
receive &nbsp;thread. &nbsp; But &nbsp;on the &nbsp;rate of 614 Mbps, &nbsp;
sometimes &nbsp;there are still packets loss. </font>
<br>
<br><font size=2 face="sans-serif">PS. &nbsp; &nbsp; The route of packets
transfer is : &nbsp;FPGA BOARD sends data through ether net --&gt; &nbsp;PC'S
&nbsp;net card --&gt; winpcap &nbsp;kernel buffer --&gt; winpcap user buffer
&nbsp;--&gt; &nbsp;receive thread count . &nbsp; The FPGA's sending packets
rate is about 614 Mbps , &nbsp; the size of &nbsp;each packet is 1460 bytes,
&nbsp; every packet has a sequence number &nbsp;, &nbsp; the sending process's
&nbsp;starting and stopping &nbsp;can be controlled &nbsp;. &nbsp; &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">The app that &nbsp;I make only counts
the packet's number when a packet comes without saving . &nbsp; While &nbsp;the
&nbsp;last packet comes , &nbsp;the app will compare the number (it counts
by itself) &nbsp;with the sequence number (of the last packet). &nbsp;Then
I will know if there is packets loss. </font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=35%><font size=1 face="sans-serif"><b>&quot;Gianluca Varenni&quot;
&lt;gianluca.varenni@cacetech.com&gt;</b> </font>
<br><font size=1 face="sans-serif">发件人: &nbsp;winpcap-users-bounces@winpcap.org</font>
<p><font size=1 face="sans-serif">2010-09-21 07:41</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">请答复 给<br>
winpcap-users@winpcap.org</font></div></table>
<br>
<td width=64%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">收件人</font></div>
<td><font size=1 face="sans-serif">&lt;winpcap-users@winpcap.org&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">抄送</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">主题</font></div>
<td><font size=1 face="sans-serif">Re: [Winpcap-users] About the packets
loss , &nbsp; &nbsp; &nbsp; &nbsp;what is the bottleneck ?</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=3>&nbsp;</font>
<br>
<br><font size=3><b>From:</b> </font><a href=mailto:lyulou@gmail.com><font size=3 color=blue><u>yulou
liu</u></font></a><font size=3> </font>
<br><font size=3><b>Sent:</b> Sunday, September 19, 2010 12:50 AM</font>
<br><font size=3><b>To:</b> </font><a href="mailto:winpcap-users@winpcap.org"><font size=3 color=blue><u>winpcap-users@winpcap.org</u></font></a><font size=3>
</font>
<br><font size=3><b>Subject:</b> [Winpcap-users] About the packets loss
, what is the bottleneck ?</font>
<br>
<br><font size=2 face="Calibri"><br>
There is still the question about packets loss.<br>
 </font><font size=2> </font><font size=2 face="Calibri"><br>
According to the essay &nbsp;' </font><font size=2>Profiling and Optimization
of Software-Based Network-Analysis Applications</font><font size=2 face="Calibri">'
,   &nbsp;every packet is copied twice in the main memory before reaching
the user. &nbsp;In order to reduce the cost of CPU and the bus occupying
of the SDRAM of pc,  &nbsp;is it possible to copy data directly from
the kernel buffer to the final buffer , &nbsp;which I want the date keptÂ
&nbsp;in ?   </font>
<br><font size=2>&nbsp;</font>
<br><font size=2 face="Calibri">GV&gt; Not at the moment with WinPcap.
Having said that, I've used this double copy mechanism to bring several
Gbps's to user mode without any packet loss (not with WinPcap, with custom
hardware. However the buffering mechanism was the same).</font>
<br><font size=2 face="Calibri"><br>
 </font><font size=2> </font><font size=2 face="Calibri"><br>
Here is another idea --- </font><font size=2> allocate several different
user buffers , once </font><font size=2 face="Calibri">a </font><font size=2>user
buffer is fulled , then let the next user buffer to save the </font><font size=2 face="Calibri">new</font><font size=2>Â
datas from kernel buffer. &nbsp;Meanwhile copy datas from the first user
buffer to disk (assume that the hard disk write rate is fast enough).</font><font size=2 face="Calibri">Â
&nbsp;Is this idea work with the winpcap ?</font><font size=2> </font>
<br><font size=2>&nbsp;</font>
<br><font size=3 face="Calibri">GV&gt;Are you dumping the packets to disk?
If so, have you measured the dump-to-disk bandwidth? </font>
<br><font size=2>&nbsp;</font>
<br><font size=3 face="Calibri">GV</font>
<br><font size=2>&nbsp;</font>
<br><font size=2>&nbsp;</font>
<br><font size=2><tt>_______________________________________________<br>
Winpcap-users mailing list<br>
Winpcap-users@winpcap.org<br>
https://www.winpcap.org/mailman/listinfo/winpcap-users<br>
</tt></font>
<br>
<br><pre>
--------------------------------------------------------
ZTE&nbsp;Information&nbsp;Security&nbsp;Notice:&nbsp;The&nbsp;information&nbsp;contained&nbsp;in&nbsp;this&nbsp;mail&nbsp;is&nbsp;solely&nbsp;property&nbsp;of&nbsp;the&nbsp;sender's&nbsp;organization.&nbsp;This&nbsp;mail&nbsp;communication&nbsp;is&nbsp;confidential.&nbsp;Recipients&nbsp;named&nbsp;above&nbsp;are&nbsp;obligated&nbsp;to&nbsp;maintain&nbsp;secrecy&nbsp;and&nbsp;are&nbsp;not&nbsp;permitted&nbsp;to&nbsp;disclose&nbsp;the&nbsp;contents&nbsp;of&nbsp;this&nbsp;communication&nbsp;to&nbsp;others.
This&nbsp;email&nbsp;and&nbsp;any&nbsp;files&nbsp;transmitted&nbsp;with&nbsp;it&nbsp;are&nbsp;confidential&nbsp;and&nbsp;intended&nbsp;solely&nbsp;for&nbsp;the&nbsp;use&nbsp;of&nbsp;the&nbsp;individual&nbsp;or&nbsp;entity&nbsp;to&nbsp;whom&nbsp;they&nbsp;are&nbsp;addressed.&nbsp;If&nbsp;you&nbsp;have&nbsp;received&nbsp;this&nbsp;email&nbsp;in&nbsp;error&nbsp;please&nbsp;notify&nbsp;the&nbsp;originator&nbsp;of&nbsp;the&nbsp;message.&nbsp;Any&nbsp;views&nbsp;expressed&nbsp;in&nbsp;this&nbsp;message&nbsp;are&nbsp;those&nbsp;of&nbsp;the&nbsp;individual&nbsp;sender.
This&nbsp;message&nbsp;has&nbsp;been&nbsp;scanned&nbsp;for&nbsp;viruses&nbsp;and&nbsp;Spam&nbsp;by&nbsp;ZTE&nbsp;Anti-Spam&nbsp;system.
</pre>