table of contents
- unstable 24.11.2-1
rte_pmd_cnxk_mempool.h(3) | Library Functions Manual | rte_pmd_cnxk_mempool.h(3) |
NAME¶
rte_pmd_cnxk_mempool.h
SYNOPSIS¶
#include <rte_mbuf.h>
#include <rte_mempool.h>
Functions¶
__rte_experimental int rte_pmd_cnxk_mempool_mbuf_exchange
(struct rte_mbuf *m1, struct rte_mbuf *m2)
__rte_experimental int rte_pmd_cnxk_mempool_is_hwpool (struct
rte_mempool *mp)
__rte_experimental int rte_pmd_cnxk_mempool_range_check_disable (struct
rte_mempool *mp)
Detailed Description¶
Marvell CNXK Mempool PMD specific functions.
Definition in file rte_pmd_cnxk_mempool.h.
Function Documentation¶
__rte_experimental int rte_pmd_cnxk_mempool_mbuf_exchange (struct rte_mbuf * m1, struct rte_mbuf * m2)¶
Exchange mbufs between two mempools.
Parameters
m2 Second mbuf
Returns
__rte_experimental int rte_pmd_cnxk_mempool_is_hwpool (struct rte_mempool * mp)¶
Check whether a mempool is a hwpool.
Parameters
Returns
__rte_experimental int rte_pmd_cnxk_mempool_range_check_disable (struct rte_mempool * mp)¶
Disable buffer address range check on a mempool.
Parameters
Returns
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Version 24.11.2 | DPDK |