| 45 | static int counter_dynfield_offset = -1; |
| 46 | |
| 47 | static inline counter_dynfield_t * |
| 48 | counter_field(struct rte_mbuf *mbuf) |
| 49 | { |
| 50 | return RTE_MBUF_DYNFIELD(mbuf, \ |
| 51 | counter_dynfield_offset, counter_dynfield_t *); |
| 52 | } |
| 53 | |
| 54 | static struct rte_event release_ev; |
| 55 |
no outgoing calls
no test coverage detected