Wednesday, April 18, 2018 9:43 AM, Nélio Laranjeiro: > Subject: Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix alignment of Memory > Region > > On Tue, Apr 17, 2018 at 11:39:13AM -0700, Yongseok Koh wrote: > > The memory region is [start, end), so if the memseg of 'end' isn't > > allocated yet, the returned memseg will have zero entries and this > > will make 'end' zero (nil). > > > > Fixes: 718e35999c96 ("net/mlx5: use virt2memseg instead of iteration") > > Cc: Anatoly Burakov <anatoly.bura...@intel.com> > > > > Signed-off-by: Yongseok Koh <ys...@mellanox.com> > > Acked-by: Nelio Laranjeiro <nelio.laranje...@6wind.com>
Series applied to next-net-mlx with Adrien's line removal suggestion. Thanks