DPDK
25.11.0
Toggle main menu visibility
Loading...
Searching...
No Matches
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
16
17
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
*
46
rte_mbuf_platform_mempool_ops
(
void
);
47
59
int
60
rte_mbuf_set_user_mempool_ops
(
const
char
*ops_name);
61
71
const
char
*
72
rte_mbuf_user_mempool_ops
(
void
);
73
86
const
char
*
87
rte_mbuf_best_mempool_ops
(
void
);
88
89
90
#ifdef __cplusplus
91
}
92
#endif
93
94
#endif
/* _RTE_MBUF_POOL_OPS_H_ */
rte_mbuf_best_mempool_ops
const char * rte_mbuf_best_mempool_ops(void)
rte_mbuf_platform_mempool_ops
const char * rte_mbuf_platform_mempool_ops(void)
rte_mbuf_set_user_mempool_ops
int rte_mbuf_set_user_mempool_ops(const char *ops_name)
rte_mbuf_user_mempool_ops
const char * rte_mbuf_user_mempool_ops(void)
rte_mbuf_set_platform_mempool_ops
int rte_mbuf_set_platform_mempool_ops(const char *ops_name)
lib
mbuf
rte_mbuf_pool_ops.h
Generated by
1.17.0