DPDK  24.03.0-rc4
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
19 extern "C" {
20 #endif
21 
33 int
34 rte_mbuf_set_platform_mempool_ops(const char *ops_name);
35 
45 const char *
47 
59 int
60 rte_mbuf_set_user_mempool_ops(const char *ops_name);
61 
71 const char *
73 
86 const char *
88 
89 
90 #ifdef __cplusplus
91 }
92 #endif
93 
94 #endif /* _RTE_MBUF_POOL_OPS_H_ */
int rte_mbuf_set_user_mempool_ops(const char *ops_name)
const char * rte_mbuf_user_mempool_ops(void)
const char * rte_mbuf_best_mempool_ops(void)
const char * rte_mbuf_platform_mempool_ops(void)
int rte_mbuf_set_platform_mempool_ops(const char *ops_name)