[dpdk-dev] [PATCH] ixgbe: fix crc-strip enable changing rx bytes

2015-11-10 Thread Van Haaren, Harry
Hi Stephen, > From: Stephen Hemminger [mailto:shemming at brocade.com] > Subject: Re: [PATCH] ixgbe: fix crc-strip enable changing rx bytes > > Harry van Haaren wrote: > > > > This patch reads the CRC strip register, and when enabled adds 4 bytes > > to the total bytes recieved counter for each

[dpdk-dev] [PATCH] ixgbe: fix crc-strip enable changing rx bytes

2015-11-09 Thread Harry van Haaren
Fix a consistency issue in ixgbe, that when CRC stripping is enabled, the CRC bytes are not added to the rx total byte count. When CRC strip is disabled, these bytes are counted. This patch reads the CRC strip register, and when enabled adds 4 bytes to the total bytes recieved counter for each rec

[dpdk-dev] [PATCH] ixgbe: fix crc-strip enable changing rx bytes

2015-11-09 Thread Stephen Hemminger
On Mon, 9 Nov 2015 14:55:04 + Harry van Haaren wrote: > Fix a consistency issue in ixgbe, that when CRC stripping is enabled, > the CRC bytes are not added to the rx total byte count. When CRC strip > is disabled, these bytes are counted. > > This patch reads the CRC strip register, and when