Pedro Henrique Penna

Results 225 issues of Pedro Henrique Penna

Description ======== Some tests stall in the testing infrastructure and cause future tests to fail. We should add an auto kill feature to our regression infrastructure to prevent this situation...

bug
confirmed

# Description We should add the following improvements to the TCP layer so as to improve performance: - [ ] Fast path for TCP receive - [ ] Fast path...

feature

# Description We should set to wait for `2*MSL` when closing active sockets.

bug

# Description When receiving data in active sockets we should handle window size overflow errors properly. # References - `PassiveOpenSocket::receive()`

bug
confirmed

# Description When receiving data in active sockets we should handle window size overflow errors properly. # References - `ActiveOpenSocket::receive()`

bug
confirmed

**Brief** In the current implementation, when the interrupt handler is registered, the boot sequence halts when running on Verilator/FPGA. Interrupt-firing behavior should be investigated and the interrupt handler setup should...

type:bug
prio:p1

**Brief** The current implementaiton of the NoC driver only alllows one process at a time to use an endpoint. Ideally, however, would be to have the acess to a endpoint...

type:feature

**Description** When running the 2x2 singlecore system example and forcing core 0 of tile 0 to send data to itself, the execution hangs. This problem is likely to be caused...

type:bug
prio:p2

Description ======== We should introduce various additional fields in the `DataBuffer` abstraction: - [ ] an identifier for the memory allocator the buffer space came from. - [ ] one...

enhancement

Description -------------- When one attempts to `adjust()` more bytes than the target buffer has, the runtime panics. https://github.com/demikernel/runtime/blob/6817e6ecdb7d7117a59f6d315ed419791762fe36/src/memory/buffer/mod.rs#L43-L49 https://github.com/demikernel/runtime/blob/6817e6ecdb7d7117a59f6d315ed419791762fe36/src/memory/buffer/dpdkbuffer.rs#L45-L50 https://github.com/demikernel/runtime/blob/6817e6ecdb7d7117a59f6d315ed419791762fe36/src/memory/buffer/databuffer.rs#L43-L49 Expected Behavior --------------------- Instead of panicking, `adjust()` should not modify...

bug
confirmed