inetstack icon indicating copy to clipboard operation
inetstack copied to clipboard

[pdpix] Move System Calls that Operate on Raw Data to Demikernel

Open ppenna opened this issue 2 years ago • 0 comments

Description

Once we have a common buffer representation across all the libOSes, we should move al system calls that operate on raw data to the Demikernel repo. Currently, these system calls are:

  • pub fn push2(qd: QDesc, data: &[u8]) -> Result<QToken, Fail>
  • pub fn pushto2(qd: QDesc, data: &[u8], remote: Ipv4Endpoint, ) -> Result<QToken, Fail>

ppenna avatar Apr 05 '22 15:04 ppenna