DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment
@ 2016-12-07 17:19 Ferruh Yigit
  2016-12-08  0:49 ` Lu, Wenzhuo
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2016-12-07 17:19 UTC (permalink / raw)
  To: dev; +Cc: Helin Zhang

Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
CC: stable@dpdk.org
---
 drivers/net/ixgbe/ixgbe_ethdev.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index edc9b22..4626d01 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.c
+++ b/drivers/net/ixgbe/ixgbe_ethdev.c
@@ -2564,9 +2564,9 @@ ixgbe_read_stats_registers(struct ixgbe_hw *hw,
 	uint32_t delta_gprc = 0;
 	unsigned i;
 	/* Workaround for RX byte count not including CRC bytes when CRC
-+	 * strip is enabled. CRC bytes are removed from counters when crc_strip
+	 * strip is enabled. CRC bytes are removed from counters when crc_strip
 	 * is disabled.
-+	 */
+	 */
 	int crc_strip = (IXGBE_READ_REG(hw, IXGBE_HLREG0) &
 			IXGBE_HLREG0_RXCRCSTRP);
 
-- 
2.9.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment
  2016-12-07 17:19 [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment Ferruh Yigit
@ 2016-12-08  0:49 ` Lu, Wenzhuo
  2016-12-08 17:19   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Lu, Wenzhuo @ 2016-12-08  0:49 UTC (permalink / raw)
  To: Yigit, Ferruh, dev; +Cc: Zhang, Helin, Ananyev, Konstantin, stable

Hi,


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Thursday, December 8, 2016 1:20 AM
> To: dev@dpdk.org
> Cc: Zhang, Helin; Ananyev, Konstantin; stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment
> 
> Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment
  2016-12-08  0:49 ` Lu, Wenzhuo
@ 2016-12-08 17:19   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2016-12-08 17:19 UTC (permalink / raw)
  To: Lu, Wenzhuo, dev; +Cc: Zhang, Helin, Ananyev, Konstantin, stable

On 12/8/2016 12:49 AM, Lu, Wenzhuo wrote:
> Hi,
> 
> 
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit
>> Sent: Thursday, December 8, 2016 1:20 AM
>> To: dev@dpdk.org
>> Cc: Zhang, Helin; Ananyev, Konstantin; stable@dpdk.org
>> Subject: [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment
>>
>> Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters")
>>
>> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
> 

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-08 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-07 17:19 [dpdk-dev] [PATCH] net/ixgbe: fix typo in comment Ferruh Yigit
2016-12-08  0:49 ` Lu, Wenzhuo
2016-12-08 17:19   ` Ferruh Yigit

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).