From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [iproute2 0/1] iproute2: add TIPC statistics support in ss Date: Wed, 28 Mar 2018 21:30:02 -0600 Message-ID: <81c97354-45de-c70e-0ebf-134794a7c9b4@gmail.com> References: <1521813662-9954-1-git-send-email-mohan.krishna.ghanta.krishnamurthy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: GhantaKrishnamurthy MohanKrishna , tipc-discussion@lists.sourceforge.net, jon.maloy@ericsson.com, maloy@donjonn.com, ying.xue@windriver.com, netdev@vger.kernel.org, stephen@networkplumber.org Return-path: Received: from mail-pf0-f180.google.com ([209.85.192.180]:40991 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751072AbeC2DaK (ORCPT ); Wed, 28 Mar 2018 23:30:10 -0400 Received: by mail-pf0-f180.google.com with SMTP id a11so2311600pff.8 for ; Wed, 28 Mar 2018 20:30:09 -0700 (PDT) In-Reply-To: <1521813662-9954-1-git-send-email-mohan.krishna.ghanta.krishnamurthy@ericsson.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 3/23/18 8:01 AM, GhantaKrishnamurthy MohanKrishna wrote: > The following patchset add user space TIPC socket diagnostics support > in ss tool of iproute2. It requires the sock_diag framework > for AF_TIPC support in the kernel, commit id: c30b70deb5f > (tipc: implement socket diagnostics for AF_TIPC). > > tipc socket stats are requested with the "--tipc" option. Additional > tipc specific info are requested with "--tipcinfo" option. > > This patchset is based on top of iproute2 v4.15.0-100-g4f63187 > commitid: f85adc6. It has been co-authored by > Parthasarathy Bhuvaragan. > applied to iproute2-next.