commit | 14695212d4cd8b0c997f6121b6df8520038ce076 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Apr 25 12:40:25 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 27 11:34:04 2020 -0700 |
tree | c538ec251120852f5ffa2ba4c6b97d483da5d745 | |
parent | 62b4011fa7bef9fa00a6aeec26e69685dc1cc21e [diff] |
fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks My intent was to not let users set a zero drop_batch_size, it seems I once again messed with min()/max(). Fixes: 9d18562a2278 ("fq_codel: add batch ability to fq_codel_drop()") Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>