DPDK
24.11.0-rc3
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
Definition:
rte_mempool.h:230
rte_mempool.h
rte_pmd_cnxk_mempool_mbuf_exchange
__rte_experimental int rte_pmd_cnxk_mempool_mbuf_exchange(struct rte_mbuf *m1, struct rte_mbuf *m2)
rte_mbuf
Definition:
rte_mbuf_core.h:467
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_is_hwpool
__rte_experimental int rte_pmd_cnxk_mempool_is_hwpool(struct rte_mempool *mp)
Generated by
1.8.13