MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tbl8_put

Function tbl8_put

dpdk/lib/fib/trie.c:149–153  ·  view source on GitHub ↗

* Put an index of a free tbl8 back to the pool */

Source from the content-addressed store, hash-verified

147 * Put an index of a free tbl8 back to the pool
148 */
149static inline void
150tbl8_put(struct rte_trie_tbl *dp, uint32_t tbl8_ind)
151{
152 dp->tbl8_pool[--dp->tbl8_pool_pos] = tbl8_ind;
153}
154
155static int
156tbl8_alloc(struct rte_trie_tbl *dp, uint64_t nh)

Callers 1

tbl8_recycleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected