Lines Matching refs:socket_id
316 const unsigned int socket_id, const uint32_t chunk_id, in efd_get_choice() argument
319 struct efd_online_chunk *chunk = &table->chunks[socket_id][chunk_id]; in efd_get_choice()
503 uint8_t socket_id; in rte_efd_create() local
604 for (socket_id = 0; socket_id < RTE_MAX_NUMA_NODES; socket_id++) in rte_efd_create()
605 table->chunks[socket_id] = NULL; in rte_efd_create()
615 for (socket_id = 0; socket_id < RTE_MAX_NUMA_NODES; socket_id++) { in rte_efd_create()
616 if ((online_cpu_socket_bitmask >> socket_id) & 0x01) { in rte_efd_create()
621 table->chunks[socket_id] = in rte_efd_create()
626 socket_id); in rte_efd_create()
627 if (table->chunks[socket_id] == NULL) { in rte_efd_create()
631 socket_id); in rte_efd_create()
640 socket_id); in rte_efd_create()
749 uint8_t socket_id; in rte_efd_free() local
756 for (socket_id = 0; socket_id < RTE_MAX_NUMA_NODES; socket_id++) in rte_efd_free()
757 rte_free(table->chunks[socket_id]); in rte_efd_free()
799 efd_apply_update(struct rte_efd_table * const table, const unsigned int socket_id, in efd_apply_update() argument
805 struct efd_online_chunk *chunk = &table->chunks[socket_id][chunk_id]; in efd_apply_update()
961 const unsigned int socket_id, const void *key, in efd_compute_update() argument
980 uint8_t current_choice = efd_get_choice(table, socket_id, in efd_compute_update()
1163 rte_efd_update(struct rte_efd_table * const table, const unsigned int socket_id, in rte_efd_update() argument
1170 int status = efd_compute_update(table, socket_id, key, value, in rte_efd_update()
1180 efd_apply_update(table, socket_id, chunk_id, group_id, bin_id, in rte_efd_update()
1186 rte_efd_delete(struct rte_efd_table * const table, const unsigned int socket_id, in rte_efd_delete() argument
1198 uint8_t current_choice = efd_get_choice(table, socket_id, in rte_efd_delete()
1303 const unsigned int socket_id, const void *key) in rte_efd_lookup() argument
1308 const struct efd_online_chunk * const chunks = table->chunks[socket_id]; in rte_efd_lookup()
1312 bin_choice = efd_get_choice(table, socket_id, chunk_id, bin_id); in rte_efd_lookup()
1323 const unsigned int socket_id, const int num_keys, in rte_efd_lookup_bulk() argument
1333 struct efd_online_chunk *chunks = table->chunks[socket_id]; in rte_efd_lookup_bulk()
1342 bin_choice_list[i] = efd_get_choice(table, socket_id, in rte_efd_lookup_bulk()