<br><br><div class="gmail_quote">On Sun, Feb 10, 2013 at 5:58 PM, Len Ovens <span dir="ltr"><<a href="mailto:len@ovenwerks.net" target="_blank">len@ovenwerks.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Two linux drivers to consider. The PCIe stuff in the kernel is probably<br>
optimized for throughput to make the best use of Video cards, fast ether<br>
net, etc. Means larger chunks of data for less overhead. Maybe higher<br>
latency too. It shouldn't be as it is faster than PCI which handled things<br>
just fine. The extra throughput should actually help for higher channel<br>
counts. (from reading though some of the docs on netjack)<br></blockquote><div><br>not really. the drivers for RME devices are PCI-species independent. the PCI bus doesn't really exist for them, which is why the same driver can interact with the (old) cardbus version as if it is directly on the bus. drivers see address spaces and registers, not the bus.<br>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
><br>
> - perhaps newer firmware is needed<br>
<br>
Both ends of the PCIe IF have firmware.<br></blockquote><div><br>RME devices do not load "firmware". What gets loaded is really just some configuration data for the I/O box.  <br></div></div>