Changeset 475 for soft/giet_vm
- Timestamp:
- Dec 12, 2014, 5:55:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_config.h
r463 r475 25 25 26 26 #define GIET_DEBUG_FAT 0 /* trace fat accesses */ 27 #define GIET_DEBUG_SYS_LOCK 0 /* trace kernel locks access */ 27 #define GIET_DEBUG_SIMPLE_LOCK 0 /* trace kernel simple_lock accesses */ 28 #define GIET_DEBUG_SPIN_LOCK 0 /* trace kernel spin_lock accesses */ 29 #define GIET_DEBUG_SBT_LOCK 0 /* trace kernel sbt_lock accesses */ 30 #define GIET_DEBUG_SYS_MALLOC 0 /* trace kernel malloc accesses */ 28 31 #define GIET_DEBUG_SWITCH 0 /* trace context switchs */ 29 32 #define GIET_DEBUG_IRQS 0 /* trace interrupts */ … … 34 37 #define GIET_DEBUG_FBF_CMA 0 /* trace FBF_CMA accesses */ 35 38 36 #define GIET_DEBUG_ MALLOC0 /* trace malloc library */37 #define GIET_DEBUG_ BARRIER0 /* trace barrier library */38 #define GIET_DEBUG_ MWMR0 /* trace mwmr library */39 #define GIET_DEBUG_USER_MALLOC 0 /* trace malloc library */ 40 #define GIET_DEBUG_USER_BARRIER 0 /* trace barrier library */ 41 #define GIET_DEBUG_USER_MWMR 0 /* trace mwmr library */ 39 42 #define GIET_DEBUG_USER_LOCK 0 /* trace user locks access */ 40 43 … … 51 54 #define GIET_NO_HARD_CC 0 /* No hard cache coherence when non zero */ 52 55 #define GIET_NIC_NBUFS 2 /* Number of buffers for the NIC chbuf */ 53 #define GIET_NIC_NFAKE 6 56 #define GIET_NIC_NFAKE 6 /* Number of fake buffers (for chbuf alignment) */ 54 57 #define GIET_NIC_BUFSIZE 4096 /* Buffer size for the NIC chbuf */ 55 58 #define GIET_NIC_TIMEOUT 100 /* Max number of iterations for chbuf access */ 56 59 #define GIET_NIC_MAC4 0x12345678 /* 32 LSB bits of the MAC address */ 57 60 #define GIET_NIC_MAC2 0xBEBE /* 16 MSB bits of the MAC address */ 58 #define GIET_LOCK_MAX_TICKET 1000000 /* max ticket value for the filelocks */61 #define GIET_LOCK_MAX_TICKET 1000000 /* max ticket value for the queueing locks */ 59 62 60 63 #endif
Note: See TracChangeset
for help on using the changeset viewer.