]> git.proxmox.com Git - mirror_iproute2.git/commit
ss: remove non-functional slabinfo
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 9 May 2018 20:57:08 +0000 (13:57 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 9 May 2018 20:57:08 +0000 (13:57 -0700)
commit10f687736b8dd538fb5e2bdacf6bef2c690ee99d
treebd887d4efadc022a2363bb9efb1f162ee341f0de
parent9b2ab68516aab1775c6bd07fd8bbd243ddc93225
ss: remove non-functional slabinfo

Ss was using slabinfo to try and intuit TCP statistics.
The slabinfo changed several times since 2.4 and all these statistics
are broken by renames and slab merging. Plus slabinfo does not exist
at all if kernel is compiled with SLUB option.

Rather than trying to fix kernel, just trim away the no longer
valid statistics.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c