Hi,
How to build and run the IPC-SRIO example on C6678 EVM? with Processor SDK 6.3 and CCS 9.3 ?
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.
Hi,
How to build and run the IPC-SRIO example on C6678 EVM? with Processor SDK 6.3 and CCS 9.3 ?
How to build and run the IPC-SRIO example on C6678 EVM? with Processor SDK 6.3 and CCS 9.3 ?
================================================================================
Step 1:
--> To generate the PDK examples , follow the steps given in this link.
Connection Details
================
1. Power cord
2. Mini usb between the on-board XDS emulator on the C6678 to the usb port of PC running Windows-10.
3. DIP SWitch settings:
SW6 : 1111
SW5 : 1111
SW4 : 1111
SW3 : 0111
PIC:
===
Step 2:
--> To create "Target configuration" and do "Test connection" on C6678 EVM?
Step3:
--> To load and run the gel file on C6678 EVM?
Step4:
--> To import and build the IPC-SRIO project into CCS follow the steps given in this video
Step5:
-->To group the cores , run the gel and load the application of IPC_srio.
--> To run the loaded-app-IPC-SRIO.
Ouput SRIO-Bench mark results on C6678 EVM board
===========================================
[C66xx_0] Core 0 : ********************************************
[C66xx_1] Core 1 : ********************************************
[C66xx_0] Core 0 : *** IPC SRIO Transport Benchmark Example ***
[C66xx_1] Core 1 : *** IPC SRIO Transport Benchmark Example ***
[C66xx_0] Core 0 : ********************************************
[C66xx_1] Core 1 : ********************************************
[C66xx_0] Core 0 : Device name: TMS320C6678
[C66xx_1] Core 1 : Device name: TMS320C6678
[C66xx_0] Core 0 : Processor names: CORE0,CORE1
[C66xx_1] Core 1 : Processor names: CORE0,CORE1
[C66xx_0] Core 0 : IPC Core ID: 0
[C66xx_1] Core 1 : IPC Core ID: 1
[C66xx_0] Core 0 : Number of DSPs 2
[C66xx_1] Core 1 : Number of DSPs 2
[C66xx_0] Core 0 : Number of test iterations: 6
[C66xx_1] Core 1 : Number of test iterations: 6
[C66xx_0] Core 0 : Starting IPC core 0 with name ("CORE0")
[C66xx_1] Core 1 : Starting IPC core 1 with name ("CORE1")
[C66xx_0] Core 0 : Configuring RM transport via IPC...
[C66xx_1] Core 1 : Configuring RM transport via IPC...
[C66xx_0] Core 0 : Starting BIOS...
[C66xx_1] Core 1 : Starting BIOS...
[C66xx_0] Core 0 : Created RM packet heap
Core 0 : Created IPC MessageQ heap
Core 0 : Created receive Q for Client1
[C66xx_1] Core 1 : Opened RM packet heap
Core 1 : Opened IPC MessageQ heap
Core 1 : Created receive Q for Server
Core 1 : Opened Server's receive Q
Core 1 : Configuring SRIO port 0 as 1x and MTU size as 4096
Core 1 : Waiting for SRIO to be initialized.
[C66xx_0] Core 0 : Opened Client1's receive Q for Server
Core 0 : Configuring SRIO port 0 as 1x and MTU size as 4096
Core 0 : Initialize system peripherals
Core 0 : L1D cache size 4. L2 cache size 0.
Core 0 : Memory region 0 inserted
Core 0 : SRIO Driver has been initialized
Core 0 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 0 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 0 : localQueueName=CORE0. nextQueueName=CORE1
[C66xx_1] Core 1 : SRIO can now be used.
Core 1 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 1 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 1 : localQueueName=CORE1. nextQueueName=CORE0
Core 1 : Creating SRIO Transport instance with Type 11 socket
[C66xx_0] Core 0 : Creating SRIO Transport instance with Type 11 socket
Core 0 : Creating SRIO Transport instance with Type 9 socket
[C66xx_1] Core 1 : Creating SRIO Transport instance with Type 9 socket
[C66xx_0] Core 0 : Creating test task...
Core 0 : *********************************************
Core 0 : Starting Test Iteration: 0
Core 0 : Test Packet Size: 3976 bytes
Core 0 : *********************************************
Core 0 : ============== CORE ATTRIBUTES ==============
Core 0 : CPU Freq: 1000 MHz
Core 0 : Timer Freq: 1000 MHz
Core 0 : nextQueueName: CORE1
Core 0 : nextQueueId: 0x00010081
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f3580
[C66xx_1] Core 1 : Creating test task...
Core 1 : *********************************************
Core 1 : Starting Test Iteration: 0
Core 1 : Test Packet Size: 3976 bytes
Core 1 : *********************************************
Core 1 : ============== CORE ATTRIBUTES ==============
Core 1 : CPU Freq: 1000 MHz
Core 1 : Timer Freq: 1000 MHz
Core 1 : nextQueueName: CORE0
Core 1 : nextQueueId: 0x00000081
Core 1 : *********************************************
[C66xx_0] Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 9955 (cycles/msg) 9955 (ns/msg)
Core 0 : Maximum 1-way latency: 10752 (cycles/msg) 10752 (ns/msg)
Core 0 : Minimum 1-way latency: 9856 (cycles/msg) 9856 (ns/msg)
Core 0 : Standard deviation: 145 (cycles/msg)
Core 0 : Total time elapsed: 1752192 (cycles) 1752 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f4580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 56926 (cycles/msg) 56926 (ns/msg)
Core 0 : Maximum 1-way latency: 57792 (cycles/msg) 57792 (ns/msg)
Core 0 : Minimum 1-way latency: 56704 (cycles/msg) 56704 (ns/msg)
Core 0 : Standard deviation: 162 (cycles/msg)
Core 0 : Total time elapsed: 10019456 (cycles) 10019 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc255580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 54414 (cycles/msg) 54414 (ns/msg)
Core 0 : Maximum 1-way latency: 55232 (cycles/msg) 55232 (ns/msg)
Core 0 : Minimum 1-way latency: 54144 (cycles/msg) 54144 (ns/msg)
Core 0 : Standard deviation: 113 (cycles/msg)
Core 0 : Total time elapsed: 9577088 (cycles) 9577 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 478146 cycles (478 us)
Core 0 : Throughput = 133891l [msgs/s]
Core 0 : = 532350616l [bytes/s]
Core 0 : Cycles/msg = 7471
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 1307525 cycles (1307 us)
Core 0 : Throughput = 48967l [msgs/s]
Core 0 : = 194692792l [bytes/s]
Core 0 : Cycles/msg = 20430
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 1175924 cycles (1175 us)
Core 0 : Throughput = 54468l [msgs/s]
Core 0 : = 216564768l [bytes/s]
Core 0 : Cycles/msg = 18373
[C66xx_1] Core 1 : Sent a total of 64 messages.
Core 1 : Creating cleanup task...
Core 1 : ================== CLEANUP ==================
Core 1 : Closing remote MessageQ
Core 1 : Deleting local MessageQ
Core 1 : Deleting SRIO Type 11 IPC transport
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : Creating cleanup task...
Core 0 : ================== CLEANUP ==================
Core 0 : Closing remote MessageQ
Core 0 : Deleting local MessageQ
Core 0 : Deleting SRIO Type 11 IPC transport
Core 0 : Deleting SRIO Type 9 IPC transport
[C66xx_1] Core 1 : Deleting SRIO Type 9 IPC transport
[C66xx_0] Core 0 : Unregistering MessageQ heap
[C66xx_1] Core 1 : Unregistering MessageQ heap
Core 1 : Closing HeapBufMP
Core 1 : *********************************************
Core 1 : Completed Test Iteration: 0 - PASSED
Core 1 : *********************************************
[C66xx_0] Core 0 : Closing HeapBufMP
Core 0 : Deleting GateMP used by HeapBufMP
Core 0 : Closing SRIO
Core 0 : De-initializing QMSS and CPPI
Core 0 : exit QMSS
Instance name: RM_Server
Handle: 0x00851c98
Type: Server
Resource Status:
Core 0 : All resources freed successfully
Core 0 : *********************************************
Core 0 : Completed Test Iteration: 0 - PASSED
Core 0 : *********************************************
Core 0 : Recreating init task...
Core 0 : Configuring SRIO port 0 as 2x and MTU size as 4096
Core 0 : Initialize system peripherals
Core 0 : L1D cache size 4. L2 cache size 0.
Core 0 : Memory region 0 inserted
Core 0 : SRIO Driver has been initialized
Core 0 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 0 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 0 : localQueueName=CORE0. nextQueueName=CORE1
[C66xx_1] Core 1 : Recreating init task...
Core 1 : Configuring SRIO port 0 as 2x and MTU size as 4096
Core 1 : Waiting for SRIO to be initialized.
Core 1 : SRIO can now be used.
Core 1 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 1 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 1 : localQueueName=CORE1. nextQueueName=CORE0
Core 1 : Creating SRIO Transport instance with Type 11 socket
[C66xx_0] Core 0 : Creating SRIO Transport instance with Type 11 socket
Core 0 : Creating SRIO Transport instance with Type 9 socket
[C66xx_1] Core 1 : Creating SRIO Transport instance with Type 9 socket
[C66xx_0] Core 0 : Creating test task...
Core 0 : *********************************************
Core 0 : Starting Test Iteration: 1
Core 0 : Test Packet Size: 3976 bytes
Core 0 : *********************************************
Core 0 : ============== CORE ATTRIBUTES ==============
Core 0 : CPU Freq: 1000 MHz
Core 0 : Timer Freq: 1000 MHz
Core 0 : nextQueueName: CORE1
Core 0 : nextQueueId: 0x00010081
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f3580
[C66xx_1] Core 1 : Creating test task...
Core 1 : *********************************************
Core 1 : Starting Test Iteration: 1
Core 1 : Test Packet Size: 3976 bytes
Core 1 : *********************************************
Core 1 : ============== CORE ATTRIBUTES ==============
Core 1 : CPU Freq: 1000 MHz
Core 1 : Timer Freq: 1000 MHz
Core 1 : nextQueueName: CORE0
Core 1 : nextQueueId: 0x00000081
Core 1 : *********************************************
[C66xx_0] Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 9953 (cycles/msg) 9953 (ns/msg)
Core 0 : Maximum 1-way latency: 10752 (cycles/msg) 10752 (ns/msg)
Core 0 : Minimum 1-way latency: 9856 (cycles/msg) 9856 (ns/msg)
Core 0 : Standard deviation: 169 (cycles/msg)
Core 0 : Total time elapsed: 1752064 (cycles) 1752 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f4580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 41978 (cycles/msg) 41978 (ns/msg)
Core 0 : Maximum 1-way latency: 42880 (cycles/msg) 42880 (ns/msg)
Core 0 : Minimum 1-way latency: 41728 (cycles/msg) 41728 (ns/msg)
Core 0 : Standard deviation: 165 (cycles/msg)
Core 0 : Total time elapsed: 7388416 (cycles) 7388 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc255580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 41053 (cycles/msg) 41053 (ns/msg)
Core 0 : Maximum 1-way latency: 42624 (cycles/msg) 42624 (ns/msg)
Core 0 : Minimum 1-way latency: 40704 (cycles/msg) 40704 (ns/msg)
Core 0 : Standard deviation: 394 (cycles/msg)
Core 0 : Total time elapsed: 7227648 (cycles) 7227 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 478510 cycles (478 us)
Core 0 : Throughput = 133891l [msgs/s]
Core 0 : = 532350616l [bytes/s]
Core 0 : Cycles/msg = 7476
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 696150 cycles (696 us)
Core 0 : Throughput = 91954l [msgs/s]
Core 0 : = 365609104l [bytes/s]
Core 0 : Cycles/msg = 10877
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 603400 cycles (603 us)
Core 0 : Throughput = 106135l [msgs/s]
Core 0 : = 421992760l [bytes/s]
Core 0 : Cycles/msg = 9428
[C66xx_1] Core 1 : Sent a total of 64 messages.
Core 1 : Creating cleanup task...
Core 1 : ================== CLEANUP ==================
Core 1 : Closing remote MessageQ
Core 1 : Deleting local MessageQ
Core 1 : Deleting SRIO Type 11 IPC transport
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : Creating cleanup task...
Core 0 : ================== CLEANUP ==================
Core 0 : Closing remote MessageQ
Core 0 : Deleting local MessageQ
Core 0 : Deleting SRIO Type 11 IPC transport
Core 0 : Deleting SRIO Type 9 IPC transport
[C66xx_1] Core 1 : Deleting SRIO Type 9 IPC transport
[C66xx_0] Core 0 : Unregistering MessageQ heap
[C66xx_1] Core 1 : Unregistering MessageQ heap
Core 1 : Closing HeapBufMP
Core 1 : *********************************************
Core 1 : Completed Test Iteration: 1 - PASSED
Core 1 : *********************************************
[C66xx_0] Core 0 : Closing HeapBufMP
Core 0 : Deleting GateMP used by HeapBufMP
Core 0 : Closing SRIO
Core 0 : De-initializing QMSS and CPPI
Core 0 : exit QMSS
Instance name: RM_Server
Handle: 0x00851c98
Type: Server
Resource Status:
Core 0 : All resources freed successfully
Core 0 : *********************************************
Core 0 : Completed Test Iteration: 1 - PASSED
Core 0 : *********************************************
Core 0 : Recreating init task...
Core 0 : Configuring SRIO port 0 as 4x and MTU size as 4096
Core 0 : Initialize system peripherals
Core 0 : L1D cache size 4. L2 cache size 0.
Core 0 : Memory region 0 inserted
Core 0 : SRIO Driver has been initialized
Core 0 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 0 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 0 : localQueueName=CORE0. nextQueueName=CORE1
[C66xx_1] Core 1 : Recreating init task...
Core 1 : Configuring SRIO port 0 as 4x and MTU size as 4096
Core 1 : Waiting for SRIO to be initialized.
Core 1 : SRIO can now be used.
Core 1 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 1 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 1 : localQueueName=CORE1. nextQueueName=CORE0
Core 1 : Creating SRIO Transport instance with Type 11 socket
[C66xx_0] Core 0 : Creating SRIO Transport instance with Type 11 socket
Core 0 : Creating SRIO Transport instance with Type 9 socket
[C66xx_1] Core 1 : Creating SRIO Transport instance with Type 9 socket
[C66xx_0] Core 0 : Creating test task...
Core 0 : *********************************************
Core 0 : Starting Test Iteration: 2
Core 0 : Test Packet Size: 3976 bytes
Core 0 : *********************************************
Core 0 : ============== CORE ATTRIBUTES ==============
Core 0 : CPU Freq: 1000 MHz
Core 0 : Timer Freq: 1000 MHz
Core 0 : nextQueueName: CORE1
Core 0 : nextQueueId: 0x00010081
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f3580
[C66xx_1] Core 1 : Creating test task...
Core 1 : *********************************************
Core 1 : Starting Test Iteration: 2
Core 1 : Test Packet Size: 3976 bytes
Core 1 : *********************************************
Core 1 : ============== CORE ATTRIBUTES ==============
Core 1 : CPU Freq: 1000 MHz
Core 1 : Timer Freq: 1000 MHz
Core 1 : nextQueueName: CORE0
Core 1 : nextQueueId: 0x00000081
Core 1 : *********************************************
[C66xx_0] Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 9952 (cycles/msg) 9952 (ns/msg)
Core 0 : Maximum 1-way latency: 11008 (cycles/msg) 11008 (ns/msg)
Core 0 : Minimum 1-way latency: 9856 (cycles/msg) 9856 (ns/msg)
Core 0 : Standard deviation: 177 (cycles/msg)
Core 0 : Total time elapsed: 1752064 (cycles) 1752 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f4580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 38249 (cycles/msg) 38249 (ns/msg)
Core 0 : Maximum 1-way latency: 39168 (cycles/msg) 39168 (ns/msg)
Core 0 : Minimum 1-way latency: 37888 (cycles/msg) 37888 (ns/msg)
Core 0 : Standard deviation: 196 (cycles/msg)
Core 0 : Total time elapsed: 6733056 (cycles) 6733 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc255580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 37025 (cycles/msg) 37025 (ns/msg)
Core 0 : Maximum 1-way latency: 38272 (cycles/msg) 38272 (ns/msg)
Core 0 : Minimum 1-way latency: 36864 (cycles/msg) 36864 (ns/msg)
Core 0 : Standard deviation: 253 (cycles/msg)
Core 0 : Total time elapsed: 6516992 (cycles) 6516 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 476370 cycles (476 us)
Core 0 : Throughput = 134453l [msgs/s]
Core 0 : = 534585128l [bytes/s]
Core 0 : Cycles/msg = 7443
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 454617 cycles (454 us)
Core 0 : Throughput = 140969l [msgs/s]
Core 0 : = 560492744l [bytes/s]
Core 0 : Cycles/msg = 7103
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 449776 cycles (449 us)
Core 0 : Throughput = 142538l [msgs/s]
Core 0 : = 566731088l [bytes/s]
Core 0 : Cycles/msg = 7027
[C66xx_1] Core 1 : Sent a total of 64 messages.
Core 1 : Creating cleanup task...
Core 1 : ================== CLEANUP ==================
Core 1 : Closing remote MessageQ
Core 1 : Deleting local MessageQ
Core 1 : Deleting SRIO Type 11 IPC transport
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : Creating cleanup task...
Core 0 : ================== CLEANUP ==================
Core 0 : Closing remote MessageQ
Core 0 : Deleting local MessageQ
Core 0 : Deleting SRIO Type 11 IPC transport
Core 0 : Deleting SRIO Type 9 IPC transport
[C66xx_1] Core 1 : Deleting SRIO Type 9 IPC transport
[C66xx_0] Core 0 : Unregistering MessageQ heap
[C66xx_1] Core 1 : Unregistering MessageQ heap
Core 1 : Closing HeapBufMP
Core 1 : *********************************************
Core 1 : Completed Test Iteration: 2 - PASSED
Core 1 : *********************************************
[C66xx_0] Core 0 : Closing HeapBufMP
Core 0 : Deleting GateMP used by HeapBufMP
Core 0 : Closing SRIO
Core 0 : De-initializing QMSS and CPPI
Core 0 : exit QMSS
Instance name: RM_Server
Handle: 0x00851c98
Type: Server
Resource Status:
Core 0 : All resources freed successfully
Core 0 : *********************************************
Core 0 : Completed Test Iteration: 2 - PASSED
Core 0 : *********************************************
Core 0 : Recreating init task...
Core 0 : Configuring SRIO port 0 as 1x and MTU size as 3968
Core 0 : Initialize system peripherals
Core 0 : L1D cache size 4. L2 cache size 0.
Core 0 : Memory region 0 inserted
Core 0 : SRIO Driver has been initialized
Core 0 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 0 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 0 : localQueueName=CORE0. nextQueueName=CORE1
[C66xx_1] Core 1 : Recreating init task...
Core 1 : Configuring SRIO port 0 as 1x and MTU size as 3968
Core 1 : Waiting for SRIO to be initialized.
Core 1 : SRIO can now be used.
Core 1 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 1 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 1 : localQueueName=CORE1. nextQueueName=CORE0
Core 1 : Creating SRIO Transport instance with Type 11 socket
[C66xx_0] Core 0 : Creating SRIO Transport instance with Type 11 socket
Core 0 : Creating SRIO Transport instance with Type 9 socket
[C66xx_1] Core 1 : Creating SRIO Transport instance with Type 9 socket
[C66xx_0] Core 0 : Creating test task...
Core 0 : *********************************************
Core 0 : Starting Test Iteration: 3
Core 0 : Test Packet Size: 3976 bytes
Core 0 : *********************************************
Core 0 : ============== CORE ATTRIBUTES ==============
Core 0 : CPU Freq: 1000 MHz
Core 0 : Timer Freq: 1000 MHz
Core 0 : nextQueueName: CORE1
Core 0 : nextQueueId: 0x00010081
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f3580
[C66xx_1] Core 1 : Creating test task...
Core 1 : *********************************************
Core 1 : Starting Test Iteration: 3
Core 1 : Test Packet Size: 3976 bytes
Core 1 : *********************************************
Core 1 : ============== CORE ATTRIBUTES ==============
Core 1 : CPU Freq: 1000 MHz
Core 1 : Timer Freq: 1000 MHz
Core 1 : nextQueueName: CORE0
Core 1 : nextQueueId: 0x00000081
Core 1 : *********************************************
[C66xx_0] Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 9974 (cycles/msg) 9974 (ns/msg)
Core 0 : Maximum 1-way latency: 10400 (cycles/msg) 10400 (ns/msg)
Core 0 : Minimum 1-way latency: 9920 (cycles/msg) 9920 (ns/msg)
Core 0 : Standard deviation: 127 (cycles/msg)
Core 0 : Total time elapsed: 1755936 (cycles) 1755 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f4580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 55646 (cycles/msg) 55646 (ns/msg)
Core 0 : Maximum 1-way latency: 55680 (cycles/msg) 55680 (ns/msg)
Core 0 : Minimum 1-way latency: 55616 (cycles/msg) 55616 (ns/msg)
Core 0 : Standard deviation: 13 (cycles/msg)
Core 0 : Total time elapsed: 9793824 (cycles) 9793 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc256580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 53182 (cycles/msg) 53182 (ns/msg)
Core 0 : Maximum 1-way latency: 54048 (cycles/msg) 54048 (ns/msg)
Core 0 : Minimum 1-way latency: 52896 (cycles/msg) 52896 (ns/msg)
Core 0 : Standard deviation: 161 (cycles/msg)
Core 0 : Total time elapsed: 9360416 (cycles) 9360 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 477556 cycles (477 us)
Core 0 : Throughput = 134171l [msgs/s]
Core 0 : = 533463896l [bytes/s]
Core 0 : Cycles/msg = 7461
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 2546765 cycles (2546 us)
Core 0 : Throughput = 25137l [msgs/s]
Core 0 : = 99944712l [bytes/s]
Core 0 : Cycles/msg = 39793
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 2288427 cycles (2288 us)
Core 0 : Throughput = 27972l [msgs/s]
Core 0 : = 111216672l [bytes/s]
Core 0 : Cycles/msg = 35756
[C66xx_1] Core 1 : Sent a total of 64 messages.
Core 1 : Creating cleanup task...
Core 1 : ================== CLEANUP ==================
Core 1 : Closing remote MessageQ
Core 1 : Deleting local MessageQ
Core 1 : Deleting SRIO Type 11 IPC transport
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : Creating cleanup task...
Core 0 : ================== CLEANUP ==================
Core 0 : Closing remote MessageQ
Core 0 : Deleting local MessageQ
Core 0 : Deleting SRIO Type 11 IPC transport
Core 0 : Deleting SRIO Type 9 IPC transport
[C66xx_1] Core 1 : Deleting SRIO Type 9 IPC transport
[C66xx_0] Core 0 : Unregistering MessageQ heap
[C66xx_1] Core 1 : Unregistering MessageQ heap
Core 1 : Closing HeapBufMP
Core 1 : *********************************************
Core 1 : Completed Test Iteration: 3 - PASSED
Core 1 : *********************************************
[C66xx_0] Core 0 : Closing HeapBufMP
Core 0 : Deleting GateMP used by HeapBufMP
Core 0 : Closing SRIO
Core 0 : De-initializing QMSS and CPPI
Core 0 : exit QMSS
Instance name: RM_Server
Handle: 0x00851c98
Type: Server
Resource Status:
Core 0 : All resources freed successfully
Core 0 : *********************************************
Core 0 : Completed Test Iteration: 3 - PASSED
Core 0 : *********************************************
Core 0 : Recreating init task...
Core 0 : Configuring SRIO port 0 as 2x and MTU size as 3968
Core 0 : Initialize system peripherals
Core 0 : L1D cache size 4. L2 cache size 0.
Core 0 : Memory region 0 inserted
Core 0 : SRIO Driver has been initialized
Core 0 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 0 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 0 : localQueueName=CORE0. nextQueueName=CORE1
[C66xx_1] Core 1 : Recreating init task...
Core 1 : Configuring SRIO port 0 as 2x and MTU size as 3968
Core 1 : Waiting for SRIO to be initialized.
Core 1 : SRIO can now be used.
Core 1 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 1 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 1 : localQueueName=CORE1. nextQueueName=CORE0
Core 1 : Creating SRIO Transport instance with Type 11 socket
[C66xx_0] Core 0 : Creating SRIO Transport instance with Type 11 socket
Core 0 : Creating SRIO Transport instance with Type 9 socket
[C66xx_1] Core 1 : Creating SRIO Transport instance with Type 9 socket
[C66xx_0] Core 0 : Creating test task...
Core 0 : *********************************************
Core 0 : Starting Test Iteration: 4
Core 0 : Test Packet Size: 3976 bytes
Core 0 : *********************************************
Core 0 : ============== CORE ATTRIBUTES ==============
Core 0 : CPU Freq: 1000 MHz
Core 0 : Timer Freq: 1000 MHz
Core 0 : nextQueueName: CORE1
Core 0 : nextQueueId: 0x00010081
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f3580
[C66xx_1] Core 1 : Creating test task...
Core 1 : *********************************************
Core 1 : Starting Test Iteration: 4
Core 1 : Test Packet Size: 3976 bytes
Core 1 : *********************************************
Core 1 : ============== CORE ATTRIBUTES ==============
Core 1 : CPU Freq: 1000 MHz
Core 1 : Timer Freq: 1000 MHz
Core 1 : nextQueueName: CORE0
Core 1 : nextQueueId: 0x00000081
Core 1 : *********************************************
[C66xx_0] Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 9979 (cycles/msg) 9979 (ns/msg)
Core 0 : Maximum 1-way latency: 11008 (cycles/msg) 11008 (ns/msg)
Core 0 : Minimum 1-way latency: 9856 (cycles/msg) 9856 (ns/msg)
Core 0 : Standard deviation: 190 (cycles/msg)
Core 0 : Total time elapsed: 1756416 (cycles) 1756 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f4580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 40789 (cycles/msg) 40789 (ns/msg)
Core 0 : Maximum 1-way latency: 41984 (cycles/msg) 41984 (ns/msg)
Core 0 : Minimum 1-way latency: 40576 (cycles/msg) 40576 (ns/msg)
Core 0 : Standard deviation: 280 (cycles/msg)
Core 0 : Total time elapsed: 7179776 (cycles) 7179 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc256580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 40748 (cycles/msg) 40748 (ns/msg)
Core 0 : Maximum 1-way latency: 41984 (cycles/msg) 41984 (ns/msg)
Core 0 : Minimum 1-way latency: 40320 (cycles/msg) 40320 (ns/msg)
Core 0 : Standard deviation: 220 (cycles/msg)
Core 0 : Total time elapsed: 7172096 (cycles) 7172 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 479009 cycles (479 us)
Core 0 : Throughput = 133611l [msgs/s]
Core 0 : = 531237336l [bytes/s]
Core 0 : Cycles/msg = 7484
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 1569425 cycles (1569 us)
Core 0 : Throughput = 40790l [msgs/s]
Core 0 : = 162181040l [bytes/s]
Core 0 : Cycles/msg = 24522
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 1568227 cycles (1568 us)
Core 0 : Throughput = 40816l [msgs/s]
Core 0 : = 162284416l [bytes/s]
Core 0 : Cycles/msg = 24503
[C66xx_1] Core 1 : Sent a total of 64 messages.
Core 1 : Creating cleanup task...
Core 1 : ================== CLEANUP ==================
Core 1 : Closing remote MessageQ
Core 1 : Deleting local MessageQ
Core 1 : Deleting SRIO Type 11 IPC transport
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : Creating cleanup task...
Core 0 : ================== CLEANUP ==================
Core 0 : Closing remote MessageQ
Core 0 : Deleting local MessageQ
Core 0 : Deleting SRIO Type 11 IPC transport
Core 0 : Deleting SRIO Type 9 IPC transport
[C66xx_1] Core 1 : Deleting SRIO Type 9 IPC transport
[C66xx_0] Core 0 : Unregistering MessageQ heap
[C66xx_1] Core 1 : Unregistering MessageQ heap
Core 1 : Closing HeapBufMP
Core 1 : *********************************************
Core 1 : Completed Test Iteration: 4 - PASSED
Core 1 : *********************************************
[C66xx_0] Core 0 : Closing HeapBufMP
Core 0 : Deleting GateMP used by HeapBufMP
Core 0 : Closing SRIO
Core 0 : De-initializing QMSS and CPPI
Core 0 : exit QMSS
Instance name: RM_Server
Handle: 0x00851c98
Type: Server
Resource Status:
Core 0 : All resources freed successfully
Core 0 : *********************************************
Core 0 : Completed Test Iteration: 4 - PASSED
Core 0 : *********************************************
Core 0 : Recreating init task...
Core 0 : Configuring SRIO port 0 as 4x and MTU size as 3968
Core 0 : Initialize system peripherals
Core 0 : L1D cache size 4. L2 cache size 0.
Core 0 : Memory region 0 inserted
Core 0 : SRIO Driver has been initialized
Core 0 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 0 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 0 : localQueueName=CORE0. nextQueueName=CORE1
[C66xx_1] Core 1 : Recreating init task...
Core 1 : Configuring SRIO port 0 as 4x and MTU size as 3968
Core 1 : Waiting for SRIO to be initialized.
Core 1 : SRIO can now be used.
Core 1 : timerFreq.lo = 1000000000. timerFreq.hi = 0
Core 1 : cpuFreq.lo = 1000000000. cpuFreq.hi = 0
Core 1 : localQueueName=CORE1. nextQueueName=CORE0
Core 1 : Creating SRIO Transport instance with Type 11 socket
[C66xx_0] Core 0 : Creating SRIO Transport instance with Type 11 socket
Core 0 : Creating SRIO Transport instance with Type 9 socket
[C66xx_1] Core 1 : Creating SRIO Transport instance with Type 9 socket
[C66xx_0] Core 0 : Creating test task...
Core 0 : *********************************************
Core 0 : Starting Test Iteration: 5
Core 0 : Test Packet Size: 3976 bytes
Core 0 : *********************************************
Core 0 : ============== CORE ATTRIBUTES ==============
Core 0 : CPU Freq: 1000 MHz
Core 0 : Timer Freq: 1000 MHz
Core 0 : nextQueueName: CORE1
Core 0 : nextQueueId: 0x00010081
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f3580
[C66xx_1] Core 1 : Creating test task...
Core 1 : *********************************************
Core 1 : Starting Test Iteration: 5
Core 1 : Test Packet Size: 3976 bytes
Core 1 : *********************************************
Core 1 : ============== CORE ATTRIBUTES ==============
Core 1 : CPU Freq: 1000 MHz
Core 1 : Timer Freq: 1000 MHz
Core 1 : nextQueueName: CORE0
Core 1 : nextQueueId: 0x00000081
Core 1 : *********************************************
[C66xx_0] Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 9988 (cycles/msg) 9988 (ns/msg)
Core 0 : Maximum 1-way latency: 11040 (cycles/msg) 11040 (ns/msg)
Core 0 : Minimum 1-way latency: 9920 (cycles/msg) 9920 (ns/msg)
Core 0 : Standard deviation: 180 (cycles/msg)
Core 0 : Total time elapsed: 1758080 (cycles) 1758 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc1f4580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 37111 (cycles/msg) 37111 (ns/msg)
Core 0 : Maximum 1-way latency: 38240 (cycles/msg) 38240 (ns/msg)
Core 0 : Minimum 1-way latency: 36928 (cycles/msg) 36928 (ns/msg)
Core 0 : Standard deviation: 316 (cycles/msg)
Core 0 : Total time elapsed: 6531904 (cycles) 6531 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport latency measurement
Core 0 : IPC Core ID=0 calling MessageQ_put(nextQueueName=CORE1). msg=0xc256580
Core 0 : =============== LATENCY RESULTS =============
Core 0 : Number of messages received: 93
Core 0 : Average 1-way latency: 36992 (cycles/msg) 36992 (ns/msg)
Core 0 : Maximum 1-way latency: 38240 (cycles/msg) 38240 (ns/msg)
Core 0 : Minimum 1-way latency: 36928 (cycles/msg) 36928 (ns/msg)
Core 0 : Standard deviation: 158 (cycles/msg)
Core 0 : Total time elapsed: 6509504 (cycles) 6509 (us)
Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SHM transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 478824 cycles (478 us)
Core 0 : Throughput = 133891l [msgs/s]
Core 0 : = 532350616l [bytes/s]
Core 0 : Cycles/msg = 7481
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 11 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 1562637 cycles (1562 us)
Core 0 : Throughput = 40973l [msgs/s]
Core 0 : = 162908648l [bytes/s]
Core 0 : Cycles/msg = 24416
[C66xx_1] Core 1 : Sent a total of 64 messages.
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : *********************************************
Core 0 : SRIO Type 9 transport throughput measurement
Core 0 : Per message work delay is 0us
Core 0 : Received a total of 64 messages.
Core 0 : Checking integrity of data in received messages...PASSED
Core 0 : ============= THROUGHPUT RESULTS ============
Core 0 : Msgs received = 64
Core 0 : Time = 1573457 cycles (1573 us)
Core 0 : Throughput = 40686l [msgs/s]
Core 0 : = 161767536l [bytes/s]
Core 0 : Cycles/msg = 24585
[C66xx_1] Core 1 : Sent a total of 64 messages.
Core 1 : Creating cleanup task...
Core 1 : ================== CLEANUP ==================
Core 1 : Closing remote MessageQ
Core 1 : Deleting local MessageQ
Core 1 : Deleting SRIO Type 11 IPC transport
[C66xx_0] Core 0 : PASSED
Core 0 : *********************************************
Core 0 : Creating cleanup task...
Core 0 : ================== CLEANUP ==================
Core 0 : Closing remote MessageQ
Core 0 : Deleting local MessageQ
Core 0 : Deleting SRIO Type 11 IPC transport
Core 0 : Deleting SRIO Type 9 IPC transport
[C66xx_1] Core 1 : Deleting SRIO Type 9 IPC transport
[C66xx_0] Core 0 : Unregistering MessageQ heap
[C66xx_1] Core 1 : Unregistering MessageQ heap
Core 1 : Closing HeapBufMP
Core 1 : *********************************************
Core 1 : Completed Test Iteration: 5 - PASSED
Core 1 : *********************************************
Core 1 : Testing complete! - PASSED
[C66xx_0] Core 0 : Closing HeapBufMP
Core 0 : Deleting GateMP used by HeapBufMP
Core 0 : Closing SRIO
Core 0 : De-initializing QMSS and CPPI
Core 0 : exit QMSS
Instance name: RM_Server
Handle: 0x00851c98
Type: Server
Resource Status:
Core 0 : All resources freed successfully
Core 0 : *********************************************
Core 0 : Completed Test Iteration: 5 - PASSED
Core 0 : *********************************************
Core 0 : Testing complete! - PASSED
Regards
Shankari G