| 140 | } |
| 141 | |
| 142 | static int |
| 143 | mlx5_crypto_dev_start(struct rte_cryptodev *dev) |
| 144 | { |
| 145 | struct mlx5_crypto_priv *priv = dev->data->dev_private; |
| 146 | |
| 147 | return mlx5_dev_mempool_subscribe(priv->cdev); |
| 148 | } |
| 149 | |
| 150 | static int |
| 151 | mlx5_crypto_dev_close(struct rte_cryptodev *dev) |
nothing calls this directly
no test coverage detected