DPDK  21.02.0
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
20 extern "C" {
21 #endif
22 
34 int
35 rte_mbuf_set_platform_mempool_ops(const char *ops_name);
36 
46 const char *
48 
60 int
61 rte_mbuf_set_user_mempool_ops(const char *ops_name);
62 
72 const char *
74 
87 const char *
89 
90 
91 #ifdef __cplusplus
92 }
93 #endif
94 
95 #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)