From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next v3 0/2] socket statistics for ss Date: Wed, 9 May 2018 10:18:23 -0700 Message-ID: References: <20180507184333.32688-1-sthemmin@microsoft.com> <20180509082209.38fa4f43@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, dccp@vger.kernel.org, Stephen Hemminger To: Stephen Hemminger , davem@davemloft.net, gerrit@erg.abdn.ac.uk, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org Return-path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:37308 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965240AbeEIRSZ (ORCPT ); Wed, 9 May 2018 13:18:25 -0400 In-Reply-To: <20180509082209.38fa4f43@xeon-e3> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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 > output and move on. > Anyway your patches are not netns ready, so lets remove these fields from ss. Or you have to spend _much_ more time on writing and testing the kernel part. Thanks.