failure MGR_MAX_CARDS "There are too much drivers connected",
failure MSG_NOT_REACHABLE "There is not connection to that Xeon Phi",
failure MSG_NOT_INITIALIZED "Messaging service has not been initialized",
- failure DMA_NOT_INITIALIZED "DMA library has not been initialized",
- failure DMA_NUM_DESC "Descriptor number must be a power of two",
- failure DMA_ID_NOT_EXISTS "The DMA transfer with that ID does not exist ",
- failure DMA_NOT_SUPPORTED "The DMA transfer is not supported.",
- failure DMA_BUSY "All DMA channels are busy",
- failure DMA_IDLE "All DMA channels are idle",
- failure DMA_MEM_REGISTERED "The memory has not been registered",
- failure DMA_MEM_ALIGN "The address / bytes has a wrong alignment",
- failure DMA_MEM_OVERLAP "The memory addresses overlap",
- failure DMA_RPC_IN_PROGRESS "There is currently an RPC going on",
- failure DMA_NO_DESC "There are not enough DMA descriptors left",
- failure DMA_REQ_SIZE "The requested transfer size is too big",
- failure DMA_MEM_OUT_OF_RANGE "The physical address is out of range",
+ failure CLIENT_OPEN_REJECT "Client rejected the channel open",
+ failure CLIENT_DOMAIN_VOID "The targeted domain was not found",
+ failure CLIENT_REGISTER "Xeon Phi client could not be registered with the driver",
+ failure CLIENT_BUSY "The connection to the Xeon Phi driver is busy",
+ failure INVALID_ID "Supplied Xeon Phi ID is invalid",
+
+
+ // failure DMA_NOT_INITIALIZED "DMA library has not been initialized",
+ // failure DMA_NUM_DESC "Descriptor number must be a power of two",
+ // failure DMA_ID_NOT_EXISTS "The DMA transfer with that ID does not exist ",
+ // failure DMA_NOT_SUPPORTED "The DMA transfer is not supported.",
+ // failure DMA_BUSY "All DMA channels are busy",
+ // failure DMA_IDLE "All DMA channels are idle",
+ // failure DMA_MEM_REGISTERED "The memory has not been registered",
+ // failure DMA_MEM_ALIGN "The address / bytes has a wrong alignment",
+ // failure DMA_MEM_OVERLAP "The memory addresses overlap",
+ // failure DMA_RPC_IN_PROGRESS "There is currently an RPC going on",
+ // failure DMA_NO_DESC "There are not enough DMA descriptors left",
+ // failure DMA_REQ_SIZE "The requested transfer size is too big",
+ // failure DMA_MEM_OUT_OF_RANGE "The physical address is out of range",
};
errors dma DMA_ERR_ {