DPDK 24.11.1
|
Go to the source code of this file.
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) |
Marvell CNXK Mempool PMD specific functions.
Definition in file rte_pmd_cnxk_mempool.h.
__rte_experimental int rte_pmd_cnxk_mempool_mbuf_exchange | ( | struct rte_mbuf * | m1, |
struct rte_mbuf * | m2 | ||
) |
Exchange mbufs between two mempools.
m1 | First mbuf |
m2 | Second mbuf |
__rte_experimental int rte_pmd_cnxk_mempool_is_hwpool | ( | struct rte_mempool * | mp | ) |
Check whether a mempool is a hwpool.
mp | Mempool to check. |
__rte_experimental int rte_pmd_cnxk_mempool_range_check_disable | ( | struct rte_mempool * | mp | ) |
Disable buffer address range check on a mempool.
mp | Mempool to disable range check on. |