Added debugging output. Bugfixes in user_sdma_send_pkts() and sdma_send_txreq().
This commit is contained in:
committed by
Balazs Gerofi
parent
ae368d97d4
commit
640dba627f
@ -3097,7 +3097,8 @@ SYSCALL_DECLARE(writev)
|
||||
int iovcnt = ihk_mc_syscall_arg2(ctx);
|
||||
void *private_data = proc->fd_priv_table[fd];
|
||||
if (private_data) hfi1_aio_write(private_data, iovec, iovcnt);
|
||||
return syscall_generic_forwarding(__NR_writev, ctx);
|
||||
return 1;
|
||||
// return syscall_generic_forwarding(__NR_writev, ctx);
|
||||
}
|
||||
|
||||
SYSCALL_DECLARE(read)
|
||||
|
||||
Reference in New Issue
Block a user