author | Ramsey Harris <ramsey@ti.com> | |
Wed, 25 Feb 2015 00:58:00 +0000 (16:58 -0800) | ||
committer | Robert Tivy <rtivy@ti.com> | |
Wed, 25 Feb 2015 22:49:23 +0000 (14:49 -0800) | ||
commit | 754732b1dfcd8a4ff675896595f9c73c647dda4f | |
tree | 32a313313f559fe2f9fb95b93022cae7200450f4 | tree | snapshot (tar.xz tar.gz zip) |
parent | 0d764f45bfe2de8542c4a0e1478a51a7cc4f4b84 | commit | diff |
SDOCM00114964 Processor data array size should match cluster size
Added new config param: MultiProc.procAddrMode. This is used to
specify which processors require dedicated resources. This config
param is used by MessageQ and NameServer to control the size of
resource arrays. When using ProcAddrMode_Cluster, the resource array
size matches the number of members in the cluster. Modified
TransportRpmsgSetup and TransportShmNotify to always use the cluster
size because that is the only mode they support. These changes are
needed to minimize memory usage in large processor systems.
Added new config param: MultiProc.procAddrMode. This is used to
specify which processors require dedicated resources. This config
param is used by MessageQ and NameServer to control the size of
resource arrays. When using ProcAddrMode_Cluster, the resource array
size matches the number of members in the cluster. Modified
TransportRpmsgSetup and TransportShmNotify to always use the cluster
size because that is the only mode they support. These changes are
needed to minimize memory usage in large processor systems.
13 files changed: