Re: [dpdk-dev] [RFC 0/4] mempool: avoid objects allocations across pages

2019-07-22 Thread Vamsi Krishna Attunuru
> -Original Message- > From: Olivier Matz > Sent: Friday, July 19, 2019 7:09 PM > To: Vamsi Krishna Attunuru ; dev@dpdk.org > Cc: Andrew Rybchenko ; Thomas Monjalon > ; Anatoly Burakov ; Jerin > Jacob Kollanukkaran ; Kiran Kumar Kokkilagadda > ; Ferruh Yigit > Subject: [RFC 0/4] mempoo

[dpdk-dev] [RFC 0/4] mempool: avoid objects allocations across pages

2019-07-19 Thread Olivier Matz
When IOVA mode is VA, a mempool can be created with objects that are not physically contiguous, which breaks KNI. To solve this, this patchset changes the default behavior of mempool populate function, to prevent objects from being located across pages. Olivier Matz (4): mempool: clarify defaul