Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Stephen Hemminger
On Wed, 9 May 2018 11:53:50 -0700 Eric Dumazet wrote: > On 05/09/2018 11:44 AM, Stephen Hemminger wrote: > > On Wed, 9 May 2018 10:53:58 -0700 > > Eric Dumazet wrote: > > > >> On 05/09/2018 10:31 AM, Stephen Hemminger wrote: > >>> On Wed, 9 May 2018 10:18:23 -0700 > >>> Eric Dumazet wrote:

Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Eric Dumazet
On 05/09/2018 11:44 AM, Stephen Hemminger wrote: > On Wed, 9 May 2018 10:53:58 -0700 > Eric Dumazet wrote: > >> On 05/09/2018 10:31 AM, Stephen Hemminger wrote: >>> On Wed, 9 May 2018 10:18:23 -0700 >>> Eric Dumazet wrote: >>> On 05/09/2018 08:22 AM, Stephen Hemminger wrote: >>>

Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Stephen Hemminger
On Wed, 9 May 2018 10:53:58 -0700 Eric Dumazet wrote: > On 05/09/2018 10:31 AM, Stephen Hemminger wrote: > > On Wed, 9 May 2018 10:18:23 -0700 > > Eric Dumazet wrote: > > > >> On 05/09/2018 08:22 AM, Stephen Hemminger wrote: > >> > >>> I am not sure if these patches are worth applying. > >>

Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Eric Dumazet
On 05/09/2018 10:31 AM, Stephen Hemminger wrote: > On Wed, 9 May 2018 10:18:23 -0700 > Eric Dumazet wrote: > >> On 05/09/2018 08:22 AM, Stephen Hemminger wrote: >> >>> I am not sure if these patches are worth applying. >>> The 'ss -s' command has had missing values since 2.4 kernel. >>> And the

Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Stephen Hemminger
On Wed, 9 May 2018 10:18:23 -0700 Eric Dumazet wrote: > On 05/09/2018 08:22 AM, Stephen Hemminger wrote: > > > I am not sure if these patches are worth applying. > > The 'ss -s' command has had missing values since 2.4 kernel. > > And the first complaints came in only this year. > > > > Another

Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Eric Dumazet
On 05/09/2018 08:22 AM, Stephen Hemminger wrote: > I am not sure if these patches are worth applying. > The 'ss -s' command has had missing values since 2.4 kernel. > And the first complaints came in only this year. > > Another alternative would be just to remove these fields from ss -s > outpu

Re: [PATCH net-next v3 0/2] socket statistics for ss

2018-05-09 Thread Stephen Hemminger
On Mon, 7 May 2018 11:43:31 -0700 Stephen Hemminger wrote: > The eventual goal is to remove all accesses to slab statistics > by iproute2 ss command. This are preliminary steps to add two > statistics which are not working now, because of slab merging > and changes that were done years ago to al

[PATCH net-next v3 0/2] socket statistics for ss

2018-05-07 Thread Stephen Hemminger
The eventual goal is to remove all accesses to slab statistics by iproute2 ss command. This are preliminary steps to add two statistics which are not working now, because of slab merging and changes that were done years ago to allow for common inet_hash tables. Stephen Hemminger (2): inet: add b