DPDK
19.05.0
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
lib
librte_mbuf
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
*
47
rte_mbuf_platform_mempool_ops
(
void
);
48
60
int
61
rte_mbuf_set_user_mempool_ops
(
const
char
*ops_name);
62
72
const
char
*
73
rte_mbuf_user_mempool_ops
(
void
);
74
87
const
char
*
88
rte_mbuf_best_mempool_ops
(
void
);
89
90
91
#ifdef __cplusplus
92
}
93
#endif
94
95
#endif
/* _RTE_MBUF_POOL_OPS_H_ */
Generated by
1.8.1.2