Home
last modified time | relevance | path

Searched refs:lpm_config (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c58 struct rte_lpm_config lpm_config; in rte_table_lpm_create() local
105 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()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c781 struct rte_lpm_config lpm_config; in init_mem() local
829 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()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c903 struct rte_lpm_config lpm_config; in init_mem() local
923 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()