]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_flow.h
net/mlx4: clarify flow objects naming scheme
[dpdk.git] / drivers / net / mlx4 / mlx4_flow.h
index 8ac09f1350fa12b4268cb7e206970f0f0d14735c..358efbe11ed5eec001156993abd526dd7a987f51 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. */