<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 7:17 PM, summerxyt <span dir="ltr">&lt;<a href="mailto:summerxyt@gmail.com">summerxyt@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>





<div style="MARGIN:10px">
<div>hi,</div>
<div>   I&#39;m not very sure about if I can ask questions about xen here. 
I have tow questions.</div>
<div>   The first one is that I&#39;m looking for methods about 
inter-domain communication for xen. I know besides network, VMs on the same 
physical machine can exchange information by event channel and grant table. But 
are these two ways working in kernel mode as part of drivers, or can I directly 
use them just like network socket in user mode?   I&#39;ve tried to google 
it but only got something I can&#39;t fully understand. </div>
<div>   The second questions is I want to do some extra jobs (like 
check tcp/ip header and change some bits) to packages in the virtual 
network of xen. As all domUs&#39; packages are passing the back driver of dom0, 
I want to put this extra action to network back driver of dom0. But I&#39;m not sure 
which part of the source code has the function of receiving packages from front 
driver. I think it may be function  <a href="http://lxr.free-electrons.com/ident?i=xen_netbk_tx_action" target="_blank">xen_netbk_tx_action</a>. 
I&#39;ll be very appreciated if someone knows the answer. Thanks!</div>
<div> </div>
<hr style="WIDTH:210px;min-height:1px" align="left" color="#b5c4df" size="1"><span class="HOEnZb"><font color="#888888">

<div><span>summerxyt</span></div></font></span></div>
<br>_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote></div><br><div>Check the website of xen, they might have something. One which I knew was xensocket, but I guess you would need to port it to latest xen kernel as it was not part of it. There may be other mechanisms also.</div>
<div><br></div><div>-Rohan</div>