Searched refs:lpm_config (Results 1 – 3 of 3) sorted by relevance
58 struct rte_lpm_config lpm_config; in rte_table_lpm_create() local105 lpm_config.max_rules = p->n_rules; in rte_table_lpm_create()106 lpm_config.number_tbl8s = p->number_tbl8s; in rte_table_lpm_create()107 lpm_config.flags = p->flags; in rte_table_lpm_create()108 lpm->lpm = rte_lpm_create(p->name, socket_id, &lpm_config); in rte_table_lpm_create()
781 struct rte_lpm_config lpm_config; in init_mem() local829 lpm_config.max_rules = LPM_MAX_RULES; in init_mem()830 lpm_config.number_tbl8s = 256; in init_mem()831 lpm_config.flags = 0; in init_mem()833 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
903 struct rte_lpm_config lpm_config; in init_mem() local923 lpm_config.max_rules = LPM_MAX_RULES; in init_mem()924 lpm_config.number_tbl8s = 256; in init_mem()925 lpm_config.flags = 0; in init_mem()927 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()