[dpdk-dev] [PATCH v2] net/mlx5: fix linkage error for glue lib

Shahaf Shuler shahafs at mellanox.com
Thu Jul 26 07:44:51 CEST 2018


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 <ybrustin at 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: stable at dpdk.org
> > Cc: nelio.laranjeiro at 6wind.com
> > Cc: adrien.mazarguil at 6wind.com
> >
> > Signed-off-by: Yaroslav Brustinov <ybrustin at cisco.com>
> > Signed-off-by: Shahaf Shuler <shahafs at mellanox.com>
> 
> Except for a couple of minor nits below,
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>

Applied to next-net-mlx with the needed fixes. Thanks.


More information about the dev mailing list