From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0C4281041 for ; Fri, 21 Sep 2018 16:37:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Sep 2018 07:36:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,285,1534834800"; d="scan'208";a="264611127" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 21 Sep 2018 07:36:54 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 21 Sep 2018 07:36:54 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 21 Sep 2018 07:36:53 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.245]) by shsmsx102.ccr.corp.intel.com ([169.254.2.140]) with mapi id 14.03.0319.002; Fri, 21 Sep 2018 22:36:52 +0800 From: "Zhang, Qi Z" To: Gaetan Rivet , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1] e1000: support dev reset Thread-Index: AQHUTy3T/a5QzDYRdkqXij8g5ECRXKT60oVw Date: Fri, 21 Sep 2018 14:36:51 +0000 Message-ID: <039ED4275CED7440929022BC67E706115329F926@SHSMSX103.ccr.corp.intel.com> References: <19c88f5ae59f600c05dc09f8cec66cf2315c702c.1537260844.git.gaetan.rivet@6wind.com> In-Reply-To: <19c88f5ae59f600c05dc09f8cec66cf2315c702c.1537260844.git.gaetan.rivet@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzcyZDVmNzktZThiMy00MTkyLTg0YTktZDliNmY2MmNmYWNkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibjNXMjlDbnUrcmFodEU5VzRwRERvajhzWFBjOUtOcU15RmpiUEZjRXV0d0gweTBMSG9QQjBUaHNIc28rWFphMSJ9 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 v1] e1000: support dev reset 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, 21 Sep 2018 14:37:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Tuesday, September 18, 2018 4:57 PM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v1] e1000: support dev reset >=20 > Add support for passive device reset on IGB ports. >=20 > Signed-off-by: Gaetan Rivet Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks Qi