Searched refs:flow_max_priority (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_devargs.c | 139 uint16_t flow_max_priority = 3; in otx2_ethdev_parse_devargs() local 165 &parse_flow_max_priority, &flow_max_priority); in otx2_ethdev_parse_devargs() 186 dev->npc_flow.flow_max_priority = flow_max_priority; in otx2_ethdev_parse_devargs()
|
| H A D | otx2_flow.c | 22 for (idx = 0; idx < npc->flow_max_priority; idx++) { in otx2_flow_free_all_resources() 34 for (idx = 0; idx < npc->flow_max_priority; idx++) { in otx2_flow_free_all_resources() 155 else if (attr->priority >= dev->npc_flow.flow_max_priority) in flow_parse_attr() 986 mem = rte_zmalloc(NULL, 4 * bmap_sz * npc->flow_max_priority, in otx2_flow_init() 994 npc->flow_entry_info = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init() 1003 npc->free_entries = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init() 1012 npc->free_entries_rev = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init() 1021 npc->live_entries = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init() 1030 npc->live_entries_rev = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init() 1039 npc->flow_list = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init() [all …]
|
| H A D | otx2_flow_utils.c | 667 prio_idx = flow_info->flow_max_priority - 1; in flow_validate_and_shift_prio_ent() 720 while (step < flow_info->flow_max_priority) { in flow_find_ref_entry() 721 if (((prio_lvl + step) < flow_info->flow_max_priority) && in flow_find_ref_entry()
|
| H A D | otx2_flow.h | 199 uint16_t flow_max_priority; member
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx2.rst | 126 ``flow_max_priority`` ``devargs`` parameter. 130 -a 0002:02:00.0,flow_max_priority=10
|