DPDK  18.05.1
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 
20 #include <rte_compat.h>
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
37 int __rte_experimental
38 rte_mbuf_set_platform_mempool_ops(const char *ops_name);
39 
49 const char * __rte_experimental
51 
63 int __rte_experimental
64 rte_mbuf_set_user_mempool_ops(const char *ops_name);
65 
75 const char * __rte_experimental
77 
90 const char * __rte_experimental
92 
93 
94 #ifdef __cplusplus
95 }
96 #endif
97 
98 #endif /* _RTE_MBUF_POOL_OPS_H_ */