Anand Bonde
Anand Bonde
Description ======== demi_pushto() for TCP does not work with Catnip, Catcollar and Catpowder. How to Reproduce ============= Steps to reproduce the behavior: 1. Use demi_pushto() on a TCP demi_socket. 2....
Added support for building on Windows: 1. Changed makefile(s) 2. Used WinSock instead of libc for Windows
Context ====== Bing is a important collaborator for Demikernel and a path to production. Many Bing services run on Windows. So, having a fully supported Windows port is crucial. Goal:...
Context ====== The codebase currently uses a mix of super vs. self vs. crate methods to specify references. It would be good to have consistency. Proposed Solution ============= Finalize and...
Evaluate if needed and change the CI script to read libos->test mapping from config file(s). e.g. Refer to PR: https://github.com/microsoft/demikernel/pull/796
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...
We should introduce various additional fields in the `DataBuffer` abstraction: - [ ] one that "remembers" the original length of the data allocation (i.e. before any adjust or trim), as...
This PR closes #1226.
This PR covers the following changes to prepare for publishing to crates.io: * Increment versions for all `Demikernel` crates. * Update readme files so that they are reflected on crates.io....
Currently the code reads the mac address of the system but does nothing with it. At some point, we should ensure that the mac address in the config file matches...