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

Function sfc_flow_rss_detach

dpdk/drivers/net/sfc/sfc_flow_rss.c:55–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void
56sfc_flow_rss_detach(struct sfc_adapter *sa)
57{
58 struct sfc_flow_rss *flow_rss = &sa->flow_rss;
59
60 sfc_log_init(sa, "entry");
61
62 sfc_log_init(sa, "free the bounce buffer for indirection entries");
63 rte_free(flow_rss->bounce_tbl);
64
65 sfc_log_init(sa, "done");
66}
67
68int
69sfc_flow_rss_parse_conf(struct sfc_adapter *sa,

Callers 2

sfc_attachFunction · 0.85
sfc_detachFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected