Re: [dpdk-dev] [PATCH v2] drivers: remove mlx* glue libraries separate ABI version

2020-11-01 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of David Marchand > Sent: Monday, October 19, 2020 12:42 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; Matan Azrad > ; Shahaf Shuler ; Slava > Ovsiienko > Subject: [dpdk-dev] [PATCH v2] drivers: re

Re: [dpdk-dev] [PATCH v2] drivers: remove mlx* glue libraries separate ABI version

2020-11-01 Thread Slava Ovsiienko
> -Original Message- > From: Thomas Monjalon > Sent: Sunday, November 1, 2020 16:49 > To: David Marchand > Cc: dev@dpdk.org; Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko ; Raslan > Darawsheh ; Asaf Penso > Subject: Re: [dpdk-dev] [PATCH v2] drivers: re

Re: [dpdk-dev] [PATCH v2] drivers: remove mlx* glue libraries separate ABI version

2020-11-01 Thread Thomas Monjalon
19/10/2020 11:41, David Marchand: > The glue libraries are tightly bound to the mlx drivers of a dpdk version > and are packaged with them. > > Keeping a separate ABI version prevents us from installing two versions of > dpdk. > Maintaining this separate version just adds confusion. > Align the gl

Re: [dpdk-dev] [PATCH v2] drivers: remove mlx* glue libraries separate ABI version

2020-10-27 Thread David Marchand
On Mon, Oct 19, 2020 at 11:42 AM David Marchand wrote: > > The glue libraries are tightly bound to the mlx drivers of a dpdk version > and are packaged with them. > > Keeping a separate ABI version prevents us from installing two versions of > dpdk. > Maintaining this separate version just adds co

[dpdk-dev] [PATCH v2] drivers: remove mlx* glue libraries separate ABI version

2020-10-19 Thread David Marchand
The glue libraries are tightly bound to the mlx drivers of a dpdk version and are packaged with them. Keeping a separate ABI version prevents us from installing two versions of dpdk. Maintaining this separate version just adds confusion. Align the glue library ABI version to the global ABI version