Changeset 406 for trunk/kernel/devices/dev_nic.c
- Timestamp:
- Aug 29, 2017, 12:03:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_nic.c
r296 r406 97 97 core_t * core = thread_ptr->core; 98 98 99 nic_dmsg("\n[ INFO] %s enters for NIC-RX thread on core %d in cluster %x\n",99 nic_dmsg("\n[DMSG] %s enters for NIC-RX thread on core %d in cluster %x\n", 100 100 __FUNCTION__ , core->lid , local_cxy ); 101 101 … … 147 147 pkd->length = thread_ptr->nic_cmd.length; 148 148 149 nic_dmsg("\n[ INFO] %s exit for NIC-RX thread on core %d in cluster %x\n",149 nic_dmsg("\n[DMSG] %s exit for NIC-RX thread on core %d in cluster %x\n", 150 150 __FUNCTION__ , core->lid , local_cxy ); 151 151 … … 167 167 core_t * core = thread_ptr->core; 168 168 169 nic_dmsg("\n[ INFO] %s enters for NIC-RX thread on core %d in cluster %x\n",169 nic_dmsg("\n[DMSG] %s enters for NIC-RX thread on core %d in cluster %x\n", 170 170 __FUNCTION__ , core->lid , local_cxy ); 171 171 … … 215 215 if( error ) return error; 216 216 217 nic_dmsg("\n[ INFO] %s exit for NIC-TX thread on core %d in cluster %x\n",217 nic_dmsg("\n[DMSG] %s exit for NIC-TX thread on core %d in cluster %x\n", 218 218 __FUNCTION__ , core->lid , local_cxy ); 219 219
Note: See TracChangeset
for help on using the changeset viewer.