[dpdk-dev] net/mlx4: fix a typo in mlx4 header file.

Message ID 20180328010709.17683-1-ramirose@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Shahaf Shuler
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Rami Rosen March 28, 2018, 1:07 a.m. UTC
  This patch fixes a trivial typo in mlx4 header file.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 drivers/net/mlx4/mlx4_rxtx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Adrien Mazarguil March 28, 2018, 8:24 a.m. UTC | #1
On Tue, Mar 27, 2018 at 09:07:09PM -0400, Rami Rosen wrote:
> This patch fixes a trivial typo in mlx4 header file.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Thanks. Likely not a candidate for stable, however for completeness:

Fixes: 3d555728c933 ("net/mlx4: separate Rx/Tx definitions")

Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
  
Shahaf Shuler April 1, 2018, 7:32 a.m. UTC | #2
Wednesday, March 28, 2018 11:24 AM, Adrien Mazarguil:
> Subject: Re: [dpdk-dev] [PATCH] net/mlx4: fix a typo in mlx4 header file.
> 
> On Tue, Mar 27, 2018 at 09:07:09PM -0400, Rami Rosen wrote:
> > This patch fixes a trivial typo in mlx4 header file.
> >
> > Signed-off-by: Rami Rosen <ramirose@gmail.com>
> 
> Thanks. Likely not a candidate for stable, however for completeness:
> 
> Fixes: 3d555728c933 ("net/mlx4: separate Rx/Tx definitions")
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Applied to next-net-mlx, thanks. 

> 
> --
> Adrien Mazarguil
> 6WIND
  

Patch

diff --git a/drivers/net/mlx4/mlx4_rxtx.h b/drivers/net/mlx4/mlx4_rxtx.h
index c12bd39a9..dd46ac006 100644
--- a/drivers/net/mlx4/mlx4_rxtx.h
+++ b/drivers/net/mlx4/mlx4_rxtx.h
@@ -83,7 +83,7 @@  struct txq_elt {
 	};
 };
 
-/** Rx queue counters. */
+/** Tx queue counters. */
 struct mlx4_txq_stats {
 	unsigned int idx; /**< Mapping index. */
 	uint64_t opackets; /**< Total of successfully sent packets. */