All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yong Wang <yongwang-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
To: Stephen Hemminger
	<stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
Cc: "dev-VfR2kkLFssw@public.gmane.org" <dev-VfR2kkLFssw@public.gmane.org>
Subject: Re: [PATCH 3/7] vmxnet3: cleanup txq stats
Date: Thu, 5 Mar 2015 19:48:02 +0000	[thread overview]
Message-ID: <D11DF288.383EC%yongwang@vmware.com> (raw)
In-Reply-To: <1424917922-1979-3-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>

On 2/25/15, 6:31 PM, "Stephen Hemminger" <stephen@networkplumber.org>
wrote:

>There are several stats here which are never set, and have no way
>to be displayed.  Assume in future xstats could be used.
>
>Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Yong Wang <yongwang@vmware.com>

>---
> lib/librte_pmd_vmxnet3/vmxnet3_ring.h | 16 ++++++----------
> 1 file changed, 6 insertions(+), 10 deletions(-)
>
>diff --git a/lib/librte_pmd_vmxnet3/vmxnet3_ring.h
>b/lib/librte_pmd_vmxnet3/vmxnet3_ring.h
>index c5abdb6..ebe6268 100644
>--- a/lib/librte_pmd_vmxnet3/vmxnet3_ring.h
>+++ b/lib/librte_pmd_vmxnet3/vmxnet3_ring.h
>@@ -121,16 +121,12 @@ vmxnet3_comp_ring_adv_next2proc(struct
>vmxnet3_comp_ring *ring)
> }
> 
> struct vmxnet3_txq_stats {
>-	uint64_t               drop_total; /* # of pkts dropped by the driver,
>the
>-									   * counters below track droppings due to
>-									   * different reasons
>-									   */
>-	uint64_t               drop_oversized;
>-	uint64_t               drop_hdr_inspect_err;
>-	uint64_t               drop_tso;
>-	uint64_t               deferred;
>-	uint64_t               tx_ring_full;
>-	uint64_t               linearized;  /* # of pkts linearized */
>+	uint64_t	drop_total; /* # of pkts dropped by the driver,
>+				     * the counters below track droppings due to
>+				     * different reasons
>+				     */
>+	uint64_t	drop_tso;
>+	uint64_t	tx_ring_full;
> };
> 
> typedef struct vmxnet3_tx_ctx {
>-- 
>2.1.4
>


  parent reply	other threads:[~2015-03-05 19:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-26  2:31 [PATCH 1/7] vmxnet3: enable VLAN filtering Stephen Hemminger
     [not found] ` <1424917922-1979-1-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-02-26  2:31   ` [PATCH 2/7] vmxnet3: remove mtu check Stephen Hemminger
2015-02-26  2:31   ` [PATCH 3/7] vmxnet3: cleanup txq stats Stephen Hemminger
     [not found]     ` <1424917922-1979-3-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-05 19:48       ` Yong Wang [this message]
2015-02-26  2:31   ` [PATCH 4/7] vmxnet3: add support for multi-segment transmit Stephen Hemminger
     [not found]     ` <1424917922-1979-4-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-05 19:35       ` Yong Wang
2015-02-26  2:32   ` [PATCH 5/7] vmxnet3: fix link state handling Stephen Hemminger
2015-02-26  2:32   ` [PATCH 6/7] vmxnet3: support RSS and refactor offload Stephen Hemminger
     [not found]     ` <1424917922-1979-6-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-05 19:27       ` Yong Wang
2015-02-26  2:32   ` [PATCH 7/7] vmxnet3: support jumbo frames Stephen Hemminger
2015-02-26 11:43   ` [PATCH 1/7] vmxnet3: enable VLAN filtering Thomas Monjalon

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=D11DF288.383EC%yongwang@vmware.com \
    --to=yongwang-pghwnbhtmq7qt0dzr+alfa@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.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 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.