net/mlx4: clarify flow objects naming scheme
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.h
index 8ac09f1..358efbe 100644 (file)
@@ -70,7 +70,7 @@ struct mlx4_flow {
 };
 
 /** Flow rule target descriptor. */
-struct mlx4_flow_action {
+struct mlx4_flow_target {
        uint32_t drop:1; /**< Target is a drop queue. */
        uint32_t queue:1; /**< Target is a receive queue. */
        uint32_t queue_id; /**< Identifier of the queue. */