Michel Machado

Results 208 comments of Michel Machado

Suggestion for where to integrate: `gt_proc()` at `if (pkt_info.priority

This issue is singly motivated by dumping the FIB, a functionality that is already available through the RTNetlink interface that the CPS exports to routing daemons. Thus, a simpler solution...

Is this issue preventing Gatekeeper of running on KVM?

[Version 19.05 (2019 May)](http://core.dpdk.org/roadmap/#1905) is adding a Poll Mode Driver (PMD) for AF_XDP. This might mean that we can write an eBPF program to eliminate all hardware demands that Gatekeeper...

A single lcore is not enough to run Gatekeeper, you need to add more cores to the VM; the configuration in the folder `lua` determines the minimum needed number according...

The message `GATEKEEPER: net: there are only 0 network ports available to DPDK/Gatekeeper, but configuration is using 2 ports` suggests that you have not put the network adapters under the...

Given that you have bound the network cards to DPDK and the log message continues to say that `there are only 0 network ports available to DPDK/Gatekeeper`, it must mean...

The main thing you could help with in the tests is to find open source tools to simulate DDoS attacks of multiple types and to document how to use them....

Part of this change may involve creating Route (RT) blocks to take over the processing of the back interface from GK blocks, so GK blocks would not read from back...

Feasible is, but without an understanding of what you want to build, I can't be specific. My comments below are a big picture of what I see in this problem...