DPDK
25.03.0
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
_
g
r
t
Variables
c
r
Typedefs
a
c
d
e
h
l
m
p
r
s
t
Enumerations
d
r
Enumerator
c
e
f
r
s
w
Macros
_
b
c
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
drivers
mempool
cnxk
rte_pmd_cnxk_mempool.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(C) 2023 Marvell.
3
*/
4
11
#ifndef _PMD_CNXK_MEMPOOL_H_
12
#define _PMD_CNXK_MEMPOOL_H_
13
14
#include <
rte_mbuf.h
>
15
#include <
rte_mempool.h
>
16
28
__rte_experimental
29
int
rte_pmd_cnxk_mempool_mbuf_exchange
(
struct
rte_mbuf
*m1,
30
struct
rte_mbuf
*m2);
31
41
__rte_experimental
42
int
rte_pmd_cnxk_mempool_is_hwpool
(
struct
rte_mempool
*mp);
43
53
__rte_experimental
54
int
rte_pmd_cnxk_mempool_range_check_disable
(
struct
rte_mempool
*mp);
55
56
#endif
/* _PMD_CNXK_MEMPOOL_H_ */
rte_mbuf.h
rte_mempool.h
rte_pmd_cnxk_mempool_range_check_disable
__rte_experimental int rte_pmd_cnxk_mempool_range_check_disable(struct rte_mempool *mp)
rte_pmd_cnxk_mempool_mbuf_exchange
__rte_experimental int rte_pmd_cnxk_mempool_mbuf_exchange(struct rte_mbuf *m1, struct rte_mbuf *m2)
rte_pmd_cnxk_mempool_is_hwpool
__rte_experimental int rte_pmd_cnxk_mempool_is_hwpool(struct rte_mempool *mp)
rte_mbuf
Definition:
rte_mbuf_core.h:467
rte_mempool
Definition:
rte_mempool.h:230
Generated by
1.9.4