DPDK 21.11.9
rte_mbuf_pool_ops.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018 NXP
3 */
4
5#ifndef _RTE_MBUF_POOL_OPS_H_
6#define _RTE_MBUF_POOL_OPS_H_
7
17#include <rte_compat.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
34int
36
46const char *
48
60int
61rte_mbuf_set_user_mempool_ops(const char *ops_name);
62
72const char *
74
87const char *
89
90
91#ifdef __cplusplus
92}
93#endif
94
95#endif /* _RTE_MBUF_POOL_OPS_H_ */
const char * rte_mbuf_best_mempool_ops(void)
const char * rte_mbuf_platform_mempool_ops(void)
int rte_mbuf_set_user_mempool_ops(const char *ops_name)
const char * rte_mbuf_user_mempool_ops(void)
int rte_mbuf_set_platform_mempool_ops(const char *ops_name)