All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: David Harton <dharton@cisco.com>
Cc: konstantin.ananyev@intel.com, dev@dpdk.org
Subject: Re: [PATCH] ixgbe: add counter to track sw tx packets
Date: Tue, 29 Aug 2017 11:44:12 -0700	[thread overview]
Message-ID: <20170829114412.42da4285@xeon-e3> (raw)
In-Reply-To: <20170829155056.12563-1-dharton@cisco.com>

On Tue, 29 Aug 2017 11:50:56 -0400
David Harton <dharton@cisco.com> wrote:

> Add counter to track packets transmitted at the software layer
> to help isolate output errors not reported otherwise.
> 
> Signed-off-by: David Harton <dharton@cisco.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c | 98 ++++++++++++++++++++++++++++++++++++----
>  drivers/net/ixgbe/ixgbe_ethdev.h |  9 ++++
>  drivers/net/ixgbe/ixgbe_rxtx.c   | 49 ++++++++++++++------
>  3 files changed, 132 insertions(+), 24 deletions(-)

Since the software stats are not per-queue they will cause significant
cache thrashing.

  parent reply	other threads:[~2017-08-29 18:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29 15:50 [PATCH] ixgbe: add counter to track sw tx packets David Harton
2017-08-29 18:42 ` Stephen Hemminger
2017-08-29 19:20   ` David Harton (dharton)
2017-08-29 18:44 ` Stephen Hemminger [this message]
2017-08-29 19:29 ` Ananyev, Konstantin
2017-08-29 19:50   ` David Harton (dharton)
2017-08-30 14:27     ` Ananyev, Konstantin
2017-08-30 15:32       ` David Harton (dharton)

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=20170829114412.42da4285@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=dharton@cisco.com \
    --cc=konstantin.ananyev@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.