From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3BFEF3B5 for ; Fri, 17 Feb 2017 17:11:34 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2017 08:11:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,172,1484035200"; d="scan'208";a="65956890" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.246]) ([163.33.230.246]) by orsmga005.jf.intel.com with ESMTP; 17 Feb 2017 08:11:33 -0800 To: Markos Chandras , dev@dpdk.org References: <20170216161731.4590-1-mchandras@suse.de> Cc: Nirmoy Das From: Remy Horton Organization: Intel Shannon Limited Message-ID: <122cf48a-70ed-9ccd-463c-f77acfd3d6a9@intel.com> Date: Fri, 17 Feb 2017 16:11:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20170216161731.4590-1-mchandras@suse.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] examples: ethtool: Link against librte_pmd_ixgbe if necessary 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: Fri, 17 Feb 2017 16:11:39 -0000 On 16/02/2017 16:17, Markos Chandras wrote: > The librte_ethtool library depends on librte_pmd_ixgbe if that > pmd driver is enabled so we need to link against it when we compile > the ethtool application. It fixes the following build problem: For some reason this is not an issue with my Fedora box, so I'm guessing SUSE is stricter with sub-depenencies of libraries. Does this affect any of the OpenSUSE Linux distributions? ..Remy