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

Rami Rosen ramirose at gmail.com
Wed Mar 28 03:07:09 CEST 2018


This patch fixes a trivial typo in mlx4 header file.

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

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. */
-- 
2.14.3



More information about the dev mailing list