Wednesday, July 25, 2018 4:23 PM, Adrien Mazarguil: > Subject: Re: [PATCH v2] net/mlx5: fix linkage error for glue lib > > On Wed, Jul 25, 2018 at 04:18:54PM +0300, Shahaf Shuler wrote: > > From: Yaroslav Brustinov <ybrus...@cisco.com> > > > > addressing a gcc 4.7.2 bug that cannot be reproduced with latter > > versions: > > > > "bin/ld: Warning: alignment 8 of symbol `mlx5_glue' in > > src/dpdk/drivers/net/mlx5/mlx5_glue.c.21.o is smaller than 16 in > > src/dpdk/drivers/net/mlx5/mlx5_rxq.c.21.o" > > > > Fix it be forcing the alignment of the glue lib. > > > > Fixes: 0e83b8e536c1 ("net/mlx5: move rdma-core calls to separate > > file") > > Cc: sta...@dpdk.org > > Cc: nelio.laranje...@6wind.com > > Cc: adrien.mazarg...@6wind.com > > > > Signed-off-by: Yaroslav Brustinov <ybrus...@cisco.com> > > Signed-off-by: Shahaf Shuler <shah...@mellanox.com> > > Except for a couple of minor nits below, > > Acked-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>
Applied to next-net-mlx with the needed fixes. Thanks.