From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 28 Sep 2017 08:40:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,450,1500966000"; d="scan'208";a="904789496" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 28 Sep 2017 08:40:55 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Shachar Beiser References: <0c4ff3cb5a1608e9c2b5717ea3d31e315bb3a6c8.1505744936.git.shacharbe@mellanox.com> <1506440304-28795-1-git-send-email-nelio.laranjeiro@6wind.com> From: Ferruh Yigit Message-ID: <26324408-7bdd-50af-f23c-3f23838d35a1@intel.com> Date: Thu, 28 Sep 2017 16:40:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1506440304-28795-1-git-send-email-nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8] net/mlx5: support upstream rdma-core X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 15:40:58 -0000 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.