MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mlx5_compress_dev_start

Function mlx5_compress_dev_start

dpdk/drivers/compress/mlx5/mlx5_compress.c:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466static int
467mlx5_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
474static void
475mlx5_compress_stats_get(struct rte_compressdev *dev,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected