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 7F05C1B17A for ; Wed, 26 Sep 2018 14:31:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 05:31:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,306,1534834800"; d="scan'208";a="260388854" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by orsmga005.jf.intel.com with ESMTP; 26 Sep 2018 05:31:49 -0700 To: "Zhang, Qi Z" , "Li, Xiaoyun" , "Lu, Wenzhuo" Cc: "dev@dpdk.org" References: <1536332468-31544-1-git-send-email-xiaoyun.li@intel.com> <20180926090456.42495-1-xiaoyun.li@intel.com> <039ED4275CED7440929022BC67E70611532A67E5@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <2b854844-b705-76a8-a823-b9ad7a1d8f19@intel.com> Date: Wed, 26 Sep 2018 13:31:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <039ED4275CED7440929022BC67E70611532A67E5@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: 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: Wed, 26 Sep 2018 12:31:53 -0000 On 9/26/2018 11:58 AM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Li, Xiaoyun >> Sent: Wednesday, September 26, 2018 5:05 PM >> To: Lu, Wenzhuo ; Zhang, Qi Z >> ; Yigit, Ferruh >> Cc: dev@dpdk.org; Li, Xiaoyun >> Subject: [PATCH v2] net/ixgbe: 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. Prev version was in next-net, replaced with this one.