Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_tel_data_free
Function
rte_tel_data_free
dpdk/lib/telemetry/telemetry_data.c:272–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void
273
rte_tel_data_free(struct rte_tel_data *data)
274
{
275
free(data);
276
}
Callers
14
container_to_json
Function · 0.85
output_json
Function · 0.85
eth_dev_handle_port_info
Function · 0.85
eth_dev_handle_port_rxq
Function · 0.85
eth_dev_handle_port_txq
Function · 0.85
eth_dev_add_dcb_tc
Function · 0.85
eth_dev_handle_port_fec
Function · 0.85
eth_dev_add_vlan_id
Function · 0.85
eth_dev_handle_port_tm_level_caps
Function · 0.85
handle_eal_element_info_request
Function · 0.85
handle_lcore_usage
Function · 0.85
handle_telemetry_cmd_ipsec_secgw_stats_outbound
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected