[Simh] LAVC

Johnny Billquist bqt at softjar.se
Sat Mar 11 17:25:07 EST 2017


On 2017-03-11 22:53, Paul Koning wrote:
>
>> On Mar 11, 2017, at 4:42 PM, Johnny Billquist <bqt at softjar.se> wrote:
>>
>> On 2017-03-11 22:33, Tim Stark wrote:
>>> Yeah.
>>>
>>> I believe so.  That is possible to replace CI/DSSI physical layer with UDP over IP multicast to embed SCS/MSCP packets to other hosts and HSCs at once.
>>
>> Of course this is doable. The network part itself is not even hard. The big work is actually implementing the CI controller emulation. Once you have the packet to send out, you just send it.
>
> It's probably not as easy as you might think.  As I mentioned, the CI protocol (SCA) is an RDMA protocol ("named buffers").  If you want to emulate CI, you'd have to emulate that, because the host code that talks to the CI expects that service, and the real CI interfaces provide it on the I/O card.  You could use the LAVC protocol spec (if there is one available) as inspiration, but it may be that LAVC doesn't provide the same application services as SCA does.

Oh. Forgot to say: LAVC means you just need to emulate the ethernet 
controller, and you're done. Anything beyond that point is purely 
software inside the system, and that part is already in there.

	Johnny

-- 
Johnny Billquist                  || "I'm on a bus
                                   ||  on a psychedelic trip
email: bqt at softjar.se             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol


More information about the Simh mailing list