From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1 04/48] net/mlx4: remove useless compilation checks Date: Fri, 18 Aug 2017 14:39:18 +0100 Message-ID: <203a53f8-41a2-a3f7-fce2-59379de8ba2c@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: Adrien Mazarguil , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C44857D35 for ; Fri, 18 Aug 2017 15:39:21 +0200 (CEST) In-Reply-To: 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/1/2017 5:53 PM, Adrien Mazarguil wrote: > Verbs support for RSS, inline receive and extended device query calls has > not been optional for a while. Their absence is untested and is therefore > unsupported. > > Remove the related compilation checks and assume Mellanox OFED is up to > date, as described in the documentation. So this requires Mellanox OFED 4.1 is there, is there a check for the OFED version, or do you think does it required? > > Use this opportunity to remove a few useless data path debugging messages > behind compilation checks on never defined macros. > > Signed-off-by: Adrien Mazarguil <...>