Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-19 Thread Marcelo Ricardo Leitner
Hello, On Thu, Jan 04, 2018 at 08:36:08AM +0100, Nélio Laranjeiro wrote: > Hi Shachar, > > On Wed, Jan 03, 2018 at 03:00:46PM +, Shachar Beiser wrote: > > > > > --- a/config/common_base > > > > +++ b/config/common_base > > > > @@ -236,6 +236,7 @@ CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8 > > > >

Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-19 Thread Marcelo Ricardo Leitner
Hi, On Sun, Dec 31, 2017 at 07:52:51AM +, Shachar Beiser wrote: > MLX5 PMD loads libraries: libibverbs and libmlx5. > MLX5 PMD is not linked to external libraries. > > Signed-off-by: Shachar Beiser > --- > v1: > load external libraries in run-time > v2: > * fix checkpatch warnings

Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-04 Thread Thomas Monjalon
04/01/2018 08:36, Nélio Laranjeiro: > Hi Shachar, > > On Wed, Jan 03, 2018 at 03:00:46PM +, Shachar Beiser wrote: > > > > > --- a/config/common_base > > > > +++ b/config/common_base > > > > @@ -236,6 +236,7 @@ CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8 > > > > # Compile burst-oriented Mellanox Con

Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-04 Thread Thomas Monjalon
Hi, 31/12/2017 08:52, Shachar Beiser: > MLX5 PMD loads libraries: libibverbs and libmlx5. > MLX5 PMD is not linked to external libraries. > > Signed-off-by: Shachar Beiser Please better describe the change, even if it is obvious: how it is before, after and why making this change. > --- /dev/n

Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-03 Thread Nélio Laranjeiro
Hi Shachar, On Wed, Jan 03, 2018 at 03:00:46PM +, Shachar Beiser wrote: > > > --- a/config/common_base > > > +++ b/config/common_base > > > @@ -236,6 +236,7 @@ CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8 > > > # Compile burst-oriented Mellanox ConnectX-4 & ConnectX-5 (MLX5) PMD > > > # CONFIG_RTE_

Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-03 Thread Shachar Beiser
> -Original Message- > From: Nelio Laranjeiro [mailto:nelio.laranje...@6wind.com] > Sent: Tuesday, January 2, 2018 4:07 PM > To: Shachar Beiser > Cc: dev@dpdk.org; Adrien Mazarguil > Subject: Re: [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time > > Hi Shachar, > > Please s

Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2018-01-02 Thread Nelio Laranjeiro
Hi Shachar, Please see small comment bellow, On Sun, Dec 31, 2017 at 07:52:51AM +, Shachar Beiser wrote: > MLX5 PMD loads libraries: libibverbs and libmlx5. > MLX5 PMD is not linked to external libraries. > > Signed-off-by: Shachar Beiser > --- > v1: > load external libraries in run-ti

[dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time

2017-12-30 Thread Shachar Beiser
MLX5 PMD loads libraries: libibverbs and libmlx5. MLX5 PMD is not linked to external libraries. Signed-off-by: Shachar Beiser --- v1: load external libraries in run-time v2: * fix checkpatch warnings v3: * fix checkpatch warnings v4: New MACROs in order to reuse code --- con