]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_rxtx.h
ethdev: replace bus specific struct with generic dev
[dpdk.git] / drivers / net / mlx4 / mlx4_rxtx.h
index c12bd39a9bd59935e8c0163811bfefada693aa98..da02a97bd649bd94d9be233a2cb8df71b8f28f10 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright 2017 6WIND S.A.
- * Copyright 2017 Mellanox
+ * Copyright 2017 Mellanox Technologies, Ltd
  */
 
 #ifndef 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. */