From: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
To: "Van Haaren, Harry" <harry.van.haaren@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2] ixgbe: remove rx jabber from ierrors
Date: Tue, 20 Oct 2015 01:13:53 +0000 [thread overview]
Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909020A09AA@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1444842744-14658-1-git-send-email-harry.van.haaren@intel.com>
Hi Harry,
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harry van Haaren
> Sent: Thursday, October 15, 2015 1:12 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] ixgbe: remove rx jabber from ierrors
>
> Remove receive jabber count from ierrors count as the registers overlap,
> previously causing some packets to be counted twice.
Would you like to let us know which register RJC overlaps into? Thanks.
>
> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
> ---
> v2: Fixed typo
>
> drivers/net/ixgbe/ixgbe_ethdev.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c
> b/drivers/net/ixgbe/ixgbe_ethdev.c
> index ec2918c..6e20e06 100644
> --- a/drivers/net/ixgbe/ixgbe_ethdev.c
> +++ b/drivers/net/ixgbe/ixgbe_ethdev.c
> @@ -2206,7 +2206,6 @@ ixgbe_dev_stats_get(struct rte_eth_dev *dev,
> struct rte_eth_stats *stats)
> hw_stats->mlfc +
> hw_stats->mrfc +
> hw_stats->rfc +
> - hw_stats->rjc +
> hw_stats->fccrc +
> hw_stats->fclast;
>
> --
> 1.9.1
next prev parent reply other threads:[~2015-10-20 1:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20151014163553.GB7420@bricha3-MOBL3>
2015-10-14 17:12 ` Harry van Haaren
2015-10-20 1:13 ` Lu, Wenzhuo [this message]
2015-10-20 8:30 ` Van Haaren, Harry
2015-10-20 8:49 ` Lu, Wenzhuo
2015-10-20 9:23 ` [dpdk-dev] [PATCH v3] " Harry van Haaren
2015-10-20 9:38 ` Tahhan, Maryam
2015-10-21 0:54 ` Lu, Wenzhuo
2015-10-28 14:11 ` 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=6A0DE07E22DDAD4C9103DF62FEBC0909020A09AA@shsmsx102.ccr.corp.intel.com \
--to=wenzhuo.lu@intel.com \
--cc=dev@dpdk.org \
--cc=harry.van.haaren@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 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).