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:
parent
9c7ce8bd2a
commit
4db261fc88
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user