| 25 | } |
| 26 | |
| 27 | bool |
| 28 | sfc_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 | |
| 36 | struct sfc_ft_ctx * |
| 37 | sfc_ft_ctx_pick(struct sfc_adapter *sa, uint32_t flow_mark) |
no outgoing calls
no test coverage detected