net/mlx4: fix a typo in header file

This patch fixes a trivial typo in mlx4 header file.

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

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
This commit is contained in:
Rami Rosen 2018-03-27 21:07:09 -04:00 committed by Ferruh Yigit
parent 9c7ce8bd2a
commit 4db261fc88

View File

@ -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. */