metaonly module ti.sdo.ce.osal.linux.Settings

Global OS Abstract Layer Configuration

XDCscript usage meta-domain sourced in ti/sdo/ce/osal/linux/Settings.xdc
var Settings = xdc.useModule('ti.sdo.ce.osal.linux.Settings');
module-wide config parameters
 
 
config Settings.maxCbListSize  // module-wide

Maximum length of Contiguous Block List

XDCscript usage meta-domain
Settings.maxCbListSize = UInt32 100;
 
DETAILS
The maximum length of the contiguous block list used to speed up virtual-to-physical address translation of Arm buffer addresses. The length indicates how many contiguous blocks are kept in the list, and was introduced to prevent performance degradation for applictions whose pattern of memory accesses made this list grow very large. Most "regular" applications will not see a difference in performance with the introduction of this cut-off.
Applies to Linux only.
generated on Tue, 17 Jan 2012 07:29:00 GMT