TSG-1198:自检项目,kni调整自检策略的分流规则,使得自检报文可以确定通过各计算板

This commit is contained in:
fumingwei
2020-05-25 18:19:40 +08:00
parent 96c1c43465
commit 28a5b841ad
3 changed files with 39 additions and 2 deletions

View File

@@ -5,4 +5,5 @@
struct tfe_mgr;
struct tfe_mgr* tfe_mgr_init(int tfe_node_count, const char* profile, enum kni_deploy_mode depoly_mode, void *logger);
void tfe_mgr_destroy(struct tfe_mgr* mgr);
int tfe_mgr_alive_node_get(struct tfe_mgr *mgr, int thread_seq);
int tfe_mgr_alive_node_get(struct tfe_mgr *mgr, int thread_seq);
int tfe_mgr_alive_node_RR_get(struct tfe_mgr *mgr,int *last_tfe_id_index);