From: Olivier Matz Date: Tue, 5 Nov 2019 15:37:02 +0000 (+0100) Subject: mempool: remove optimistic IOVA-contiguous allocation X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=035ee5bea5efde0b550bb3f1b5b4b6d35498b8e4;hp=035ee5bea5efde0b550bb3f1b5b4b6d35498b8e4;p=dpdk.git mempool: remove optimistic IOVA-contiguous allocation The previous commit reduced the amount of required memory when populating the mempool with non IOVA-contiguous memory. Since there is no big advantage to have a fully iova-contiguous mempool if it is not explicitly asked, remove this code, it simplifies the populate function. Signed-off-by: Olivier Matz Reviewed-by: Andrew Rybchenko Acked-by: Nipun Gupta ---