| 303 | } |
| 304 | |
| 305 | int ff_mem_free_addr(void *p) |
| 306 | { |
| 307 | stklist_push(&ff_mpage_ctl, (const uint64_t)p); |
| 308 | return 0; |
| 309 | } |
| 310 | |
| 311 | static inline void ff_offload_set(struct ff_dpdk_if_context *ctx, void *m, struct rte_mbuf *head) |
| 312 | { |
no test coverage detected