| 464 | } |
| 465 | |
| 466 | static int |
| 467 | mlx5_compress_dev_start(struct rte_compressdev *dev) |
| 468 | { |
| 469 | struct mlx5_compress_priv *priv = dev->data->dev_private; |
| 470 | |
| 471 | return mlx5_dev_mempool_subscribe(priv->cdev); |
| 472 | } |
| 473 | |
| 474 | static void |
| 475 | mlx5_compress_stats_get(struct rte_compressdev *dev, |
nothing calls this directly
no test coverage detected