Nahla

Results 3 issues of Nahla

I'm making this issue a central discussion place for a potential rewrite of this program, and libvibrant, preferably in rust, but not necessarily. My reasoning behind this is simple: old...

I wanted to gauge interest in this proposal before writing a PR for it, but I think it would make sense to have the solver hold storage directly and to...

The code below would fail to compile because `XDP_UMEM_PGOFF_FILL_RING` and `XDP_UMEM_PGOFF_COMPLETION_RING` are of type `c_ulonglong` (`u64`) while `XDP_PGOFF_RX_RING` and `XDP_PGOFF_TX_RING` are of type `off_t` (`i64`). ```rs enum RingBufferType { XdpRx,...

C-bug