X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx5%2Fmlx5_flow_dv.c;h=794afcf18c66192ff5daa7fbecf42c652f452494;hb=c8fa92f6c16691664a3f8e080233aa3480907497;hp=c8035b352ec9a4a21bc250a92e5332de6ace6cd9;hpb=fa2d01c87d2b8b871e735114c76f637e7ee776bf;p=dpdk.git diff --git a/drivers/net/mlx5/mlx5_flow_dv.c b/drivers/net/mlx5/mlx5_flow_dv.c index c8035b352e..794afcf18c 100644 --- a/drivers/net/mlx5/mlx5_flow_dv.c +++ b/drivers/net/mlx5/mlx5_flow_dv.c @@ -435,7 +435,6 @@ flow_dv_convert_modify_action(struct rte_flow_item *item, /* Fetch variable byte size mask from the array. */ mask = flow_dv_fetch_field((const uint8_t *)item->mask + field->offset, field->size); - MLX5_ASSERT(mask); if (!mask) { ++field; continue;