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.

Maximum number of descriptors possible in a qmss queue region ??

Hi Ti Folks,

         From SA_LLD_SDS.pdf doc, i see this statement

"

.4 Memory Region Configuration

The queue manager supports 20 memory regions with each region storing up to 32K descriptors.
The linking RAM stores the information for each descriptor in each memory region. E.g., the
information for descriptor 0 in memory region 0 is stored at linking RAM location with offset
zero from the linking RAM base address.

"

but again a few lines below i see this Contradicting statement

/** Number of descriptors in the memory region.
* Must be a minimum of 32.
* Must be 2^(5 or greater)
* Maximum supported value 2^20
* */
uint32_t descNum;

so which is correct, 32k descriptors or 2^20 descriptors Maximum per region ??

Thanks

RC Reddy