[dpdk-stable] [PATCH 41/67] net/mlx4: fix a typo in header file

Yongseok Koh yskoh at mellanox.com
Tue Jun 5 02:11:03 CEST 2018


From: Rami Rosen <rami.rosen at intel.com>

[ upstream commit 4db261fc88b2d17848227dd06452967816a56db2 ]

This patch fixes a trivial typo in mlx4 header file.

Fixes: 3d555728c933 ("net/mlx4: separate Rx/Tx definitions")
Cc: stable at dpdk.org

Signed-off-by: Rami Rosen <rami.rosen at intel.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.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 463df2b0b..5a390e856 100644
--- a/drivers/net/mlx4/mlx4_rxtx.h
+++ b/drivers/net/mlx4/mlx4_rxtx.h
@@ -107,7 +107,7 @@ struct txq_elt {
 	struct rte_mbuf *buf; /**< Buffer. */
 };
 
-/** Rx queue counters. */
+/** Tx queue counters. */
 struct mlx4_txq_stats {
 	unsigned int idx; /**< Mapping index. */
 	uint64_t opackets; /**< Total of successfully sent packets. */
-- 
2.11.0



More information about the stable mailing list