returns 1 if statistics should be collected for service * Returns 0 if statistics should not be collected for service */
| 170 | * Returns 0 if statistics should not be collected for service |
| 171 | */ |
| 172 | static inline int |
| 173 | service_stats_enabled(struct rte_service_spec_impl *impl) |
| 174 | { |
| 175 | return !!(impl->internal_flags & SERVICE_F_STATS_ENABLED); |
| 176 | } |
| 177 | |
| 178 | static inline int |
| 179 | service_mt_safe(struct rte_service_spec_impl *s) |
no outgoing calls
no test coverage detected