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

Function sfc_ft_is_active

dpdk/drivers/net/sfc/sfc_flow_tunnel.c:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool
28sfc_ft_is_active(struct sfc_adapter *sa)
29{
30 SFC_ASSERT(sfc_adapter_is_locked(sa));
31
32 return ((sa->negotiated_rx_metadata &
33 RTE_ETH_RX_METADATA_TUNNEL_ID) != 0);
34}
35
36struct sfc_ft_ctx *
37sfc_ft_ctx_pick(struct sfc_adapter *sa, uint32_t flow_mark)

Callers 7

sfc_ft_decap_setFunction · 0.85
sfc_ft_matchFunction · 0.85
sfc_ft_item_releaseFunction · 0.85
sfc_rx_qinitFunction · 0.85
sfc_flow_parse_markFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected