| 56 | static int graph_dynfield_offset = -1; |
| 57 | |
| 58 | static inline graph_dynfield_t * |
| 59 | graph_field(struct rte_mbuf *mbuf) |
| 60 | { |
| 61 | return RTE_MBUF_DYNFIELD(mbuf, \ |
| 62 | graph_dynfield_offset, graph_dynfield_t *); |
| 63 | } |
| 64 | |
| 65 | static struct rte_mbuf mbuf[MAX_NODES + 1][MBUFF_SIZE]; |
| 66 | static void *mbuf_p[MAX_NODES + 1][MBUFF_SIZE]; |
no outgoing calls
no test coverage detected