This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/66AK2H12: IPC question

Part Number: 66AK2H12

Tool/software: TI-RTOS

I read the IPC training document (https://training.ti.com/system/files/docs/keystone-intro-ipc-slides.pdf ). and I have 2 questions about that. 

Please answer the below question, and help me. Thank you in advance.

1. The document said that Shared memory, Multicore navigator, SRIO can be used as a tranport of IPC.

Is it possible to use HyperLink as a transport?

   If yes, How can I configure for that?

   If No, How can i make (modify source code) to use Hyperlink as a IPC transport?

2. The document said that multicore navigator has highest throughput performance among the 3 transports (Shared memory, Multicore navigator, SRIO).

But I run transport-qmss-benchmark example( {TI Root}\pdk_k2hk_4_0_2\packages\MyExampleProjects\transportQmssBenchmarkK2HC66ExampleProject\ ), 

Shared memory transport showed higher throughput performance than qmss (=multicore navigator).  

Is it right that multicore navigator has highest throughput performance ?