From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] memory: fix alignment in eal_get_virtual_area() Date: Thu, 12 Jul 2018 23:52:50 +0200 Message-ID: <11429375.MZibiMFxFT@xps> References: <1528916894-1991-1-git-send-email-dariuszx.stojaczyk@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "Burakov, Anatoly" , dev@dpdk.org To: Dariusz Stojaczyk Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/06/2018 09:29, Burakov, Anatoly: > On 13-Jun-18 8:08 PM, Dariusz Stojaczyk wrote: > > Although the alignment mechanism works as intended, the > > `no_align` bool flag was set incorrectly. We were aligning > > buffers that didn't need extra alignment, and weren't > > aligning ones that really needed it. > > > > Fixes: b7cc54187ea4 ("mem: move virtual area function in common directory") > > Cc: anatoly.burakov@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Dariusz Stojaczyk > > Acked-by: Anatoly Burakov Applied, thanks