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 949EA2B92 for ; Thu, 13 Sep 2018 04:28:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Sep 2018 19:27:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,367,1531810800"; d="scan'208";a="263033302" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 12 Sep 2018 19:27:44 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Sep 2018 19:27:44 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Sep 2018 19:27:43 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.150]) with mapi id 14.03.0319.002; Thu, 13 Sep 2018 10:27:41 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" , "Lu, Wenzhuo" , "dev@dpdk.org" , "Zhang, Helin" , "Wu, Jingjing" CC: "Li, Xiaoyun" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: firmware status check Thread-Index: AQHURr3JgRNG5kiLwU+jvlIjGu1f16TthOqQ Date: Thu, 13 Sep 2018 02:27:41 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153284A79@SHSMSX103.ccr.corp.intel.com> References: <1536332468-31544-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1536332468-31544-1-git-send-email-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjYyOGM1OGEtYjUwMy00NzMwLWE1YzQtMjAxZDMyNmE2NTY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVStEcmdhWTBTc0JDK25UcVYrRHlqdVNGdnNwZENrZk9ZdW93MW1hTmJmdElcL25ZbWRQZ0ZwM1ZZVHY4b1JkV1EifQ== 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] 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: Thu, 13 Sep 2018 02:28:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xiaoyun Li > Sent: Friday, September 7, 2018 11:01 PM > To: Lu, Wenzhuo ; dev@dpdk.org; Zhang, Helin > ; Wu, Jingjing > Cc: Li, Xiaoyun > Subject: [dpdk-dev] [PATCH] 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