Hi all, I need to use dpdk for a basic DDOS mitigation application that,
After capturing the packets with dpdk, I will run my algirthms and then finding the ip , i need to drop the packets from that ip like a packet filter like pf Can i achieve this with a tcp/ip stack over dpdk without writing my packet filter, is dpdk ACL is sufficient for this? Or do i need also a packet filter of my own? Thanks
