From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3C65B1041 for ; Thu, 14 Sep 2017 15:47:17 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 14 Sep 2017 06:47:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,393,1500966000"; d="scan'208";a="135329567" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga002.jf.intel.com with ESMTP; 14 Sep 2017 06:47:14 -0700 To: Shachar Beiser , dev@dpdk.org Cc: Adrien Mazarguil , Nelio Laranjeiro References: From: Ferruh Yigit Message-ID: <6406a779-1140-65d3-efff-141c66d1739c@intel.com> Date: Thu, 14 Sep 2017 14:47:14 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v5] 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, 14 Sep 2017 13:47:17 -0000 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"? If not in the documentation, at least in mail list for interested people? Does it make sense to put this update into release notes? Thanks, ferruh > > --- > 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 commit f11292efd541 ("Merge pull request #202") > b. Tested with linux kernel 4.13-rc4 > c. For performance testing recommended to wait till kernel 4.14 > > Signed-off-by: Shachar Beiser <...>