dpdk: clear the RTE_MEMPOOL_F_NON_IO 22/36122/2
authorMohammed Hawari <mohammed@hawari.fr>
Wed, 11 May 2022 09:36:19 +0000 (11:36 +0200)
committerDamjan Marion <dmarion@me.com>
Wed, 11 May 2022 10:46:21 +0000 (10:46 +0000)
commit3ddee3f572bf91d365aa36e1f1d85d16d7524545
tree952ab2835ad3731983c75376683b316d96cc9caa
parentd9b0c6fbf7aa5bd9af84264105b39c82028a4a29
dpdk: clear the RTE_MEMPOOL_F_NON_IO

This mempool flag should be cleared when the mempool is populated, to
reproduce the behaviour of rte_mempool_populate_iova in DPDK 22.03

Change-Id: I4c0e07efca9df2e472e8e393689127c01cf66da2
Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
Type: fix
Fixes: 2f132efc3cafde5a0dd01ef8a91606528970cdf7
src/plugins/dpdk/buffer.c