From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 839971B8B3; Fri, 14 Dec 2018 17:59:49 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CABAE804E5; Fri, 14 Dec 2018 16:59:48 +0000 (UTC) Received: from ktraynor.remote.csb (ovpn-116-106.ams2.redhat.com [10.36.116.106]) by smtp.corp.redhat.com (Postfix) with ESMTP id BB1E260624; Fri, 14 Dec 2018 16:59:47 +0000 (UTC) To: "Zhang, Qi Z" , "Li, Xiaoyun" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1536332411-31457-1-git-send-email-xiaoyun.li@intel.com> <1543820866-3644-1-git-send-email-xiaoyun.li@intel.com> <039ED4275CED7440929022BC67E70611532F8B1F@SHSMSX103.ccr.corp.intel.com> From: Kevin Traynor Organization: Red Hat Message-ID: <858a09d6-8953-c5c5-c63c-7134d7bb2c2f@redhat.com> Date: Fri, 14 Dec 2018 16:59:46 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <039ED4275CED7440929022BC67E70611532F8B1F@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 14 Dec 2018 16:59:48 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: firmware status check 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, 14 Dec 2018 16:59:49 -0000 On 12/03/2018 08:07 AM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Li, Xiaoyun >> Sent: Monday, December 3, 2018 3:08 PM >> To: Zhang, Qi Z >> Cc: dev@dpdk.org; Li, Xiaoyun >> Subject: [PATCH v2] net/i40e: firmware status check >> >> Check the firmware status at init time. If the firmware is in recovery mode, alert >> the user to check it. >> >> Signed-off-by: Xiaoyun Li > > Acked-by: Qi Zhang > > Applied to dpdk-next-net-intel. > This was applied with a 'Cc:stable' tag, but no 'Fixes' tag. What stable branches is it relevant for? > Thanks > Qi > >