What Changes Are Required for the RLP Application Under LDoms?
The RLP application requires some minimal changes to run under the LDoms enviroment. 1. Update the src/app/rlp.c file to reflect the total number of strands given to the LWRTE domain. 2. Change the src/app/rlp_config.h file so that the stat thread is configured to run on the last strand (CPU number) available for your LDom partition. The NUM_STRANDS macro requires this change from the default value of strand 31. 3. Change the src/config/rlp_map.c and src/config/rlp_swarch.c files to reflect the new architecture of your LWRTE domain under LDoms.