Hi All,
if I understand clearly, assuming SRIO as BASE Communication mechanism, for CHIP (c6670) to CHIP (c6670) communication following are the options
1. Minimal worry about LLD'S [ease of use]
IPC(MessageQ) over SRIO. Majority of the configuration is done through .CFG file, only MessageQ module API's are used.
2. More worry about LLD's [steep learning curve]
a. Direct I/O based communication.
b. Type 9 based Communication.
c. Type 11 based Communication.
=============discussion/understanding===================
- I assume point 1 ( IPC(MessageQ) over SRIO) uses point 2C (Type 11 based Communication) ? is this correct ?
- what is the overhead of
MessageQ Module (over SRIO)
over
Low Level Driver based SRIO communication ? Any comparison on data throughputs ?
- Assuming my data transfer rate is around 700Mbps, is IPC(MessageQ) over SRIO sufficient to cater to the need?
Thanks
RC Reddy