In hns3_mbx.h, some macro and structure were defined in previous
versions but never used.
Fixes: 463e748964f5 ("net/hns3: support mailbox")
Cc: stable@dpdk.org
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
#ifndef _HNS3_MBX_H_
#define _HNS3_MBX_H_
-#define HNS3_MBX_VF_MSG_DATA_NUM 16
-
enum HNS3_MBX_OPCODE {
HNS3_MBX_RESET = 0x01, /* (VF -> PF) assert reset */
HNS3_MBX_ASSERTING_RESET, /* (PF -> VF) PF is asserting reset */
#define HNS3_MBX_MAX_MSG_SIZE 16
#define HNS3_MBX_MAX_RESP_DATA_SIZE 8
-#define HNS3_MBX_RING_MAP_BASIC_MSG_NUM 3
-#define HNS3_MBX_RING_NODE_VARIABLE_NUM 3
enum {
HNS3_MBX_RESP_MATCHING_SCHEME_OF_ORIGINAL = 0,
struct hns3_ring_chain_param param[HNS3_MBX_MAX_RING_CHAIN_PARAM_NUM];
};
-struct hns3_vf_rst_cmd {
- uint8_t dest_vfid;
- uint8_t vf_rst;
- uint8_t rsv[22];
-};
-
struct hns3_pf_rst_done_cmd {
uint8_t pf_rst_done;
uint8_t rsv[23];