From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] mempool/octeontx: fix pool to aura mapping Date: Thu, 12 Jul 2018 22:26:12 +0200 Message-ID: <34805939.TqKbyHBoe2@xps> References: <20180627114736.29484-1-pbhagavatula@caviumnetworks.com> <20180703045041.28981-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, olivier.matz@6wind.com, stable@dpdk.org To: Pavan Nikhilesh Return-path: In-Reply-To: <20180703045041.28981-1-pbhagavatula@caviumnetworks.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" 03/07/2018 06:50, Pavan Nikhilesh: > HW needs each pool to be mapped to an aura set of 16 auras. > Previously, pool to aura mapping was considered to be 1:1. > > Fixes: 02fd6c744350 ("mempool/octeontx: support allocation") > Cc: stable@dpdk.org > > Signed-off-by: Pavan Nikhilesh > Acked-by: Santosh Shukla > Acked-by: Jerin Jacob Applied, thanks