From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 21:29:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,257,1488873600"; d="scan'208";a="1123936457" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.106.152.59]) ([10.106.152.59]) by orsmga001.jf.intel.com with ESMTP; 26 Apr 2017 21:29:04 -0700 To: Alexey Kardashevskiy Cc: dev@dpdk.org, Harish Patil , Rasesh Mody References: <20170426080833.23944-1-aik@ozlabs.ru> <98b632fe-3782-740e-f9c4-3cc5d7659869@intel.com> <20170427141455.3bf92b09@aik.ozlabs.ibm.com> From: Ferruh Yigit Message-ID: Date: Thu, 27 Apr 2017 05:29:04 +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: <20170427141455.3bf92b09@aik.ozlabs.ibm.com> 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: Thu, 27 Apr 2017 04:29:08 -0000 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 >