* Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef _VIRTMNGHOST_RESOURCE_DEFAULT_H
#define _VIRTMNGHOST_RESOURCE_DEFAULT_H
#define VMNG_MSG_VPC_NUM_TX_TEST 1
#define VMNG_MSG_VPC_NUM_TX_HDC 4
#define VMNG_MSG_VPC_NUM_TX_DEVMM 8
#define VMNG_MSG_VPC_NUM_TX_DEVMM_MNG 8
#define VMNG_MSG_VPC_NUM_TX_TSDRV 4
#define VMNG_MSG_VPC_NUM_TX_DEVMNG 4
#define VMNG_MSG_VPC_NUM_TX_HDC_CTRL 4
#define VMNG_MSG_VPC_NUM_TX_PCIE 0
#define VMNG_MSG_VPC_NUM_TX_DVPP 0
#define VMNG_MSG_VPC_NUM_TX_ESCHED 8
#define VMNG_MSG_VPC_NUM_TX_QUEUE 8
#define VMNG_MSG_BLOCK_NUM_TX_HDC 0
#define VMNG_MSG_VPC_NUM_RX_TEST 1
#define VMNG_MSG_VPC_NUM_RX_HDC 3
#define VMNG_MSG_VPC_NUM_RX_DEVMM 8
#define VMNG_MSG_VPC_NUM_RX_DEVMM_MNG 8
#define VMNG_MSG_VPC_NUM_RX_TSDRV 4
#define VMNG_MSG_VPC_NUM_RX_DEVMNG 4
#define VMNG_MSG_VPC_NUM_RX_HDC_CTRL 4
#define VMNG_MSG_VPC_NUM_RX_PCIE 0
#define VMNG_MSG_VPC_NUM_RX_DVPP 0
#define VMNG_MSG_VPC_NUM_RX_ESCHED 8
#define VMNG_MSG_VPC_NUM_RX_QUEUE 8
#define VMNG_MSG_BLOCK_NUM_RX_HDC 32
#endif