Re: [dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI

2020-10-06 Thread David Marchand
On Tue, Oct 6, 2020 at 9:08 AM Olivier Matz wrote: > > Remove the deprecated v20 ABI of rte_mempool_populate_iova() and > rte_mempool_populate_virt(). > > Signed-off-by: Olivier Matz Series applied, thanks Olivier. -- David Marchand

Re: [dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI

2020-10-06 Thread David Marchand
On Tue, Oct 6, 2020 at 9:08 AM Olivier Matz wrote: > > Remove the deprecated v20 ABI of rte_mempool_populate_iova() and > rte_mempool_populate_virt(). > > Signed-off-by: Olivier Matz > --- > lib/librte_mempool/meson.build | 2 - > lib/librte_mempool/rte_mempool.c | 79 ++--

Re: [dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI

2020-10-06 Thread Bruce Richardson
On Tue, Oct 06, 2020 at 09:07:49AM +0200, Olivier Matz wrote: > Remove the deprecated v20 ABI of rte_mempool_populate_iova() and > rte_mempool_populate_virt(). > > Signed-off-by: Olivier Matz > --- > lib/librte_mempool/meson.build | 2 - > lib/librte_mempool/rte_mempool.c