Re: [PATCH v2 5/5] mempool/cnxk: add support for exchanging mbufs between pools

2023-05-24 Thread Jerin Jacob
On Tue, May 23, 2023 at 6:30 PM Ashwin Sekhar T K 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() -

[PATCH v2 5/5] mempool/cnxk: add support for exchanging mbufs between pools

2023-05-23 Thread Ashwin Sekhar T K
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

[PATCH v2 5/5] mempool/cnxk: add support for exchanging mbufs between pools

2023-05-23 Thread Ashwin Sekhar T K
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