Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-18 Thread Yigit, Ferruh
8, 2017 2:43 PM > To: Yigit, Ferruh ; dev@dpdk.org > Cc: Adrien Mazarguil ; Nélio Laranjeiro > > Subject: RE: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core > > > > > -Original Message- > > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com]

Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-18 Thread Shachar Beiser
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Monday, September 18, 2017 12:07 PM > To: Shachar Beiser ; dev@dpdk.org > Cc: Adrien Mazarguil ; Nélio Laranjeiro > > Subject: Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream r

Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-18 Thread Ferruh Yigit
gt;> >> Subject: Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core >> >> On 9/14/2017 2:34 PM, Shachar Beiser wrote: >>> This removes the dependency on specific Mellanox OFED libraries by >>> using the upstream rdma-core and linux upstream

Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-18 Thread Shahaf Shuler
Hi Ferruh, Sunday, September 17, 2017 10:32 AM, Shachar Beiser: > > On 9/14/2017 2:34 PM, Shachar Beiser wrote: > > > This removes the dependency on specific Mellanox OFED libraries by > > > using the upstream rdma-core and linux upstream community code. > > > > Would you mind mentioning what is

Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-17 Thread Shachar Beiser
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, September 14, 2017 4:47 PM > To: Shachar Beiser ; dev@dpdk.org > Cc: Adrien Mazarguil ; Nélio Laranjeiro > > Subject: Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream r

Re: [dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-14 Thread Ferruh Yigit
On 9/14/2017 2:34 PM, Shachar Beiser wrote: > This removes the dependency on specific Mellanox OFED libraries by > using the upstream rdma-core and linux upstream community code. Would you mind mentioning what is the difference between "specific Mellanox OFED libraries" and "upstream rdma-core"? I

[dpdk-dev] [PATCH v5] net/mlx5: support upstream rdma-core

2017-09-14 Thread Shachar Beiser
This removes the dependency on specific Mellanox OFED libraries by using the upstream rdma-core and linux upstream community code. --- I have squashed : [PATCH v2 3/3] “net/mlx5: fix interrupt enable return” http://dpdk.org/dev/patchwork/patch/28380/ into this patch a. Compile with rdma-core comm