<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 14, 2017 at 12:21 AM, Ben Pfaff <span dir="ltr">&lt;<a href="mailto:blp@ovn.org" target="_blank">blp@ovn.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Thu, Jul 13, 2017 at 04:13:33PM +0800, 杨润垲 wrote:<br>
&gt; hi all,<br>
&gt; Recently, I analyze the performance of Open vSwitch. By reading the source code, I abstract the packet-receiving process as the model of Fig.1. Queue1 (denoting NIC DMA) is a buffer that stores the incoming packets. M1 processes the packets, and looks up the flow table to match an entry. If the match fails, the packet is sent to Queue2 in order to be handled by ovs-vswitchd. If successful, the packet will be sent out by M2, which finishes the left processing.<br>
</span><span class="gmail-">&gt; Please help me regarding this.<br>
<br>
</span>What&#39;s your question?<br></blockquote><div><br></div><div>Looks like the question is in the attached pdf file - question.pdf</div><div><br></div><div><br></div><div>Could anyone tell me whether there is a buffer between M2 and vswitchd?</div><div>Recently, I analyze the performance of Open vSwitch. By reading the source code, I</div><div>abstract the packet-receiving process as the model of Fig.1. Queue1 (denoting NIC DMA) is</div><div>a buffer that stores the incoming packets. M1 processes the packets, and looks up the flow</div><div>table to match an entry. If the match fails, the packet is sent to Queue2 in order to be handled</div><div>by ovs-vswitchd. If successful, the packet will be sent out by M2, which finishes the left</div><div>processing. </div><div><br></div><div><br></div><div>Numan</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
______________________________<wbr>_________________<br>
discuss mailing list<br>
<a href="mailto:discuss@openvswitch.org">discuss@openvswitch.org</a><br>
<a href="https://mail.openvswitch.org/mailman/listinfo/ovs-discuss" rel="noreferrer" target="_blank">https://mail.openvswitch.org/<wbr>mailman/listinfo/ovs-discuss</a><br>
</blockquote></div><br></div></div>