ShayAgros
ShayAgros
Looking at the `screen:swap` function (in `screen.c`) the screens, which are stored in an array, are switched in their index. Meaning that `screen[1]:swap(screen[2]))` would cause "screen[1]" to be in index...
The `screen:swap` function emits another signal called `swapped` to which you can connect and do the swapping yourself. See #1382 code snippet at the end, it switches all clients from...
@Aire-One yup sorry about that, forgot that I'm using development branch on my setup. tested the code on stable version 4.3 and it works with the exception that the snippet...
Hi, I'm not able to reproduce this issue. Tried: - Running the code in Xephyr with both `master` branch code and 4.3 tag (the former didn't reproduce the issue and...
@akhota thanks a lot for testing our AF XDP support implementation. After doing some additional tests we see that the issue indeed reproduces on our machines as well and we're...
Hi, I think I've identified all the issues with it and I'm currently testing out internally a fix for these issues. If the current AF XDP issues bock your progress,...
Hi, The AF XDP design would change by the next version (2.8) since some assumptions made with the current design were discovered to be incorrect. We're sorry for the great...
Well the documentation sounds convincing and looking at other implementations I see that they also take a lock before configuring devlink param. To quote (one of) Linux network maintainer Jakub:...