From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] ss: report SK_MEMINFO_BACKLOG Date: Wed, 1 Aug 2012 17:06:43 -0700 Message-ID: <20120801170643.6b288283@nehalam.linuxnetplumber.net> References: <1343294420.2626.11264.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , netdev To: Vijay Subramanian Return-path: Received: from mail.vyatta.com ([76.74.103.46]:60204 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818Ab2HBAGr (ORCPT ); Wed, 1 Aug 2012 20:06:47 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 26 Jul 2012 17:29:26 -0700 Vijay Subramanian wrote: > On 26 July 2012 02:20, Eric Dumazet wrote: > > From: Eric Dumazet > > > > linux-3.6-rc1 supports SK_MEMINFO_BACKLOG with commit d594e987c6f54 > > (sock_diag: add SK_MEMINFO_BACKLOG) > > > > ss command can display it if provided by the kernel. > > > > Signed-off-by: Eric Dumazet > > Cc: Vijay Subramanian > > > Thanks Eric. I see now how you fixed this. > > Tested-by: Vijay Subramanian > > Vijay Applied (after 3.5.0 release).