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

Function sfc_rx_hash_fini

dpdk/drivers/net/sfc/sfc_rx.c:1450–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450void
1451sfc_rx_hash_fini(struct sfc_adapter *sa)
1452{
1453 struct sfc_rss *rss = &sfc_sa2shared(sa)->rss;
1454
1455 rte_free(rss->hf_map);
1456}
1457
1458int
1459sfc_rx_hf_rte_to_efx(struct sfc_adapter *sa, uint64_t rte,

Callers 1

sfc_rss_detachFunction · 0.85

Calls 2

sfc_sa2sharedFunction · 0.85
rte_freeFunction · 0.85

Tested by

no test coverage detected