FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | rte_mbuf_from_vlib_buffer(x) (((struct rte_mbuf *)x) - 1) |
#define | vlib_buffer_from_rte_mbuf(x) ((vlib_buffer_t *)(x+1)) |
Functions | |
clib_error_t * | dpdk_buffer_pools_create (vlib_main_t *vm) |
Variables | |
struct rte_mempool ** | dpdk_mempool_by_buffer_pool_index |
struct rte_mempool ** | dpdk_no_cache_mempool_by_buffer_pool_index |
#define rte_mbuf_from_vlib_buffer | ( | x | ) | (((struct rte_mbuf *)x) - 1) |
#define vlib_buffer_from_rte_mbuf | ( | x | ) | ((vlib_buffer_t *)(x+1)) |
clib_error_t* dpdk_buffer_pools_create | ( | vlib_main_t * | vm | ) |