DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/mlx4: fix a typo in mlx4 header file.
@ 2018-03-28  1:07 Rami Rosen
  2018-03-28  8:24 ` Adrien Mazarguil
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2018-03-28  1:07 UTC (permalink / raw)
  To: adrien.mazarguil; +Cc: dev, Rami Rosen

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

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

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

end of thread, other threads:[~2018-04-01  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28  1:07 [dpdk-dev] [PATCH] net/mlx4: fix a typo in mlx4 header file Rami Rosen
2018-03-28  8:24 ` Adrien Mazarguil
2018-04-01  7:32   ` Shahaf Shuler

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