]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: fq_codel: fix class stat deficit is signed int
authorBenjamin Lee <ben@b1c1l1.com>
Wed, 15 Apr 2020 04:11:12 +0000 (21:11 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 20 Apr 2020 16:34:56 +0000 (09:34 -0700)
commitf03ad792f3cdef5ade92392db6710441b35b47dd
treec52763119070708ee2ea0d2754bf284ba0fda6a1
parent14d2df887481dd2130c6ae5d023325262429ce3c
tc: fq_codel: fix class stat deficit is signed int

The fq_codel class stat deficit is a signed int.  This is a regression
from when JSON output was added.

Fixes: 997f2dc19378 ("tc: Add JSON output of fq_codel stats")
Signed-off-by: Benjamin Lee <ben@b1c1l1.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/q_fq_codel.c