Re: [PATCH iproute2 0/3] ss: fix slab statistics

2018-02-25 Thread David Ahern
On 2/24/18 12:16 PM, Stephen Hemminger wrote:
> The ss -s command has been broken in several places since the
> 2.6.13 kernel. The slab values it is looking for have changed
> names and kernel started merging the values (see kernel patch
> for fixing that).
> 
> Stephen Hemminger (3):
>   ss: drop unused slabstat for skb's
>   ss: convert socket statistics to unsigned
>   ss: update slabinfo names and sum IPv4 and IPv6
> 
>  misc/ss.c | 125 
> +++---
>  1 file changed, 62 insertions(+), 63 deletions(-)
> 

LGTM. Acked-by: David Ahern 


[PATCH iproute2 0/3] ss: fix slab statistics

2018-02-24 Thread Stephen Hemminger
The ss -s command has been broken in several places since the
2.6.13 kernel. The slab values it is looking for have changed
names and kernel started merging the values (see kernel patch
for fixing that).

Stephen Hemminger (3):
  ss: drop unused slabstat for skb's
  ss: convert socket statistics to unsigned
  ss: update slabinfo names and sum IPv4 and IPv6

 misc/ss.c | 125 +++---
 1 file changed, 62 insertions(+), 63 deletions(-)

-- 
2.16.1