From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F3A561077 for ; Wed, 26 Apr 2017 11:18:32 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 02:18:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,253,1488873600"; d="scan'208";a="849951034" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.144.52]) ([10.252.144.52]) by FMSMGA003.fm.intel.com with ESMTP; 26 Apr 2017 02:18:29 -0700 To: Alexey Kardashevskiy , dev@dpdk.org References: <20170426080833.23944-1-aik@ozlabs.ru> Cc: Harish Patil , Rasesh Mody From: Ferruh Yigit Message-ID: <98b632fe-3782-740e-f9c4-3cc5d7659869@intel.com> Date: Wed, 26 Apr 2017 10:18:29 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170426080833.23944-1-aik@ozlabs.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH dpdk v2] bnx2x: Update firmware versions 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: Wed, 26 Apr 2017 09:18:33 -0000 On 4/26/2017 9:08 AM, Alexey Kardashevskiy wrote: > Recent kernels/distros have updated firmware images, use them. > In order to keep support of older distros (such as Fedora 19 or > Ubuntu 14.04), this also tries fallback to an order firmware version. > > Signed-off-by: Alexey Kardashevskiy > --- > Changes: > v2: > * in addition to the very new firmware images, this adds fallback to > some older firmware present in 3yo distros Hi Alexey, CC'ing maintainers. Thank you for the patch, please CC maintainers in your patches. Thanks, ferruh