From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH dpdk v2] bnx2x: Update firmware versions Date: Thu, 27 Apr 2017 05:29:04 +0100 Message-ID: References: <20170426080833.23944-1-aik@ozlabs.ru> <98b632fe-3782-740e-f9c4-3cc5d7659869@intel.com> <20170427141455.3bf92b09@aik.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Harish Patil , Rasesh Mody To: Alexey Kardashevskiy Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 46EF82C4B for ; Thu, 27 Apr 2017 06:29:07 +0200 (CEST) In-Reply-To: <20170427141455.3bf92b09@aik.ozlabs.ibm.com> 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 4/27/2017 5:14 AM, Alexey Kardashevskiy wrote: > On Wed, 26 Apr 2017 10:18:29 +0100 > Ferruh Yigit wrote: > >> 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, > > for the future - is there anything like kernel's > scripts/get_maintainer.pl? I could not spot one. Current process is manually checking MAINTAINERS file. There is no script, but dpdk maintainers file format is compatible with get_maintaner.pl, I did able to make one for myself as a wrapper to Linux script. > > > -- > Alexey >