From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1] net/mlx5: support upstream rdma-core Date: Thu, 24 Aug 2017 14:43:00 +0100 Message-ID: <67bfeda5-29c7-6fbe-7350-64cb9034b6a8@intel.com> References: <80443745ab52e7f8536918487ddfc97f2efd54b7.1503577332.git.shacharbe@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil , Nelio Laranjeiro To: Shachar Beiser , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 027AA7CE1 for ; Thu, 24 Aug 2017 15:43:03 +0200 (CEST) In-Reply-To: <80443745ab52e7f8536918487ddfc97f2efd54b7.1503577332.git.shacharbe@mellanox.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 8/24/2017 1:23 PM, Shachar Beiser wrote: > This removes the dependency on specific Mellanox OFED libraries by > using the upstream rdma-core and linux upstream community code. > > Minimal requirements: rdma-core v16 and Kernel Linux 4.14. 4.14? Is 4.13 released? > > Signed-off-by: Shachar Beiser <...>