Alex Forencich

Results 57 issues of Alex Forencich

Is it possible to adjust the tab font size with afterglow? There seem to be settings to adjust the overall tab size and the sidebar font size, but not the...

If I had a dollar for every tab I accidentally closed when attempting to switch to it.... There really needs to be an option to do what Firefox does and...

Placing a link to a local PDF results in the link class being set to media, which is display: flex. This means it is impossible to have an inline link...

The use of virtual desktops is becoming more common. It would be great if there was a way to select different scenes based on the currently-selected virtual desktop. For instance,...

This is ktbarrett's proposed fix from https://github.com/verilator/verilator/issues/2778#issuecomment-886149648 for the regression in simulation time callback handling that was introduced in commit 1e34ae3. See #2778. This fix should permit cocotb to work...

Supporting DPDK would permit the use of userspace network stacks, enabling development of features across the entire stack. Implementation of a DPDK PMD should be investigated.

enhancement

Core logic: - [x] MSI-X (#39) - [ ] RISC-V management core - [ ] Variable-length descriptor support - [ ] Clock information block - [ ] SR-IOV Device support:...

MSI-X supports more interrupt channels than MSI. Additionally, some motherboards limit MSI to 1 channel, but do not limit MSI-X.

enhancement

Implement port link status and packet counters and report this information via driver APIs. Currently, the driver only keeps track of statistics internally and corundum does not provide any hardware...

enhancement

Implementing the ethtool get_eeprom and set_eeprom APIs would make accessing the on-card EEPROM from linux userspace more straightforward.

enhancement