| 62 | static int input_dynfield_offset = -1; |
| 63 | |
| 64 | static inline struct rte_mbuf ** |
| 65 | mbuf_input(struct rte_mbuf *mbuf) |
| 66 | { |
| 67 | return RTE_MBUF_DYNFIELD(mbuf, |
| 68 | input_dynfield_offset, struct rte_mbuf **); |
| 69 | } |
| 70 | |
| 71 | static const struct rte_eth_conf port_conf = { |
| 72 | .rxmode = { |
no outgoing calls
no test coverage detected