Anand Bonde

Results 10 issues of 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....

bug

Added support for building on Windows: 1. Changed makefile(s) 2. Used WinSock instead of libc for Windows

enhancement

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:...

feature

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...

enhancement
good first issue

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

enhancement

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...

enhancement

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...

enhancement

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...

enhancement