From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio Subject: [iproute PATCH 0/3] ss: netlink_show_one() clean-up, minor output fix Date: Sun, 29 Oct 2017 21:22:31 +0100 Message-ID: Cc: netdev@vger.kernel.org, Phil Sutter To: Stephen Hemminger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41008 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751742AbdJ2UWj (ORCPT ); Sun, 29 Oct 2017 16:22:39 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Patches 1/3 and 2/3 streamline process context prints in netlink_show_one(). Patch 3/3 fixes a display issue happening when Netid or State columns are not displayed. In general, the output layout of 'ss', also in the cases handled here, still has a number of issues. I will address further issues more structurally in a later patchset. Stefano Brivio (3): ss: Remove useless width specifier in process context print ss: Streamline process context printing in netlink_show_one() ss: Fix width calculations when Netid or State columns are missing misc/ss.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) -- 2.9.4