[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141230135802.GA25940@angus-think.wlc.globallogic.com>
Date: Tue, 30 Dec 2014 15:58:02 +0200
From: Vadim Kochan <vadim4j@...il.com>
To: netdev@...r.kernel.org
Cc: Vadim Kochan <vadim4j@...il.com>
Subject: Re: [PATCH iproute2 0/2] Use one func to output stats from Netlink
and /proc
On Tue, Dec 30, 2014 at 01:56:18AM +0200, Vadim Kochan wrote:
> Refactoring to use one func to output sock stats
> from Netlink and /proc for unix and packet socket types.
>
> I did some testing but I might miss some cases, would be good if someone
> can test it too.
>
> Vadim Kochan (2):
> ss: Unify unix stats output from netlink and proc
> ss: Unify packet stats output from netlink and proc
>
> misc/ss.c | 310 ++++++++++++++++++++++++++------------------------------------
> 1 file changed, 132 insertions(+), 178 deletions(-)
>
> --
> 2.1.3
>
Please ignore this series as I have one more additional little fix which related to
these changes. The fix is related to issue when filtering does not work
for UNIX sockets when you do:
# ss -x src *X11*
Seems that the issue was started from:
(dfbaa90dec) iproute: Dump unix sockets via netlink
where filter was not considered in the netlink handler.
So I will re-send full series with using of filter for netlink diag handler too.
Regards,
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists