app/pdump: enforce to use SW mempool
authorHarman Kalra <hkalra@marvell.com>
Wed, 10 Jul 2019 09:22:25 +0000 (09:22 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 10 Jul 2019 22:19:37 +0000 (00:19 +0200)
commit0c4d3e4268576ce31c11e6d09d819b43592c1323
treecd4fbef586901d9ec630a7df31f61f06abf962a4
parent018faf21d670e06d51beb52e1c3c12192a762339
app/pdump: enforce to use SW mempool

A secondary process cannot access HW mempool already
initiazed by primary, and neither it can setup its own
HW mempool due to its own restrictions.

Since dpdk-pdump creates mempool for managing its local
mbufs, SW mempool is capable enough to solve this purpose.

Signed-off-by: Harman Kalra <hkalra@marvell.com>
app/pdump/main.c