From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8] net/mlx5: support upstream rdma-core Date: Thu, 28 Sep 2017 16:40:55 +0100 Message-ID: <26324408-7bdd-50af-f23c-3f23838d35a1@intel.com> References: <0c4ff3cb5a1608e9c2b5717ea3d31e315bb3a6c8.1505744936.git.shacharbe@mellanox.com> <1506440304-28795-1-git-send-email-nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Shachar Beiser To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B702E1B19C for ; Thu, 28 Sep 2017 17:40:57 +0200 (CEST) In-Reply-To: <1506440304-28795-1-git-send-email-nelio.laranjeiro@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/26/2017 4:38 PM, Nelio Laranjeiro wrote: > From: Shachar Beiser > > This removes the dependency on specific Mellanox OFED libraries by > using the upstream rdma-core and linux upstream community code. > Both rdma-core upstream and Mellanox OFED are Linux user-space packages: > 1. Rdma-core is Linux upstream user-space package.(Generic) > 2. Mellanox OFED is Mellanox's Linux user-space package.(Proprietary) > The difference between the two are the APIs towards the kernel. > > Support for x86-32 is removed due to issues in rdma-core library. > ICC compilation will be supported as soon as the following patch is > integrated in rdma-core: > https://marc.info/?l=linux-rdma&m=150643474705690&w=2 > > Signed-off-by: Shachar Beiser > Signed-off-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.