Monday, April 22, 2019 6:24 PM, Dekel Peled: > Subject: [PATCH] net/mlx5: fix typos replacing between Rx and Tx > > In mlx5_rxq.c, in some comments, text includes "Tx" instead of "Rx". > In mlx5_txq.c, in some comments, text includes "Rx" instead of "Tx". > > This patch fixes these typos. > > Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx queue > objects") > Fixes: a1366b1a2be3 ("net/mlx5: add reference counter on DPDK Rx > queues") > Cc: nelio.laranje...@6wind.com > Cc: sta...@dpdk.org > > Signed-off-by: Dekel Peled <dek...@mellanox.com>
Applied to next-net-mlx, thanks.