Re: [dpdk-dev] [PATCH] ip_frag: add function rte_ip_frag_sweep_table()

2018-06-29 Thread Ananyev, Konstantin
Hi > > Function rte_ip_frag_sweep_table() enables callers to > incrementally sweep IP frament tables for incomplete, expired fragments. > > rte_ip_frag_sweep_table() is needed to identify > never-to-be-completed fragments during DDoS attacks. There is a patch from Alex Kiselev: http://patches.d

[dpdk-dev] [PATCH] ip_frag: add function rte_ip_frag_sweep_table()

2018-06-27 Thread Fu, Qiaobin
Function rte_ip_frag_sweep_table() enables callers to incrementally sweep IP frament tables for incomplete, expired fragments. rte_ip_frag_sweep_table() is needed to identify never-to-be-completed fragments during DDoS attacks. Signed-off-by: Qiaobin Fu Reviewed-by: Cody Doucette Reviewed-by: M