DPDK 22.11.4
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
18#ifdef __cplusplus
19extern "C" {
20#endif
21
33int
35
45const char *
47
59int
60rte_mbuf_set_user_mempool_ops(const char *ops_name);
61
71const char *
73
86const char *
88
89
90#ifdef __cplusplus
91}
92#endif
93
94#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)