Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ free_ind_table
Function
free_ind_table
dpdk/lib/vhost/vhost.h:1031–1035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1029
}
1030
1031
static __rte_always_inline void
1032
free_ind_table(void *idesc)
1033
{
1034
rte_free(idesc);
1035
}
1036
1037
static __rte_always_inline void
1038
restore_mbuf(struct rte_mbuf *m)
Callers
3
fill_vec_buf_split
Function · 0.85
fill_vec_buf_packed_indirect
Function · 0.85
rte_vdpa_relay_vring_used
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected