netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>, stephen@networkplumber.org
Cc: netdev@vger.kernel.org
Subject: Re: [PACTH iproute2] ip: align the name of the 'nohandler' stat
Date: Thu, 6 May 2021 08:41:43 -0600	[thread overview]
Message-ID: <59b67304-8d62-2ee1-6150-8fc6e0579d79@gmail.com> (raw)
In-Reply-To: <20210501030854.529712-1-kuba@kernel.org>

On 4/30/21 9:08 PM, Jakub Kicinski wrote:
> Before:
> 
>     RX: bytes  packets  errors  dropped missed  mcast
>     8848233056 8548168  0       0       0       0
>     RX errors: length   crc     frame   fifo    overrun   nohandler
>                0        0       0       0       0       101
>     TX: bytes  packets  errors  dropped carrier collsns compressed
>     1142925945 4683483  0       0       0       0       101
>     TX errors: aborted  fifo   window heartbeat transns
>                0        0       0       0       14
> 
> After:
> 
>     RX: bytes  packets  errors  dropped missed  mcast
>     8848297833 8548461  0       0       0       0
>     RX errors: length   crc     frame   fifo    overrun nohandler
>                0        0       0       0       0       101
>     TX: bytes  packets  errors  dropped carrier collsns compressed
>     1143049820 4683865  0       0       0       0       101
>     TX errors: aborted  fifo   window heartbeat transns
>                0        0       0       0       14
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
>  ip/ipaddress.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

applied


      reply	other threads:[~2021-05-06 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-01  3:08 [PACTH iproute2] ip: align the name of the 'nohandler' stat Jakub Kicinski
2021-05-06 14:41 ` David Ahern [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59b67304-8d62-2ee1-6150-8fc6e0579d79@gmail.com \
    --to=dsahern@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).