Re: [dpdk-dev] [PATCH] net/mlx5: fix typos replacing between Rx and Tx

2019-04-22 Thread Shahaf Shuler
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. > > Fi

[dpdk-dev] [PATCH] net/mlx5: fix typos replacing between Rx and Tx

2019-04-22 Thread Dekel Peled
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