Application Under LDoms?
The ipfwd application requires some minimal changes to run under the LDoms enviroment. 1. In apps/ipfwd./src/config/ipfwd_map.c, do the following: Comment out teja_map_function_to_thread(“_main”, “main_thd16”) and main_thd > 16. 2. In apps/ipfwd.10g/src/config/ipfwd_swarch.c, do the following: a. Comment out processors[16] = “app.cmt1board.cmt1_chip.strand16”; and similar lines greater than 16. b. Commnet out thd[15] = teja_thread_create(init, “main_thd16”); and similar lines greater than 16. c.