From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo YU Subject: Re: [PATCH V3] net/netlink: make sure the headers line up actual value output Date: Fri, 4 May 2018 21:54:49 -0400 Message-ID: <20180505015448.2373ms5og3vezvhx@yubo-2> References: <20180504030920.ztpb2axpygrszpvh@debian> <20180504.130223.1863527612784159289.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Cc: xiyou.wangcong@gmail.com, yuzibode@126.com, netdev@vger.kernel.org To: David Miller Return-path: Received: from mail-io0-f196.google.com ([209.85.223.196]:40296 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751736AbeEEByv (ORCPT ); Fri, 4 May 2018 21:54:51 -0400 Received: by mail-io0-f196.google.com with SMTP id g14-v6so24033686ioc.7 for ; Fri, 04 May 2018 18:54:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180504.130223.1863527612784159289.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi, On Fri, May 04, 2018 at 01:02:23PM -0400, David Miller wrote: >From: YU Bo >Date: Thu, 3 May 2018 23:09:23 -0400 > >> Making sure the headers line up properly with the actual value output >> of the command >> `cat /proc/net/netlink` >> >> Before the patch: >> > > >> After the patch: >>>sk Eth Pid Groups Rmem Wmem Dump Locks Drops Inode >>>0000000033203952 0 897 00000113 0 0 0 2 0 14906 >> >> Signed-off-by: Bo YU > >Applied, but why did you send this V3 to the list two times? Thanks a lot. When sent the email,i encounter networking issue and not sure send to the list.Sorry for making noise. > >Thank you.