Re: [dpdk-dev] [PATCH v4] app/pdump: enforcing pdump to use SW mempool

2019-07-10 Thread Thomas Monjalon
10/07/2019 11:22, Harman Kalra: > 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

[dpdk-dev] [PATCH v4] app/pdump: enforcing pdump to use SW mempool

2019-07-10 Thread Harman Kalra
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 ---