<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi, all,<br>
<br>
I am porting Barrelfish onto TilePro architecture, now I am using TilePro's own network structure to implement core-to-core communication. But first of all I want to know some Barrelfish requirements about inter-core communication.<br>
<br>
As far as I know, monitor is responsible for inter-core communication in Barrelfish, does that mean any remote message should pass through the local monitor to remote monitor and then is sent to according dispatcher by remote monitor?
<br>
<br>
For example, if one dispatcher on core 0 sends UMP message to another dispatcher on core 1, so this case is totally wrong? By the way, I am not using UMP, but in my case, I saw some dispatcher (not monitor) tries to send a remote message.<br>
<br>
Best regards,<br>
Xiaowen<br>
</div>
</body>
</html>