Max Rottenkolber

Results 33 issues of Max Rottenkolber

Vertically center text in selection. `get_line_height` already rounds down and that made the text seem “stuck to the top“ in selections. Rounding down after calculating the offset using doubles fixes...

Adds a [tutorial](https://github.com/eugeneia/snabb/blob/lwaftr-tutorial/src/program/lwaftr/doc/tutorial/README.md) to help get started with Snabb lwAFTR. Also incorporates a bug fix related to how lwAFTR handles Linux interfaces. - [ ] **TODO:** Update README `XXX` before...

bug
wip

This is a work in progress branch of a ptree-managed version of `snabb ipfix probe_rss`. It is configured via a YANG schema and support reconfiguration at runtime. Todo: - [x]...

enhancement

- 3d8ddccc07cd0164d3e365163d4fb928424f85e6 - cf73e1e01c401d1cfdd96454dc1be7450a0b7cd6 - d67f63dd9b98380b11c1d802154480438585d942

bug

Over the past weeks I have compiled this new [benchmark report](https://rpubs.com/eugeneia/860725) for current Mellanox ConnectX-5 cards on an Intel PCI-e Gen3 and an AMD EPYC PCI-e Gen4 system. This issue...

mellanox

With a few bug fixes I was able to run [snabblab-nixos](https://github.com/snabblab/snabblab-nixos) and use it to do QA for the Octarina release on one of the lugano servers. The branch with...

enhancement
infrastructure

This new `configure` callback (as used in #1068) allows the creation of transparent “macro apps”, which are not instantiated, but instead modify the configuration they are configured on: — Method...

rfc

SnabbBot is seeing some sporadic intel_mp selftest failures, like this one: https://gist.github.com/SnabbBot/975b2337e97b7365c74bc9a922fd3ea1#file-log-L847 ``` FAILED: ./test_10g_2q_blast_vmdq_auto.sh ``` Cc @asumu @petebristow

As discussed in #871 this PR the shorthands “rx” and “tx” are removed from link and counter (SHM) names and replaced with “input” and “output”. This change affects many modules...

This is a continuation of #199. Linking this as a PR to get extra sets of eyes etc. Workflow goes like this: 1. `cd testsuite/test` 2. `../../src/raptorjit test.lua` 3. Translate...