[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-07-10 Thread Thomas Monjalon
2015-04-01 11:36, Stephen Hemminger: > On Wed, 1 Apr 2015 07:45:02 + > Thomas Monjalon wrote: > > > 2015-03-24 23:54, Ananyev, Konstantin: > > > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > > > On Mon, 23 Mar 2015 16:45:44 + > > > > "Ananyev, Konstantin" wrote: > >

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-07-09 Thread Stephen Hemminger
On Wed, 01 Apr 2015 09:45:02 +0200 Thomas Monjalon wrote: > 2015-03-24 23:54, Ananyev, Konstantin: > > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > > On Mon, 23 Mar 2015 16:45:44 + > > > "Ananyev, Konstantin" wrote: > > > > From: dev [mailto:dev-bounces at dpdk.org] On

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-04-02 Thread Butler, Siobhan A
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Tuesday, March 24, 2015 3:55 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org; Stephen Hemminger > Subject: Re: [dpdk-dev] [PATCH] ixgbe: do not include

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-04-01 Thread Stephen Hemminger
On Wed, 1 Apr 2015 07:45:02 + Thomas Monjalon wrote: > 2015-03-24 23:54, Ananyev, Konstantin: > > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > > On Mon, 23 Mar 2015 16:45:44 + > > > "Ananyev, Konstantin" wrote: > > > > From: dev [mailto:dev-bounces at dpdk.org] On B

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-04-01 Thread Thomas Monjalon
2015-03-24 23:54, Ananyev, Konstantin: > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > On Mon, 23 Mar 2015 16:45:44 + > > "Ananyev, Konstantin" wrote: > > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of stephen at > > > networkplumber.org > > > > From: Stephen H

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-03-24 Thread Ananyev, Konstantin
Hi Stephen, > -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Tuesday, March 24, 2015 3:55 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org; Stephen Hemminger > Subject: Re: [dpdk-dev] [PATCH] ixgbe: do not include CR

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-03-24 Thread Stephen Hemminger
To: dev at dpdk.org > > Cc: Stephen Hemminger > > Subject: [dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count > > > > From: Stephen Hemminger > > > > The ixgbe driver was including CRC in the transmit packet byte > > count, but not for packets receiv

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-03-23 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of stephen at > networkplumber.org > Sent: Friday, January 23, 2015 6:24 AM > To: dev at dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-03-23 Thread Thomas Monjalon
Konstantin, Helin, your review would be appreciate here. Thanks > From: Stephen Hemminger > > The ixgbe driver was including CRC in the transmit packet byte > count, but not for packets received. This was notice when forwarding and > the number of bytes received was greater than the number of by

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-03-04 Thread Thomas Monjalon
Anyone to carefully review this patch? 2015-01-27 11:38, Stephen Hemminger: > On Tue, 27 Jan 2015 11:11:39 +0100 > Thomas Monjalon wrote: > > > Hi Stephen, > > > > 2015-01-22 22:23, stephen at networkplumber.org: > > > From: Stephen Hemminger > > > > > > The ixgbe driver was including CRC in

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-03-04 Thread Stephen Hemminger
On Wed, 4 Mar 2015 20:55:05 + Thomas Monjalon wrote: > Anyone to carefully review this patch? > > 2015-01-27 11:38, Stephen Hemminger: > > On Tue, 27 Jan 2015 11:11:39 +0100 > > Thomas Monjalon wrote: > > > > > Hi Stephen, > > > > > > 2015-01-22 22:23, stephen at networkplumber.org: >

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-01-27 Thread Stephen Hemminger
On Tue, 27 Jan 2015 11:11:39 +0100 Thomas Monjalon wrote: > Hi Stephen, > > 2015-01-22 22:23, stephen at networkplumber.org: > > From: Stephen Hemminger > > > > The ixgbe driver was including CRC in the transmit packet byte > > count, but not for packets received. This was notice when forwardi

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-01-27 Thread Thomas Monjalon
Hi Stephen, 2015-01-22 22:23, stephen at networkplumber.org: > From: Stephen Hemminger > > The ixgbe driver was including CRC in the transmit packet byte > count, but not for packets received. This was notice when forwarding and > the number of bytes received was greater than the number of bytes

[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count

2015-01-22 Thread step...@networkplumber.org
From: Stephen Hemminger The ixgbe driver was including CRC in the transmit packet byte count, but not for packets received. This was notice when forwarding and the number of bytes received was greater than the number of bytes transmitted for the same number of packets. Make the driver behave like