Re: tcp_bind_bucket is missing from slabinfo

2018-02-24 Thread Stephen Hemminger
On Sat, 24 Feb 2018 06:35:20 -0800 Matthew Wilcox wrote: > On Fri, Feb 23, 2018 at 10:50:30PM -0800, Stephen Hemminger wrote: > > Somewhere back around 3.17 the kmem cache "tcp_bind_bucket" dropped out > > of /proc/slabinfo. It turns out the ss command was dumpster diving > > in slabinfo to deter

Re: tcp_bind_bucket is missing from slabinfo

2018-02-24 Thread Matthew Wilcox
On Fri, Feb 23, 2018 at 10:50:30PM -0800, Stephen Hemminger wrote: > Somewhere back around 3.17 the kmem cache "tcp_bind_bucket" dropped out > of /proc/slabinfo. It turns out the ss command was dumpster diving > in slabinfo to determine the number of bound sockets and now it always > reports 0. >