On Tue, Apr 11, 2023 at 1:26 PM Ashwin Sekhar T K <asek...@marvell.com> wrote: > > Add the following cnxk mempool PMD APIs to facilitate exchanging mbufs > between pools. > * rte_pmd_cnxk_mempool_is_hwpool() - Allows user to check whether a pool > is hwpool or not. > * rte_pmd_cnxk_mempool_range_check_disable() - Disables range checking on > any rte_mempool. > * rte_pmd_cnxk_mempool_mbuf_exchange() - Exchanges mbufs between any two > rte_mempool where the range check is disabled. > > Signed-off-by: Ashwin Sekhar T K <asek...@marvell.com> > --- > drivers/mempool/cnxk/cn10k_hwpool_ops.c | 63 ++++++++++++++++++++- > drivers/mempool/cnxk/cnxk_mempool.h | 4 ++ > drivers/mempool/cnxk/meson.build | 1 + > drivers/mempool/cnxk/rte_pmd_cnxk_mempool.h | 56 ++++++++++++++++++
Update to doc/api/doxy-api-index.md is missing.