<div dir="auto">Which kernel are you using?<div dir="auto"><br></div><div dir="auto">--Albin</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 19, 2020, 21:29 Brett Hemes <<a href="mailto:brhemes@mmm.com">brhemes@mmm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div class="m_5623989715799121751WordSection1">
<p class="MsoNormal">Could you perhaps elaborate on your reply a bit?  The RT development environment (running in kernel mode) offers only a memory mapped interface besides the aforementioned UDP/TCP option for communication between the RT modules and user
 mode applications.  I believe “exposing the interface” would require me to both make an interface from scratch and then wrap it as a port driver or NIF to get it into the BEAM.  Aside from some arbitrary handshaking interface via registers I could imagine
 passing strings via fixed length character buffers but I will still need some form of encoding/decoding… which is how I ended up looking at the ei library.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Also, most of what I have read regarding Erlang seems to favor ports over drivers and NIFs as they better align with the Erlang philosophy but I am too new to all this to really know when each is preferred.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks much,<u></u><u></u></p>
<p class="MsoNormal">Brett<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><b>From:</b> Albin Stigö <<a href="mailto:albin.stigo@gmail.com" target="_blank" rel="noreferrer">albin.stigo@gmail.com</a>> <br>
<b>Sent:</b> Thursday, September 17, 2020 9:32 AM<br>
<b>To:</b> Max Lapshin <<a href="mailto:max.lapshin@gmail.com" target="_blank" rel="noreferrer">max.lapshin@gmail.com</a>><br>
<b>Cc:</b> Brett Hemes <<a href="mailto:brhemes@mmm.com" target="_blank" rel="noreferrer">brhemes@mmm.com</a>>; Erlang Questions <<a href="mailto:erlang-questions@erlang.org" target="_blank" rel="noreferrer">erlang-questions@erlang.org</a>><br>
<b>Subject:</b> [EXTERNAL] Re: Using (stripped down ei.h) with generic TCP instead of ports<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">I would expose the kernel code through a char or block device driver. There are already many facilities in most kernels for effective communication with userpace. a<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">After all, that's the whole point of a kernel...<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">--Albin<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">On Thu, Sep 17, 2020, 16:00 Max Lapshin <<a href="mailto:max.lapshin@gmail.com" target="_blank" rel="noreferrer">max.lapshin@gmail.com</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<p class="MsoNormal">Your idea is ok.  Just strip everything you don't need from ei and it will work for you.<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">As for me, I like enif api more, but Sverker has pointed that I'm misuing it inside drivers and it may break once =)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>

</blockquote></div>