From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 863081B16A for ; Wed, 26 Sep 2018 12:58:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 03:58:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,306,1534834800"; d="scan'208";a="83369778" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 26 Sep 2018 03:58:07 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Sep 2018 03:58:07 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Sep 2018 03:58:07 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.245]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.37]) with mapi id 14.03.0319.002; Wed, 26 Sep 2018 18:58:05 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" , "Lu, Wenzhuo" , "Yigit, Ferruh" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ixgbe: firmware status check Thread-Index: AQHUVXk6sLNH8vf4y0+5vUIf1sOCr6UCY1iQ Date: Wed, 26 Sep 2018 10:58:04 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532A67E5@SHSMSX103.ccr.corp.intel.com> References: <1536332468-31544-1-git-send-email-xiaoyun.li@intel.com> <20180926090456.42495-1-xiaoyun.li@intel.com> In-Reply-To: <20180926090456.42495-1-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWRkOTBmNjAtMWYyMS00NWIxLWIwZjktZmVkMGY3Y2IyOGQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVWp5WTU5U016RGp5c1FBNjVGR2RNd1NRUzdiQWxzNDlUeno2XC9saStYNVNwSW5VYnArTjd5MStcL0ZGRHNEZVRGIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 10:58:44 -0000 > -----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 >=20 > Check the firmware status at init time. If the firmware is in recovery mo= de, > alert the user to check it. >=20 > Signed-off-by: Xiaoyun Li Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi