Re: [PATCH v3 net-next] pkt_sched: fq: better control of DDOS traffic
From: David Miller <davem@davemloft.net>
Date: 2015-02-05 06:17:16
From: David Miller <davem@davemloft.net>
Date: 2015-02-05 06:17:16
From: Eric Dumazet <redacted> Date: Wed, 04 Feb 2015 21:30:40 -0800
This patch adds a new attribute, orphan_mask, that is adding possibility of having a stochastic hash for orphaned skb.
...
v3: adding the missing include file change v2: make the left shift in fq_classify.
Applied, thanks Eric.