• Eric Dumazet's avatar
    tc: fq: allow setting and retrieving orphan_mask · 8d5bd8c3
    Eric Dumazet authored
    linux-3.19 fq packet scheduler got a new attribute, controlling
    number of 'flows' holding packets not attached to a socket
    (forwarding usage)
    
    kernel commit is 06eb395fa9856b5a87cf7d80baee2a0ed3cdb9d7
    ("pkt_sched: fq: better control of DDOS traffic")
    
    This patch adds corresponding code to tc command.
    
    tc qd replace dev eth0 root fq orphan_mask 511
    Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
    8d5bd8c3
q_fq.c 9.71 KB