From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] mempool: fix phys contig check if populate default skipped Date: Tue, 06 Feb 2018 00:53:13 +0100 Message-ID: <13342612.4WKG8YI3a3@xps> References: <1516713372-10572-2-git-send-email-arybchenko@solarflare.com> <1517493743-18585-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, Olivier Matz , Santosh Shukla To: Andrew Rybchenko Return-path: In-Reply-To: <1517493743-18585-1-git-send-email-arybchenko@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/02/2018 15:02, Andrew Rybchenko: > There is not specified dependency between rte_mempool_populate_default() > and rte_mempool_populate_iova(). So, the second should not rely on the > fact that the first adds capability flags to the mempool flags. > > Fixes: 65cf769f5e6a ("mempool: detect physical contiguous objects") > Cc: stable@dpdk.org > > Signed-off-by: Andrew Rybchenko > Acked-by: Santosh Shukla Applied, thanks