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

* Re: [dpdk-dev] [PATCH] net/mlx4: fix a typo in mlx4 header file.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Adrien Mazarguil @ 2018-03-28  8:24 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev

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>

-- 
Adrien Mazarguil
6WIND

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

* Re: [dpdk-dev] [PATCH] net/mlx4: fix a typo in mlx4 header file.
  2018-03-28  8:24 ` Adrien Mazarguil
@ 2018-04-01  7:32   ` Shahaf Shuler
  0 siblings, 0 replies; 3+ messages in thread
From: Shahaf Shuler @ 2018-04-01  7:32 UTC (permalink / raw)
  To: Adrien Mazarguil, Rami Rosen; +Cc: dev

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

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