LCOV - code coverage report
Current view: top level - drivers/ml/cnxk - mvtvm_ml_stubs.c (source / functions) Hit Total Coverage
Test: Code coverage Lines: 0 4 0.0 %
Date: 2026-08-01 17:54:00 Functions: 0 2 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: BSD-3-Clause
       2                 :            :  * Copyright (c) 2023 Marvell.
       3                 :            :  */
       4                 :            : 
       5                 :            : #include <rte_mldev.h>
       6                 :            : 
       7                 :            : #include "mvtvm_ml_stubs.h"
       8                 :            : 
       9                 :            : #include "cnxk_ml_dev.h"
      10                 :            : 
      11                 :            : int
      12                 :          0 : mvtvm_ml_dev_info_get(struct cnxk_ml_dev *cnxk_mldev, struct rte_ml_dev_info *dev_info)
      13                 :            : {
      14                 :            :         RTE_SET_USED(cnxk_mldev);
      15                 :            :         RTE_SET_USED(dev_info);
      16                 :            : 
      17                 :          0 :         return -ENOTSUP;
      18                 :            : }
      19                 :            : 
      20                 :            : int
      21                 :          0 : mvtvm_ml_dev_dump(struct cnxk_ml_dev *cnxk_mldev, FILE *fp)
      22                 :            : {
      23                 :            :         RTE_SET_USED(cnxk_mldev);
      24                 :            :         RTE_SET_USED(fp);
      25                 :            : 
      26                 :          0 :         return -EINVAL;
      27                 :            : }

Generated by: LCOV version 1.14