From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v2 2/2] mempool: fix comments for no contiguous flag Date: Wed, 28 Sep 2016 14:59:29 +0100 Message-ID: <20160928135929.4917-2-ferruh.yigit@intel.com> References: <20160920161708.9707-1-ferruh.yigit@intel.com> <20160928135929.4917-1-ferruh.yigit@intel.com> Cc: Olivier Matz To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 325A638EB for ; Wed, 28 Sep 2016 15:59:47 +0200 (CEST) In-Reply-To: <20160928135929.4917-1-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: ce94a51ff05c ("mempool: add flag for removing phys contiguous constraint") Signed-off-by: Ferruh Yigit --- lib/librte_mempool/rte_mempool.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h index 7a9cc3a..e7a10e0 100644 --- a/lib/librte_mempool/rte_mempool.h +++ b/lib/librte_mempool/rte_mempool.h @@ -798,6 +798,10 @@ rte_mempool_free(struct rte_mempool *mp); * Add a virtually and physically contiguous memory chunk in the pool * where objects can be instanciated. * + * If the given physical address is unknown (paddr = RTE_BAD_PHYS_ADDR), + * the chunk doesn't need to be physically contiguous (only virtually), + * and allocated objects may span two pages. + * * @param mp * A pointer to the mempool structure. * @param vaddr -- 2.7.4