demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[runtime] Various Improvements on `DataBuffer`

Open anandbonde opened this issue 1 year ago • 0 comments

We should introduce various additional fields in the DataBuffer abstraction:

  • [ ] next and prev pointers for putting on lists w/o extra allocations
  • [ ] an "extra" field that each LibOs can use for whatever it wants (we should have space for another 64 bit field in this struct before we exceed the x86 cache line size)

Related Issues

  • https://github.com/demikernel/runtime/pull/22
  • https://github.com/demikernel/demikernel/pull/87

anandbonde avatar May 30 '23 22:05 anandbonde