Michel Machado
Michel Machado
`RTE_VERIFY()` should also be eliminated from the code since it works similarly to `rte_panic()`. There may be a few spots in the code where [printing the call stack](https://stackoverflow.com/questions/3899870/print-call-stack-in-c-or-c) would help...
We have designed front and back interfaces to have physical isolation between them to ensure that, during an overwhelming attack, Gatekeeper servers can still enforce the policy decisions of Grantor...
Pull request #419 replaces the requirement that Grantor servers had to be deployed in the same subnet that the protected destination with the requirement that either Grantor servers are deployed...
A workaround is to ping the address to be added to the LLS cache from a KNI interface. This will force the resolution of the address and add it to...
While working on this issue, one should investigate all calls to `rte_pktmbuf_free()` since there're a number of opportunities to use `rte_pktmbuf_free_bulk()` in the code.
The GK block, whose configuration is in [file `lua/gk.lua`](https://github.com/AltraMayor/gatekeeper/blob/e52bbf2340ec196e8de12fb5b4287c48434c663b/lua/gk.lua), supports 256 BPF programs; the indexes of these BPF programs go from 0 to 255. Although 256 is a "small" number,...
Hi @Max-Might, I wrote f3read/f3write as standalone applications only, so they don't offer a library. However, one could reorganize the code into a library, and adjust f3read/f3write to use this...
The desktop version would be fine. Good luck!
I added a link to your GUI on F3's website. Thank you for your contribution.
I don't think your drive is fake, and I see these likely possibilities: 1. The drive had some issues and had to remap blocks. This is normal, all drives have...