machnet icon indicating copy to clipboard operation
machnet copied to clipboard

machnet_send system call does not return proper return values.

Open sarsanaee opened this issue 2 years ago • 1 comments

Hi,

I believe most of machnet system calls do not return proper value, explaining the root cause of failure to developers.

This is probably a good first pull request to create.

Thanks, Alireza

sarsanaee avatar Sep 17 '23 20:09 sarsanaee

Hi @sarsanaee,

Which system calls are you referring to? If this is the machnet API (library), we should be careful what we do expose; some errors are internal (i.e., the user cannot do much about it) and some others might be useful (e.g., something like EAGAIN on transmit if the channel/ring is full.

marinosi avatar Sep 20 '23 17:09 marinosi