Re: [dpdk-dev] [PATCH] net/mlx5: Avoid stripping the glue library

2018-08-01 Thread Shahaf Shuler
Tuesday, July 31, 2018 4:31 PM, Luca Boccassi: > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: Avoid stripping the glue library > > On Tue, 2018-07-31 at 15:15 +0200, Timothy Redaelli wrote: > > Stripping binaries at build time is usually a bad thing since it makes > > impossib

Re: [dpdk-dev] [PATCH] net/mlx5: Avoid stripping the glue library

2018-07-31 Thread Christian Ehrhardt
On Tue, Jul 31, 2018 at 3:27 PM Timothy Redaelli wrote: > Stripping binaries at build time is usually a bad thing since it makes > impossible to generate (split) debug symbols and this can lead to a more > difficult debugging. > > CC: Adrien Mazarguil > Fixes: 59b91bec12c6 ("net/mlx5: spawn rdma

Re: [dpdk-dev] [PATCH] net/mlx5: Avoid stripping the glue library

2018-07-31 Thread Luca Boccassi
On Tue, 2018-07-31 at 15:15 +0200, Timothy Redaelli wrote: > Stripping binaries at build time is usually a bad thing since it > makes > impossible to generate (split) debug symbols and this can lead to a > more > difficult debugging. > > CC: Adrien Mazarguil > Fixes: 59b91bec12c6 ("net/mlx5: spaw

[dpdk-dev] [PATCH] net/mlx5: Avoid stripping the glue library

2018-07-31 Thread Timothy Redaelli
Stripping binaries at build time is usually a bad thing since it makes impossible to generate (split) debug symbols and this can lead to a more difficult debugging. CC: Adrien Mazarguil Fixes: 59b91bec12c6 ("net/mlx5: spawn rdma-core dependency plug-in") Signed-off-by: Timothy Redaelli --- dri